Help for Derby - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help for Derby (
/showthread.php?tid=81134)
Help for Derby -
cloud9 - 08.06.2009
So i am making a derby filter script
So here is my idea when a person types /derby he is given a temproary playerid. When the first person types that the a timer will start and has time of 30 seconds to start the event. ppl whoever type /derby will join this event in 30 seconds and they are given a temproary playerid. and after 30 seconds they are transfered to the cars which have number so that we can match this temproary player id with this. This is my idea to make the player have a seperate car
If we use random spawning, some player get spawned at same point, so i got this idea.
I dont how to make this thing so plz help
If u have any other idea for player spawning each in a separate location plz tell
Re: Help for Derby -
whooper - 08.06.2009
matching the playerid and number of the car is impossible.
Re: Help for Derby -
cloud9 - 08.06.2009
so wat to do now for having a separate spot for each player?
Re: Help for Derby -
dice7 - 08.06.2009
Create 20 spawnpoints, use the random function and when a player takes a spot, you assign it with the value 1. Use this in a unlimited for loop or something
Re: Help for Derby -
cloud9 - 09.06.2009
yea i will use try to use it and tell wat was the result