Raised This Month: $ Target: $400
 0% 

Help with a simple script.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
aznbeau1121g
Member
Join Date: Jan 2006
Old 12-01-2007 , 20:52   Re: Help with a simple script.
Reply With Quote #2

i'm not a good scripter so i can't really help u but i can give suggestion this might help, not sure if it works, change it alittle

Code:
new bool:g_heal
Code:
register_event("EventDeath", "Event_Death", "a")
register_event("EventAlive", Event_Alive", "ab")
Code:
public Event_Death(id)
{
     g_heal[id] = false
     }
     PLUGIN_CONTINUE
}
public Event_Alive(id)
{
     g_heal[id] = true
     }
     PLUGIN_CONTINUE
}
aznbeau1121g 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 11:07.


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