You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionGetData()
localevent="Citizen:SQL:executeQueryAndReturnValues"localsql="SELECT * FROM vrp_user_vehicles WHERE PLATE = 'W066S0K0'"localcallback=function(data, time)
-- data-- time in msendTriggerEvent(event, sql, callback)
endCitizen.CreateThread(GetData)
🏈 executeQuery
functionSetData()
localevent="Citizen:SQL:executeQuery"localsql="SELECT * FROM vrp_user_vehicles WHERE PLATE = 'W066S0K0'"TriggerEvent(event, sql)
endCitizen.CreateThread(SetData)