[FilterScript] [FS] Afk System
#7

/facepalm

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
What's the difference between /brb and /afk?
Also, you don't need to do this:
pawn Код:
format(string, sizeof(string), "You Have sent A Message To all That Ur AFK");
SendClientMessage(playerid,COLOR_YELLOW, string);
Do this instead:
pawn Код:
SendClientMessage(playerid,COLOR_YELLOW, "You Have sent A Message To all That Ur AFK");
Yes, the script has many flaws in it and it should not be released as it can't be used.

pawn Код:
format(string, sizeof(string), "%s(%d) Is Now AFK (Away From Keyboard)", pName);
Is just dumb.

Change the string[48] to string[128].
pawn Код:
format(string, sizeof(string), "%s(%d) is now AFK (Away From Keyboard)", pName, playerid);
Reply


Messages In This Thread
-Delited- - by Monster[HD] - 23.04.2011, 17:43
Re: [FS] Afk System - by Alex_Jefferson - 23.04.2011, 17:58
Re: [FS] Afk System - by Monster[HD] - 23.04.2011, 18:11
Re: [FS] Afk System - by Shoaib - 23.04.2011, 18:48
Re: [FS] Afk System - by Millionaire - 23.04.2011, 19:03
Re: [FS] Afk System - by [L3th4l] - 23.04.2011, 19:37
Re: [FS] Afk System - by DevilG - 24.04.2011, 05:57
Re: [FS] Afk System - by 07m3g4tr0n - 24.04.2011, 06:26

Forum Jump:


Users browsing this thread: 1 Guest(s)