17.08.2015, 17:16
I had this problem before and I fixed it extremely easily, but I'm not sure if this will work for you.
I simply changed
to
I simply changed
Код:
Player[playerid][pLevel]++;
Код:
Player[playerid][pLevel] += 1;