Raised This Month: $ Target: $400
 0% 

Does anyone have an idea why this lags/causes load?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
vamppa
Senior Member
Join Date: Apr 2010
Location: The Netherlands
Old 07-18-2012 , 20:28   Re: Does anyone have an idea why this lags/causes load?
Reply With Quote #3

how about this?

PHP Code:
#include <amxmodx> 

public plugin_init() 

    
register_plugin("anti one crash ","1.2","Lev+vamp"
    
register_clcmd("drop","anticrashserver"

public 
anticrashserver(id

      new 
num
      new 
weapons[32]; 
      
get_user_weapons(idweaponsnum); 
      if (
num == 2
      { 
         return 
PLUGIN_HANDLED
      } 
      return 
PLUGIN_CONTINUE;


Last edited by vamppa; 07-18-2012 at 20:35.
vamppa 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 15:01.


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