08.07.2012, 15:04
I need to make that CMD like tazer can use FIB and a COP but how ??
Is this correct ??
Код:
if(!IsAFIB(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You are not an SAPD/FIB Oficer."); if(!IsACop(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You are not an SAPD/FIB Oficer.");