Raised This Month: $ Target: $400
 0% 

Life Saver Shield


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Freecode
Never Fall Asleep
Join Date: Jan 2004
Old 06-10-2004 , 02:31  
Reply With Quote #3

Code:
#include <amxmodx> #include <fun> public plugin_init() {     register_plugin("Life Saver Shield","0.1","Peli")     register_cvar("amx_lss","1")     register_clcmd("v","lss",-1,"Enables your Life Saver Shield") } public lss(id) {      set_task( 5.0, "SetPowers",id )       return PLUGIN_HANDLED } public SetPowers(id) {      set_user_godmode(id,1)      set_user_rendering(id,kRenderFxGlowShell,255,255,255,kRenderNormal,255)       return PLUGIN_CONTINUE }
Freecode 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 14:55.


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