I cant get i work
#1

pawn Код:
if(!IsACop(playerid) !IsAFIB(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You are not an SAPD Oficer.");
Mhm its not working what is the problem ??

Код:
D:\Documents and Settings\ScOuT3221\Desktop\SAMPSERVER\gamemodes\ZRP.pwn(8151) : error 001: expected token: ")", but found "!"
D:\Documents and Settings\ScOuT3221\Desktop\SAMPSERVER\gamemodes\ZRP.pwn(8151) : error 001: expected token: ";", but found ")"
D:\Documents and Settings\ScOuT3221\Desktop\SAMPSERVER\gamemodes\ZRP.pwn(8151) : error 029: invalid expression, assumed zero
D:\Documents and Settings\ScOuT3221\Desktop\SAMPSERVER\gamemodes\ZRP.pwn(8151) : fatal error 107: too many error messages on one line
This is what compiler says !
Reply
#2

pawn Код:
if(!IsACop(playerid) && !IsAFIB(playerid))
&& AND
|| OR
! NOT
Reply
#3

Thx Alot man !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)