Albinix Posted October 4, 2010 Share Posted October 4, 2010 I'm trying to make hunter toptimes. When i pickup the hunter nothing happends -.- i have changed this line addEvent('onPlayerFinish') addEventHandler('onPlayerFinish', g_Root, function(rank, time) if g_SToptimesManager then g_SToptimesManager:playerFinished( source, time) end end ) to addEvent('onPlayerPickUpRacePickup') addEventHandler('onPlayerPickUpRacePickup', g_Root, function hunterBonus(pickupID, pickupType, vehicleModel) if vehicleModel == 425 then function(rank, time) if g_SToptimesManager then g_SToptimesManager:playerFinished( source, time) end end end end ) Link to comment
dzek (varez) Posted October 4, 2010 Share Posted October 4, 2010 random coding. you cant script by just replace some words with another. this not makes any sense. there was several topic about this problem - search Link to comment
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