Raised This Month: $ Target: $400
 0% 

Blocking Defuse


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Greenberet
AMX Mod X Beta Tester
Join Date: Apr 2004
Location: Vienna
Old 11-30-2006 , 08:44   Re: Blocking Defuse
Reply With Quote #10

you dont need the
Code:
if(buttons & IN_USE)
part.
you can remove this

Code:
register_forward(FM_CmdStart, "CmdStart") public CmdStart(id, uc_handle, random_seed) {     if(!is_user_alive(id)) return FMRES_IGNORED     static buttons     buttons = get_uc(uc_handle, UC_Buttons)     buttons &= ~IN_USE     set_uc(uc_handle, UC_Buttons, buttons)     return FMRES_IGNORED }
Greenberet is offline
Send a message via ICQ to Greenberet Send a message via MSN to Greenberet
 



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 06:56.


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