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!