View Single Post
Author Message
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South Korea
Old 02-18-2021 , 21:41   Warning 211: possibly unintended assignment
Reply With Quote #1

Hello, I have problem in compiling this plugin.

Error:
PHP Code:
warning 211possibly unintended assignment 
Code part:
PHP Code:
new index
    g_iZombieClassID 
zp_class_zombie_register(zombieclass6_namezombieclass6_infozombieclass6_healthzombieclass6_speedzombieclass6_gravity)
    
zp_class_zombie_register_kb(g_iZombieClassIDzombieclass6_knockback)
    if (
index 0index sizeof zombieclass6_modelindex++)
    {
        
zp_class_zombie_register_model(g_iZombieClassIDzombieclass6_model[index])
    }
    if (
index 0index sizeof zombieclass6_clawindex++)
    {
        
zp_class_zombie_register_claw(g_iZombieClassIDzombieclass6_claw[index])
    } 
__________________
nG_getwreck is offline