Raised This Month: $ Target: $400
 0% 

Whats wrong with the plugin?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 02-22-2009 , 15:57   Re: Whats wrong with the plugin?
#4

Replace your check_afk with this one and see if it works.

PHP Code:
public check_afk(id)
{
     if(
is_user_alive(id))
     {
          if(
same_origin(id))
          {
               
user_kill(id);
               new 
name[33];
               
get_user_name(idname32);
               
client_print(0print_chat"%s was killed for being an AFK."name);
          }
     }

__________________
Bugsy is offline
 



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 17:03.


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