Raised This Month: $ Target: $400
 0% 

better way for GODMODE?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 02-16-2007 , 02:52   Re: better way for GODMODE?
Reply With Quote #9

Code:
#include <amxmodx> #include <fun> #define GOD_LIFE 10 new godloop[33] //machine mho_special public MHO_GOD_Mode(id){     godloop[id] = GOD_LIFE     server_print("--MHO MOD-- GOD MODE [ON]")     set_user_godmode(id, 1)     set_task(1.0, "Hold_GOD", id, "", 0, "a", GOD_LIFE) } public Hold_GOD(id){         godloop[id]--         show_hud(id)         if ( ! godloop[id] ) {         set_user_godmode(id)         server_print("--MHO MOD-- GOD MODE [OFF]")     } } stock show_hud(id) {     new message[32]     formatex(message, 31, "%d seconds left of GOD Mode.", godloop[id])     set_hudmessage(255, 0, 0, -1.0, 0.3, 0, 1.0, 1.2, 0.0, 0.0, 87)     show_hudmessage(id, message) }
[ --<-@ ] Black Rose 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 00:45.


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