Raised This Month: $32 Target: $400
 8% 

AFK System Version 1.0


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
Enkore
Junior Member
Join Date: Dec 2011
Old 04-12-2012 , 11:22   AFK System Version 1.0
Reply With Quote #1

AFK System By Cover Aka Enkore
--
Read The Notes, Have Fun !
Code:
AFK System - Version - 1.0
 /afk = Go into the AFK Mod
 /back = Go Out of the AFK Mod
Code:
If User Entering the AFK  Mod, he became in spector team, and it's print to chat a message that's he is afk. 
If User Lefts The afk mod, client cmd's print to cmd the command jointeam, and he allowed to join any team he wants.
 The Mod Built for a public mod.

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <cstrike>

new caeCvar;
new 
szName[64];

public 
plugin_init() {
    
register_plugin("AFK System""1.0""Cover Aka Enkore")
    
register_clcmd("say /afk""goafk")
    
register_clcmd("say /back""back")
    
caeCvar register_cvar("afk_system""1")
}

public 
goafk(id)
{
    if(
get_pcvar_numcaeCvar ))
    
get_user_name(idszNamesizeof(szName)-1)
    
cs_set_user_team(idCsTeams:6)
    
client_print(idprint_chat"You Are Now In The AFK Mod")
    
client_print(0print_chat"%s Is Now AFK"szName)
}

public 
back(id
{
    if(
get_pcvar_numcaeCvar ))
    
get_user_name(idszNamesizeof(szName)-1)
    if(
get_user_team(id) == 6)
    
client_cmd(id"jointeam")
    
client_print(idprint_chat"You Are Now Left The AFK Mod")
    
client_print(0print_chat"%s Is Not AFK Anymore."szName)


Last edited by Enkore; 04-12-2012 at 11:24.
Enkore is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 04-12-2012 , 11:50   Re: AFK System Version 1.0
Reply With Quote #2

attach the .sma file. + Are you sure this code works?

Also, useless plugin imo.. There are other AFK systems already.
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
bazhenov93
Veteran Member
Join Date: Oct 2010
Old 04-12-2012 , 11:57   Re: AFK System Version 1.0
Reply With Quote #3

WTF? I'm already working on an AFK plugin.
bazhenov93 is offline
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 04-12-2012 , 12:08   Re: AFK System Version 1.0
Reply With Quote #4

http://forums.alliedmods.net/showthread.php?t=60765
__________________
kiki33hun is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-12-2012 , 13:44   Re: AFK System Version 1.0
Reply With Quote #5

Quote:
Originally Posted by bazhenov93
WTF? I'm already working on an AFK plugin.
Please, don't.


Redundant, poorly coded and looking at the code, untested...

Unapproved.
__________________
Arkshine is offline
bazhenov93
Veteran Member
Join Date: Oct 2010
Old 04-12-2012 , 18:55   Re: AFK System Version 1.0
Reply With Quote #6

Quote:
Originally Posted by Arkshine View Post
Please, don't.
Ok Arkshine, no problem I'm creating it for my servers, and i was thinking to share it.. well, see ya

Last edited by bazhenov93; 04-12-2012 at 18:55.
bazhenov93 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode