31.03.2015, 17:00
If a player is none of the above, then they cannot use the command so simply:
PHP код:
if(!IsACop(playerid) && !IsAnAgent(playerid) && !IsASoldier(playerid))
{
return SendClientMessage(playerid,COLOR_GREY," You are not a member of the LSPD / SASD / DoC !");
}