24.12.2014, 08:51
Following command in for admin . They can read users command but i want to add a command to turn the /readpms off . So admin won't get user's pm anymore . How to do that . Give me the command please.
PHP Code:
CMD:readpms(playerid, params[])
{
if (IsPlayerAdmin(playerid))
{
pInfo[playerid][readpm] = 1;
SendClientMessage(playerid, COLOR_DARK_GREEN, "Congratz your a PM Admin xD");
}