/callsign help | +rep
#2

Not sure if it will fix the problem but,
pawn Код:
if(IsACop(playerid) || IsALVMPDCop(playerid)
        return SendClientMessageEx(playerid, COLOR_GREY, "You must be a police officer.");
is missing a ) at the end of if(..... || IsALVMPDCop(playerid))

pawn Код:
if(IsACop(playerid) || IsALVMPDCop(playerid)) // <----
        return SendClientMessageEx(playerid, COLOR_GREY, "You must be a police officer.");
Reply


Messages In This Thread
/callsign help | +rep - by NickMirra - 24.07.2015, 12:00
Re: /callsign help | +rep - by liquor - 24.07.2015, 12:06
Re: /callsign help | +rep - by NickMirra - 24.07.2015, 12:41
Re: /callsign help | +rep - by XVlaDX - 24.07.2015, 15:13
Re : /callsign help | +rep - by KillerDVX - 24.07.2015, 16:15
Re: /callsign help | +rep - by NickMirra - 24.07.2015, 17:03
Re: /callsign help | +rep - by XVlaDX - 24.07.2015, 17:12
Re: /callsign help | +rep - by xVIP3Rx - 24.07.2015, 17:42
Re: /callsign help | +rep - by NickMirra - 24.07.2015, 19:34
Re: /callsign help | +rep - by NickMirra - 26.07.2015, 08:06

Forum Jump:


Users browsing this thread: 1 Guest(s)