help dcmd_setadmin
#5

If you want to try dudb again, just set the player's admin level via that command then save it OnPlayerDisconnect, like this:

Код:
dUserSetINT(PlayerName(playerid)).("AdminLevel", PlayerData[playerid][Level]);
Then make a /login command and load it there with:

Код:
PlayerData[playerid][Level] = (dUserINT(PlayerName(playerid)).("AdminLevel"));
Reply


Messages In This Thread
help dcmd_setadmin - by The_Tough - 13.08.2009, 19:19
Re: help dcmd_setadmin - by saiberfun - 13.08.2009, 19:59
Re: help dcmd_setadmin - by dice7 - 13.08.2009, 20:13
Re: help dcmd_setadmin - by The_Tough - 13.08.2009, 20:22
Re: help dcmd_setadmin - by [LSB]Clinz - 14.08.2009, 09:26
Re: help dcmd_setadmin - by The_Tough - 31.08.2009, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)