Issue with; | value | value |value | - 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: Issue with; | value | value |value | (
/showthread.php?tid=89666)
Issue with; | value | value |value | -
boelie - 03.08.2009
I have this..
Код:
TogglePlayerCheckpoint(playerid, bus0, false );
TogglePlayerCheckpoint(playerid, bus1, false );
TogglePlayerCheckpoint(playerid, bus2, false );
TogglePlayerCheckpoint(playerid, bus3, false );
TogglePlayerCheckpoint(playerid, lvpilotcp, false );
TogglePlayerCheckpoint(playerid, taxicp1, false );
TogglePlayerCheckpoint(playerid, taxicp2, false );
it works fine, but i wanted to replace it into something like this ;
Код:
TogglePlayerCheckpoint(playerid,bus0 || bus1 || bus2|| bus3|| lvpilotcp||taxicp1||taxicp2 ,false);
Its not working
![Sad](images/smilies/sad.gif)
if you have any idea why, then please post here thank you.
Re: Issue with; | value | value |value | -
MenaceX^ - 03.08.2009
You can't do such a thing like you've done.
Just make it to select a random one.
Re: Issue with; | value | value |value | -
boelie - 03.08.2009
Okay thanks this topic can selfdestruct now