Raised This Month: $ Target: $400
 0% 

How to fix this "Run time error"


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 12-07-2015 , 11:11   Re: How to fix this "Run time error"
Reply With Quote #2

Code:
    // Add ability health to Zombies
    if(zp_get_user_zombie(id) || get_pcvar_num(pcv_darkness_zombie_ability)) {
        set_user_health(id, get_user_health(id)+get_pcvar_num(pcv_darkness_give_health))
    }
-->
Code:
    // Add ability health to Zombies
    if(is_user_alive(id) && zp_get_user_zombie(id) || get_pcvar_num(pcv_darkness_zombie_ability)) {
        set_user_health(id, get_user_health(id)+get_pcvar_num(pcv_darkness_give_health))
    }
zmd94 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 18:01.


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