admin system help
#3

Every time a player will do "/[something here]" will be sent to all administrators, like "Player tiped /bla"

EDIT : Will this work?

pawn Код:
if (PVar[playerid][pLevel] == 1) Llevel = "Test Admin";
    if (PVar[playerid][pLevel] == 2) Llevel = "Moderator";
    if (PVar[playerid][pLevel] == 3) Llevel = "Administrator";
    if (PVar[playerid][pLevel] == 4) Llevel = "senior Administrator";
    if (PVar[playerid][pLevel] == 5) Llevel = "Developer";
    if (PVar[playerid][pLevel] == 6) Llevel = "Server Owner";
And what do i put in the format?
I got that PVar[playerid][plevel, pvip, pmuted, pjailed, etc...]
Reply


Messages In This Thread
admin system help - by [ProX]BlueFire - 26.03.2011, 20:35
Re: admin system help - by antonio112 - 26.03.2011, 20:45
Re: admin system help - by Markx - 26.03.2011, 21:21
Re: admin system help - by [ProX]BlueFire - 26.03.2011, 21:22
Re: admin system help - by [ProX]BlueFire - 26.03.2011, 21:29
Re: admin system help - by antonio112 - 26.03.2011, 21:37
Re: admin system help - by [ProX]BlueFire - 26.03.2011, 21:46

Forum Jump:


Users browsing this thread: 1 Guest(s)