Thread: [Help / Support] Problem Copile
View Single Post
artos
Senior Member
Join Date: Mar 2010
Old 10-03-2011 , 09:22   Re: Problem Copile
Reply With Quote #4

Quote:
Originally Posted by ESPADONGAMING View Post
solved...
new error

PHP Code:
// Reward ammo packs
        
if (!g_survivor[attacker] || !get_pcvar_num(cvar_survignoreammo))
        || (
g_hero[attacker] || !get_pcvar_num(cvar_heroignoreammo)) 
Error: Invalid expression, assumed zero on line 2308
Replace with:

PHP Code:
if (!g_survivor[attacker] || !get_pcvar_num(cvar_survignoreammo) || g_hero[attacker] || !get_pcvar_num(cvar_heroignoreammo)) 
__________________
artos is offline
Send a message via Skype™ to artos