23.04.2011, 17:43
(
Последний раз редактировалось Monster[HD]; 24.04.2011 в 13:01.
Причина: IDk
)
DELITED
format(string, sizeof(string), "You Have sent A Message To all That Ur AFK");
SendClientMessage(playerid,COLOR_YELLOW, string);
SendClientMessage(playerid,COLOR_YELLOW, "You Have sent A Message To all That Ur AFK");
What's the difference between /brb and /afk?
Also, you don't need to do this: pawn Код:
pawn Код:
|
format(string, sizeof(string), "%s(%d) Is Now AFK (Away From Keyboard)", pName);
format(string, sizeof(string), "%s(%d) is now AFK (Away From Keyboard)", pName, playerid);