Quote:
Originally Posted by HY
pawn Code:
CMD:check(playerid,params[]) { new targetid; if(sscanf(params,"u",targetid)) return SendClientMessage(playerid,-1,"Usage: /check [playerid]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, -1, "That player isn't connected!"); if(PInfo[playerid][pDriver] == 0) return SendClientMessage(playerid, -1, "That player doesn't have license."); if(PlayerInfo[playerid][pDriver] == 1) return SendClientMessage(playerid, -1, "That player have driving license!"); return 1; }
|
Thank you but i want to add other thing
if (PInfo[playerid][pCop] >= 1
allow him to use the command and if not send him a client message
"You are not a police officer"
if you make it i will rep you :