Raised This Month: $ Target: $400
 0% 

During Event Time


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Mr.Noobie
BANNED
Join Date: Apr 2009
Old 06-10-2009 , 07:40   During Event Time
Reply With Quote #1

I want to add human more health during an event

Code:

PHP Code:
#include <amxmodx>
#include <fun>
#include <zombieplague>
public plugin_init() 
{
 
register_plugin"[ZP] During Event""1.0""Mr.Noobie"
}
public 
zp_round_started(modeid)
{
 if(
mode == MODE_NEMESIS)
 { 
  if(!
is_user_alive(id) || !zp_get_user_nemesis(id))
  {
           
set_user_health(idget_user_health(id) + 750)
  }
 }

but it didn't work.
Mr.Noobie is offline
 


Thread Tools
Display Modes

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 13:58.


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