26.03.2011, 21:21
Every time a player will do "/[something here]" will be sent to all administrators, like "Player tiped /bla"
EDIT : Will this work?
And what do i put in the format?
I got that PVar[playerid][plevel, pvip, pmuted, pjailed, etc...]
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";
I got that PVar[playerid][plevel, pvip, pmuted, pjailed, etc...]