Need Help
#1

Код HTML:
 error 029: invalid expression, assumed zero
Код HTML:
if(PlayerInfo[playerid][pJob] == 7 || PlayerInfo[playerid][pJob2] == 7 || (IsACop(playerid)|| IsATowman(playerid))
 	{
Reply
#2

Hello! Try this:
PHP код:
if(PlayerInfo[playerid][pJob] == || PlayerInfo[playerid][pJob2] == || IsACop(playerid) || IsATowman(playerid)) 
EDIT: Actually can you show me where you create the variable with the PlayerInfo and it's enumeration?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)