cps for all players - 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: cps for all players (
/showthread.php?tid=135969)
cps for all players -
oggylt - 22.03.2010
ok i want to ask if anyone have idea how to make that 1 cp appear for all racers, and if any racer pick that cp, it will dissapear and nexts will be set for all racers
Re: cps for all players -
pmk1 - 22.03.2010
i don't know how to do so but it is surely possible... Would be alike the Blood bowl arena where there is some repair CPs for all people.
Re: cps for all players -
$$ Matej8700 $$ - 22.03.2010
of course that is possible :P
Re: cps for all players -
Fabio11 - 22.03.2010
Easy.
pawn Код:
OnPlayerEnterCheckPoint
{
for(new i=0;i<=MAX_PLAYERS; i++)
{
SetPlayerCheckPoint(i,...);
}
}
Re: cps for all players -
oggylt - 23.03.2010
fabio, i know how to make 1 cp for some team i mentioned that, but i dont know how to make that this cp will be shown for players which can join or leave anytimei need cp if anyone pick it it will change for everybody and if someone new join he could see that cp