Admin System WITHOUT registration system
#3

Quote:
Originally Posted by yezizhu
DIY.
You can edit admin level check to IsPlayerAdmin.eg:[PAWN[
if(PlayerInfo[playerid][pAdminLevel] >= 1)
//to
if(IsPlayerAdmin)
pawn Код:
if(IsPlayerAdmin(playerid))
..would be better.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)