18.12.2013, 16:27
Hello!
What should I add to this pawn script so it would say You are not allowed to use this command if I am not logged in as RCON.Now when I type /newbuycar it doesnt show nothing but if i am not rcon it should say You are not allowed to use this command.And if I am logged into RCON it should show Usage:
What should I add to this pawn script so it would say You are not allowed to use this command if I am not logged in as RCON.Now when I type /newbuycar it doesnt show nothing but if i am not rcon it should say You are not allowed to use this command.And if I am logged into RCON it should show Usage:
Код:
if (strcmp(cmd, "/newbuycar", true) ==0 ) { if(!IsPlayerAdmin(playerid)){return 1;}