24.07.2016, 02:35
U doing it by setting skins?
Just do something like this when they enter the arena
PHP код:
switch(random(2))/*Increase the "2" for each skin u add*/
{
case 1: SetPlayerSkin(playerid,Zombie1);
case 2: SetPlayerSkin(playerid,Zombie2);
}
}
}