Quote:
Originally Posted by SAMProductions
Like Stinged said,
You should try to reset it under OnPlayerConnect or OnPlayerDisconnect Callback except the Password, Like for Example :-
pawn Код:
// Under OnPlayerConnect Callback pInfo[playerid][pAdmin] = 0; pInfo[playerid][Score] = 0; pInfo[playerid][Money] = 0; pInfo[playerid][Kills] = 0; pInfo[playerid][Deaths] = 0;
// Blah... Blah... Blah... The Rest of the Codes here. // The stats/values/integers that have been saved will be loaded using the function called INI_ParseFile... // You can set it inside the OnPlayerDisconnect Callback too...
|
First putting this Under OnPlayerConnect and OnPlayerDisconnect Like this Not Help it make problem When you make your self admin in game And relog then on player COnnect it will set Your Level to Zero Same Problem On Player Disconnect