14.08.2009, 09:26
If you want to try dudb again, just set the player's admin level via that command then save it OnPlayerDisconnect, like this:
Then make a /login command and load it there with:
Код:
dUserSetINT(PlayerName(playerid)).("AdminLevel", PlayerData[playerid][Level]);
Код:
PlayerData[playerid][Level] = (dUserINT(PlayerName(playerid)).("AdminLevel"));