What Can Cost My Script TO Say Your Not Admin For any command i type...
#5

Quote:
Originally Posted by Keeboo13
What Can Cost My Script TO Say Your Not Admin For any command i type...Can anyone plz help me its not an edit its from scratch
pawn Код:
if(!strcmp(cmdtext, "/command", true))
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR, "You are not admin you cannot use this command.");
//your command functions
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)