17.12.2009, 16:57
How to make +10 levels?
so not that he is level 10 but then there are 10 levels + levels he have now!
this is for 1 level:
if i do:
it doesn' work!
if i do:
The level becomes 10, so not +10!
how to make it?
so not that he is level 10 but then there are 10 levels + levels he have now!
this is for 1 level:
Код:
PlayerInfo[playerid][pLevel] ++;
Код:
PlayerInfo[playerid][pLevel] +10;
if i do:
Код:
PlayerInfo[playerid][plevel] 10;
how to make it?