Quote:
Originally Posted by LordOfNothing
PHP Code:
new Players[32], Num
get_players(Players, Num, "ae", "TERRORIST")
if (Num = 2)
if(is_user_alive(Num)
{
client_print(0, print_chat, "There's two terrorists alive!")
}
only 2
|
Num is the amount of players returned by get_players, not an player id. also you need double = in if statements