SA-MP Forums Archive
Not upgrading level!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Not upgrading level!! (/showthread.php?tid=504446)



Not upgrading level!! - vassilis - 04.04.2014

SOLVED


Re: Not upgrading level!! - Konstantinos - 04.04.2014

pawn Код:
UpdateRobSkill(playerid);
                pinfo[playerid][Money] = pinfo[playerid][Money]+gmoney;
                pinfo[playerid][TotalRobs]++;
You should first increase the TotalRobs and then use UpdateRobSkill.


Re: Not upgrading level!! - yvoms - 04.04.2014

Exactly what Konstaninos said!
Goodluck with your script.


Re: Not upgrading level!! - vassilis - 04.04.2014

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
pawn Код:
UpdateRobSkill(playerid);
                pinfo[playerid][Money] = pinfo[playerid][Money]+gmoney;
                pinfo[playerid][TotalRobs]++;
You should first increase the TotalRobs and then use UpdateRobSkill.
fixed thanks