Faction
#1

Hello.

I get an error on this line when i try to compile:
PHP код:
if(pInfo[playerid][pAdmin] < 6) && pInfo[playerid][pRank] != 6; return SendClientMessage(playerid, -1"You are not a high enough admin or you aren't the leader!"); 
Error:
Код:
error 029: invalid expression, assumed zero
Reply
#2

pawn Код:
if(pInfo[playerid][pAdmin] < 6 && pInfo[playerid][pRank] != 6) return SendClientMessage(playerid, -1, "You are not a high enough admin or you aren't the leader!");
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)