Set Checkpoint For Everyone not just the player? - 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: Set Checkpoint For Everyone not just the player? (
/showthread.php?tid=88407)
Set Checkpoint For Everyone not just the player? -
clean180ollie - 26.07.2009
Is There a checkpoint that everyone can see, If There is I cant find one, This is all I find
SetPlayerCheckpoint
Re: Set Checkpoint For Everyone not just the player? -
Jakku - 26.07.2009
Quote:
Originally Posted by clean180ollie
Is There a checkpoint that everyone can see, If There is I cant find one, This is all I find
SetPlayerCheckpoint
|
Just add your checkpoint under OnPlayerSpawn or OnPlayerConnect
Re: Set Checkpoint For Everyone not just the player? -
clean180ollie - 26.07.2009
oh, Im not looking for that,
I wanted to make it like a command
and then everyone gets the checkpoint
Re: Set Checkpoint For Everyone not just the player? -
Klutty - 26.07.2009
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
// then you can use i instead of playerid and it will be shown for everyone
}