Small Question
#5

pawn Код:
CMD:admins(playerid,params[])
{
    foreach(Player, i)
    {
        if(Level[i] < Level[playerid]) //Change the varibles to yours..
        {
            new string[50],name[24];
            GetPlayerName(i,name,24);
            format(string,50,"%s",name);
            SendClientMessage(playerid,0x000080AA,string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Small Question - by und3rcore - 24.05.2011, 15:26
Re: Small Question - by und3rcore - 24.05.2011, 21:21
Re : Small Question - by Naruto_Emilio - 24.05.2011, 21:30
Re: Small Question - by CrazyBlob - 24.05.2011, 21:31
Re: Small Question - by Snipa - 24.05.2011, 22:47

Forum Jump:


Users browsing this thread: 4 Guest(s)