DogukanK Posted September 12, 2015 Posted September 12, 2015 Hey Guys I need to setaccount data for wheels system pls any scripter help me
DogukanK Posted September 12, 2015 Author Posted September 12, 2015 I just have this function onVehicleEnter_handler( thePlayer, seat, jacked ) local account = getPlayerAccount(thePlayer) if not isGuestAccount(account) then local id = getAccountData(account,"jant") addVehicleUpgrade(source,id) end end addEventHandler("onVehicleEnter",root,onVehicleEnter_handler)
DogukanK Posted September 13, 2015 Author Posted September 13, 2015 I want buy wheels in save accountdata
-ffn-python Posted September 13, 2015 Posted September 13, 2015 Maxpayne give you full code. I can't help without seeing for other values. Where wheels id ? for addVehicleUpgrade ??? function onVehicleEnter_handler( thePlayer, seat, jacked ) local account = getPlayerAccount(thePlayer) if not isGuestAccount(account) then local id = getAccountData(account,"jant") -- where wheels id ? addVehicleUpgrade(source,id) -- really ??? end end addEventHandler("onVehicleEnter",root,onVehicleEnter_handler)
DogukanK Posted September 13, 2015 Author Posted September 13, 2015 Maxpayne give you full code. I can't help without seeing for other values.Where wheels id ? for addVehicleUpgrade ??? function onVehicleEnter_handler( thePlayer, seat, jacked ) local account = getPlayerAccount(thePlayer) if not isGuestAccount(account) then local id = getAccountData(account,"jant") -- where wheels id ? addVehicleUpgrade(source,id) -- really ??? end end addEventHandler("onVehicleEnter",root,onVehicleEnter_handler) I just have this I cant maked wheels set account data can you help me ?for set account data wheels
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now