13.12.2011, 17:55
Does anyone know how to make this, I have already a variable setted for my normal /afk and /back but now I want people to see who is /afk.
Variable at top of script:
It must be like in
Someone could help?
Variable at top of script:
pawn Код:
new IsAFK[MAX_PLAYERS];
pawn Код:
COMMAND:afklist(playerid,params[])
new Msg[128], Afkname[24];
{
format(Msg, 128, "{FF6600}s%", Afkname[24]); // the guy who is AFK.
SendClientMessage(playerid, 0xFFFFFFFF, "People who are AFK:")
SendClientMessage(playerid, 0xFFFFFFFF, Msg)
}