Quote:
Originally Posted by Lunnatiicz
You can do a loop, or excepctions :B
example
pawn Код:
if (TeamZombie[playerid] == 1) { Create3DTextLabel(...) } else if (TeamHuman[playerid] == 2) { Create3dTextLabel(..) }
|
ooo caus i was thinking that i must use something like that
Код:
for (new i = 0; i < MAX_PLAYERS; i++)