-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving in db #30
Comments
Thats my callback RegisterNUICallback('SetStancer', function(data, cb)
end) |
The saving to your db has to be handled in your own script. local result = exports["vstancer"]:GetWheelPreset(vehicle); Input: vehicle is an integer, the handle of the vehicle entity At this point you have to save these values wherever you need to, and when you want to apply them back to the vehicle you'll have to use the SetWheelPreset you mentioned which returns a bool to report if the preset has been applied successfully |
can u help me to figureout this thing ? |
did u get this to work ? |
Hello i use script which make exports to vstancer but how i can make it when i make changes in my script to save in db and when u put car in garage and take out to be with last settings ?
The text was updated successfully, but these errors were encountered: