View Single Post
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 11-16-2007 , 14:21   Re: Show message to dead people
Reply With Quote #8

why to loop trough 32 slots ? o.O pointless... you can make also :
Code:
static Players[32], Num;
get_players(Players, Num);
 
for(new i = 0 ; i < Num ; i++)
{
    if(is_user_alive)
        continue;
 
    //blah blah...your dead.
}
__________________
Still...lovin' . Connor noob! Hello
Alka is offline