[FilterScript] [FS] Afk System - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Afk System (
/showthread.php?tid=250559)
-Delited- -
Monster[HD] - 23.04.2011
DELITED
Re: [FS] Afk System -
Alex_Jefferson - 23.04.2011
very simple and nice, thanks :P
Re: [FS] Afk System -
Monster[HD] - 23.04.2011
No Problem
Re: [FS] Afk System -
Shoaib - 23.04.2011
It Nice I Aint Using It Me [XTC]Man
Re: [FS] Afk System -
Millionaire - 23.04.2011
Simple and nice work
Re: [FS] Afk System - [L3th4l] - 23.04.2011
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");
Re: [FS] Afk System -
DevilG - 24.04.2011
/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);
Re: [FS] Afk System -
07m3g4tr0n - 24.04.2011
nice