24.04.2011, 05:57
/facepalm
Yes, the script has many flaws in it and it should not be released as it can't be used.
Is just dumb.
Change the string[48] to string[128].
Quote:
What's the difference between /brb and /afk?
Also, you don't need to do this: pawn Код:
pawn Код:
|
pawn Код:
format(string, sizeof(string), "%s(%d) Is Now AFK (Away From Keyboard)", pName);
Change the string[48] to string[128].
pawn Код:
format(string, sizeof(string), "%s(%d) is now AFK (Away From Keyboard)", pName, playerid);