04.06.2012, 15:09
Quote:
i made a cmd and i dont know how to add the so if hes admin level 1 = moderator get it and so on..how do i add?the cmd is good i cant post it1
|
pawn Код:
if(IsPlayerIsModerator[playerid] == 1) // this is example xd
{
//your code
}else SendClientMessage(playerid,-1,"You are not moderator");