31.10.2013, 10:49
i think there is an mistake in the end.
you forgot to add '!' . which checkes whether he isn't an admin
Anyway Good Job
pawn Код:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, RED, "(([!]You cannot access this command as you're not admin!))");
if(IsPlayerAdmin(playerid))
{
Command here...
}
Anyway Good Job
![Wink](images/smilies/wink.png)