Issue with; | value | value |value |
#1

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 if you have any idea why, then please post here thank you.


Reply
#2

You can't do such a thing like you've done.
Just make it to select a random one.
Reply
#3

Okay thanks this topic can selfdestruct now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)