Raised This Month: $ Target: $400
 0% 

Weapon Stripping on ResetHUD


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
KRoT@L
Member
Join Date: Aug 2004
Location: http://www.amxmod.net
Old 09-13-2004 , 06:50  
Reply With Quote #2

Code:
set_task(1.0,"stripweps",id)

Code:
public block_buy(id) {     if(cs_get_user_buyzone(id))         return PLUGIN_HANDLED     return PLUGIN_CONTINUE } public blockcommand(id) {     return PLUGIN_HANDLED } public plugin_init() { register_clcmd("cl_setautobuy","blockcommand") register_clcmd("cl_autobuy","blockcommand") register_clcmd("cl_setrebuy","blockcommand") register_clcmd("cl_rebuy","blockcommand") register_clcmd("buy","block_buy") return PLUGIN_CONTINUE }
KRoT@L 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:17.


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