07.03.2012, 20:16
In your afk command:
In your pm command:
I don't know how you defined otherid, but it must be the id who you are sending it to.
pawn Код:
SetPVarInt(playerid, "afk", 1);
pawn Код:
if(GetPVarInt(otherid, "afk") == 1) SendClientMessage(playerid, 0xFF0000FF, "That player is afk!");