26.12.2010, 16:35
Hi all,i use this function for check admin levels:
I need to add this code for every level and show at the players the message
"Admin blabla has logged in has level 1"
same for level 2 and 3.
How to do it?
This is what i use for check the login
Thanks.
pawn Код:
if(PlayerInfo[playerid][AdminLevel] > 1)
"Admin blabla has logged in has level 1"
same for level 2 and 3.
How to do it?
This is what i use for check the login
pawn Код:
if(IsLogged[playerid] == 1)
{
SendClientMessage(playerid, 0x33AA33AA, "You already are logged in!");
return 1;
}