LuxAdmin ReadPMs
#3

the following is the line that decides at what admin level you can read all the PM. They are under "OnPlayerPrivmsg".

PHP код:
if(IsPlayerConnected(a) && (AccInfo[a][Level] >= ServerInfo[MaxAdminLevel]) && != playerid
if you want to change that level, you have to change "ServerInfo[MaxAdminLevel]" to the minimum admin level you want to be able to read all the PM. So if you want all the admins to be allowed to read the PM change the above line to:

PHP код:
if(IsPlayerConnected(a) && (AccInfo[a][Level] >= 1) && != playerid
Reply


Messages In This Thread
LuxAdmin ReadPMs - by SA-MPDrifter - 03.10.2012, 19:35
Re: LuxAdmin ReadPMs - by nmader - 03.10.2012, 20:30
Re: LuxAdmin ReadPMs - by [FAT]Klabauter[LST] - 04.10.2012, 05:57

Forum Jump:


Users browsing this thread: 3 Guest(s)