Jump to content

Hey Guys who can help me I need help


DogukanK

Recommended Posts

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) 

Link to comment

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) 

Link to comment
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 :S I cant maked wheels set account data can you help me ?for set account data wheels

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...