How to make a /afklist command?
#2

Код:
COMMAND:afklist(playerid,params[])
new Msg[128], Afkname[24];
{
    
    format(Msg, 128, "{FF6600}%s is now AFK", Afkname[24]); // the guy who is AFK.
    SendClientMessage(playerid, 0xFFFFFFFF, Msg)
}
This can be the correct code for you according to your code!
Reply


Messages In This Thread
How to make a /afklist command? - by SomebodyAndMe - 13.12.2011, 17:55
Re: How to make a /afklist command? - by Ballu Miaa - 13.12.2011, 18:19
Re: How to make a /afklist command? - by eDz0r - 13.12.2011, 18:27
Re: How to make a /afklist command? - by Rob_Maate - 13.12.2011, 20:29
Re: How to make a /afklist command? - by Ballu Miaa - 14.12.2011, 01:37
Re: How to make a /afklist command? - by SomebodyAndMe - 14.12.2011, 06:13

Forum Jump:


Users browsing this thread: 1 Guest(s)