Quote:
Originally Posted by Konstantinos
If a player is alive, their state will be either on foot or in vehicle (driver or passenger).
pawn Код:
new count;
foreach(new i : Player) { switch (GetPlayerState(i)) { case 1 .. 3: ++count; } }
PS: foreach is much faster for player loops.
|
nice u gona make him download includes just for one loop lol gg