09.06.2009, 01:13
DIY.
You can edit admin level check to IsPlayerAdmin.eg:[PAWN[
if(PlayerInfo[playerid][pAdminLevel] >= 1)
//to
if(IsPlayerAdmin)
You can edit admin level check to IsPlayerAdmin.eg:[PAWN[
if(PlayerInfo[playerid][pAdminLevel] >= 1)
//to
if(IsPlayerAdmin)