21.03.2012, 01:07
I always write, for example
TogglePlayerControllabe();
then move my cursor back to between the brackets and type the parameters.
Is this just me?? It's actually a great habit and saves me lots of time, and it saves confusion if you have nested brackets:
TogglePlayerControllabe();
then move my cursor back to between the brackets and type the parameters.
Is this just me?? It's actually a great habit and saves me lots of time, and it saves confusion if you have nested brackets:
pawn Код:
if(SetVehiclePos(GetPlayerVehicleID(GetSomeRandomPlayer(GetMaxPlayers()))))

