Posts: 284
Threads: 65
Joined: Jul 2009
Reputation:
0
Ok, now I really need help. Can anyone give me nice tour, how to make race in new pawno script. So, when player spawn, he is puted in vehicle and he is freezed for 10 seconds. Now when the race start, there are 10 Checkpoints and last one. I need it, so please help!
Thanks!
Posts: 284
Threads: 65
Joined: Jul 2009
Reputation:
0
I know but, I would like to do it manually by myself. So I have all coordinates of spawn place, start vehicles and checkpoints. Anymore help?
Posts: 1,148
Threads: 19
Joined: Jan 2007
Reputation:
0
Yagus race script if you don't want to use YSI, Search it in the filterscript area.
Posts: 70
Threads: 18
Joined: Feb 2009
Reputation:
0
Use AdrenalineX race script, it will perfectly match. Search for it.
Posts: 500
Threads: 15
Joined: May 2007
Reputation:
0
I suggest trying to understand YSI, it's a quicker way of setting up a race system, although trying to understand the new coding functions might be a bit tricky.
Or, download the Adrenaline1.06 by switch. It was made for 0.2 SA-MP, but its source will help understand how to do it.
A few callbacks to study are:
OnPlayerEnterRaceCheckpoint
OnPlayerConnect
Also study these function by switch:
gRaceCountdown
gNextRaceCountdown
Best place to learn is from other scripts, that's why they release them, to educate us and to entertain us.