Little mistake but still Great idea for Zombie class!!!
PHP Code:
public zp_user_infected_post ( id, infector )
{
if (zp_get_user_zombie_class(id) == iZombieClass)
{
trail[id] = true
iHasRendering[id] = true
set_user_rendering(id, kRenderFxGlowShell, 255, 215, 0, kRenderNormal, 8);
}
}
-->
PHP Code:
public zp_user_infected_post ( id )
{
if (zp_get_user_zombie_class(id) == iZombieClass)
{
trail[id] = true
iHasRendering[id] = true
set_user_rendering(id, kRenderFxGlowShell, 255, 215, 0, kRenderNormal, 8);
}
}
__________________