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

Code:
new Players[32], Num, Player;
get_players(Players, Num, "bch");
 
for(new i = 0 ; i < Num ; i++)
{
    Player = Players[i];
 
    //set_hudmessage(...);
    //show_hudmessage(Player, "wow....");
}
__________________
Still...lovin' . Connor noob! Hello
Alka is offline