23.09.2012, 15:32
Se nгo tem uma variбvel, crie uma.
Para aumentar o Exp:
Para diminuir o Exp:
Para salvar:
Sobre o erro...
Isso:
Vocк quer salvar na conta do player?? '- Se for, й sу colocar ReturnFileUser(playerid).
pawn Код:
new ExpPlayer[MAX_PLAYERS];
pawn Код:
ExpPlayer[playerid] ++;
//ou
ExpPlayer[playerid] += 10;
pawn Код:
ExpPlayer[playerid] --;
//ou
ExpPlayer[playerid] -= 2;
pawn Код:
DOF2_SetInt(ReturnFileUser(playerid),"Exp", ExpPlayer[playerid]);
DOF2_SaveFile();
Sobre o erro...
Isso:
pawn Код:
DOF2_SetInt(ReturnFileUser, "Relogioupm", minUP[playerid]);
DOF2_SetInt(ReturnFileUser, "Relogioups", segUP[playerid]);