Problems whit accounts!
#2

Make sure you are resetting the player's stats to 0 under OnPlayerConnect.
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    PlayerInfo[playerid][AdminLevel] = 0;
    PlayerInfo[playerid][Cash] = 0;
    ShowPlayerDialog(playerid, LOGIN_DIALOG,...
    //code continues...
    return 1;
}
Reply


Messages In This Thread
Problems whit accounts! - by edzis84 - 26.01.2013, 08:34
Re: Problems whit accounts! - by Threshold - 26.01.2013, 09:21

Forum Jump:


Users browsing this thread: 5 Guest(s)