08.05.2012, 02:26
tenta subs td Timer por isto
e da um Debug tambйm, p ver se ta setand diretamente no DOF o seu level, na hora q vc ganha.
se n estiver coloka p setar junto quand ganha o Level.
Код:
public OnPlayerUpdate(playerid) { if(Exp[playerid] == 10) { Exp[playerid] = 0; Nivel[playerid]++; GetPlayerName(playerid,name,sizeof(name)); format(string,sizeof(string),"~b~~h~~h~~h~%s Subiu de Nivel!!!",name); GameTextForAll(string,2000,3); } else { TextDrawHideForPlayer(i,Textdrawz1[playerid]); format(string, sizeof(string), "%s" ,GetExpTol(playerid)); TextDrawSetString(Textdrawz1[playerid],string); TextDrawShowForPlayer(i,Textdrawz1[playerid]); } return 1; }
se n estiver coloka p setar junto quand ganha o Level.