SA-MP Forums Archive
Can i get some help plz - 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: Can i get some help plz (/showthread.php?tid=66156)



Can i get some help plz - Victor - 20.02.2009

Hello i am new at makinh race scripts so i though i could ask here. I want to make the players go into the Car at spawn. Also i would like to know how to make a countdown timer when everyone as entered the cars or the time to join is up. Thanks for your help.


Re: How do you force ppl into cars at spawn? - ICECOLDKILLAK8 - 20.02.2009

pawn Код:
public OnPlayerSpawn(playerid)
{
PutPlayerInVehicle(...);
return 1;
}



Re: Can i get some help plz - Victor - 20.02.2009

When i do that it just spawns the player under the car and he dies. Also how do you make a Countdown timer for a race start