View Single Post
XINLEI
me too
Join Date: Jun 2011
Location: Colombian Coffee storage.
Old 04-11-2012 , 18:29   Re: [ZP] Crear niveles por Experiencia [SIN BUGS]
#2

PHP Code:
while (g_exp[id] >= LEVELS[g_level[id]]) 
==>

PHP Code:
if (g_exp[id] >= LEVELS[g_level[id]]) 

Last edited by XINLEI; 04-11-2012 at 18:29.
XINLEI is offline