07.03.2013, 14:52
Hi againa,i need commands that 1,3,5,7,9,11,13,15,17 be zombies and command that
2,4,6,8,10,12,14,16 ids be zombies
else ids be human
zombie code
and human
like: /1zombie and 1,3,5,7,9,11,13,15,17 be zombies but 2,4,6,8,10,12,14,16 be humans
/2zombie and 2,4,6,8,10,12,14,16 ids be zombie but 1,3,5,7,9,11,13,15,17 be humans
i this u understand
2,4,6,8,10,12,14,16 ids be zombies
else ids be human
zombie code
Код:
ZombieSetup(targetid); SpawnPlayer(targetid);
Quote:
HumanSetup(targetid); SpawnPlayer(targetid); |
/2zombie and 2,4,6,8,10,12,14,16 ids be zombie but 1,3,5,7,9,11,13,15,17 be humans
i this u understand