15.05.2016, 18:37
Didn't really understand what u want, But something like this?
and use it like this:
PHP код:
stock RandomPlaya()
{
new random = Random(MAX_PLAYERS);
if(TEAM_HUMAN(random))
{
return random;
}
else
{
RandomPlaya();
}
}
PHP код:
new randomplayer = RandomPlaya();
SetPlayerArmour(randomplayer, 100); // this is example