SA-MP Forums Archive
[Include] [INC] Torran's 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)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [INC] Torran's AFK System (/showthread.php?tid=146041)



[INC] Torran's AFK System - Torran - 05.05.2010

What is it?
An include AFK system

Who made it?
Torran

How do i install?
Download the Include, Put it in "server dir/pawno/include",
Make sure you have the ZCMD include, That is needed
Open up your gamemode/filterscript, Add below your includes
pawn Код:
#include <afk>
Add this in OnPlayerConnect
pawn Код:
afk_OnPlayerConnect(playerid);
Add this in OnPlayerDisconnect
pawn Код:
afk_OnPlayerDisconnect(playerid);
Goto your OnPlayerText callback, It should return 1, Change that 1 to:
pawn Код:
afk_OnPlayerText(playerid, text);
Your callback should now look something like this:
pawn Код:
public OnPlayerText(playerid, text[])
{
return afk_OnPlayerText(playerid, text);
}
What are the commands?
/afk & /back

What are the features?
Freezes player when goes AFK & adds a label above the players head indicating hes AFK
Also sends a message to all players telling them that the player is AFK

Where is the download?
http://pastebin.com/6MxiqXWn

I know theres alot of AFK systems atm but i did not see one thats a include


Re: [INC] Torran's AFK System - [MWR]Blood - 05.05.2010

Nice work!


Re: [INC] Torran's AFK System - johnnyc - 05.05.2010

Dude you are doing great job !! Keep it up


Re: [INC] Torran's AFK System - Zh3r0 - 05.05.2010

Tough there are TONS of afk systems, this one is just nice!!

ps, wht was zcmd used? for badassnes or it was actually needed?


Re: [INC] Torran's AFK System - Torran - 05.05.2010

Quote:
Originally Posted by PlayON
Tough there are TONS of afk systems, this one is just nice!!

ps, wht was zcmd used? for badassnes or it was actually needed?
ZCMD include is needed in order for /afk and /back to work


Re: [INC] Torran's AFK System - xxmitsu - 05.05.2010

Lol, this looks almost the same as mine (with 3dtextlabels)


Anyway, good work.


Re: [INC] Torran's AFK System - Zh3r0 - 05.05.2010

Quote:
Originally Posted by Sma_X
Lol, this looks almost the same as mine (with 3dtextlabels)


Anyway, good work.
Like someone like Joe is gonna copy someone like you...


Re: [INC] Torran's AFK System - shady91 - 05.05.2010

Quote:
Originally Posted by PlayON
Quote:
Originally Posted by Sma_X
Lol, this looks almost the same as mine (with 3dtextlabels)


Anyway, good work.
Like someone like Joe is gonna copy someone like you...
Why not? Joe isn't exactly a top scripter form post/topic's I've seen (Very big post hunter/ topic creator)

But for the include simple but nice.


Re: [INC] Torran's AFK System - ColdXX - 05.05.2010

Nice dude keep up!!!
*ColdXX will use this!


Re: [INC] Torran's AFK System - xxmitsu - 05.05.2010

Quote:
Originally Posted by PlayON
Quote:
Originally Posted by Sma_X
Lol, this looks almost the same as mine (with 3dtextlabels)


Anyway, good work.
Like someone like Joe is gonna copy someone like you...
Chill man, I haven't blamed anyone.