#Paper Posted October 22, 2010 Share Posted October 22, 2010 I've tried to make HunterTopTimes: 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(pickupID, pickupType, vehicleModel, rank, time) if vehicleModel == 425 then if g_SToptimesManager then g_SToptimesManager:playerFinished( source, time) end end end ) What's the problem? I should modify another lua default script? Link to comment
dzek (varez) Posted October 22, 2010 Share Posted October 22, 2010 another one.. search - there was tons topics about this problem. and if you succeed - please release this thing to public - as everyone needs it. 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