#1

Fixed.
Reply
#2

In the TAB Menu a problem with level? Or it is global?
If in the TAN menu: SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);
Reply
#3

Fixed.
Reply
#4

Fixed.
Reply
#5

Do you reset the variables on OnPlayerConnect?
pawn Код:
// OnPlayerConnect

PlayerInfo[playerid][pLevel] = 0;
PlayerInfo[playerid][pCash] = 0;
// all..
The data will then be loaded from INI_ParseFile function (main loading of the player file) and put the values into your variables. The same happened with my gamemode, it was fixed by resetting.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)