03.08.2009, 15:14
I have this..
it works fine, but i wanted to replace it into something like this ;
Its not working if you have any idea why, then please post here thank you.
Код:
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 );
Код:
TogglePlayerCheckpoint(playerid,bus0 || bus1 || bus2|| bus3|| lvpilotcp||taxicp1||taxicp2 ,false);