Quote:
Originally Posted by VincentDunn
da faq is up with this line?
pawn Код:
if(AdminPerm[PlayerInfo[playerid][pAdministrator]][General] == 0) >=if(AdminPerm[PlayerInfo[userid][pAdministrator]][General] == 0) {
|
haha, think I was copying and pasting to make things easier, must of ctrl + c & ctrl + v more than once, my bad.
EDIT:
Quote:
pawn Код:
return SendClientMessage(playerid,COLOR_GREY,"USAGE: \"/ajail [playerid][minutes][reason]/"");
Change it to:
pawn Код:
return SendClientMessage(playerid, COLOR_GREY, "USAGE: /ajail [playerid] [minutes] [reason]");
|
Thanks, I figured the problem out, thanks for all the comments.