Jump to content
  • 0

Problema eroare gamemode


dandrew12

Question

Salut, am incercat sa bag niste masini la o factiune si cand dau compile imi zice

(7476) : error 029: invalid expression, assumed zero

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

		if(newcar == TCC1 || newcar == TCC2 || newcar == TCC3 || newcar == TCC4 || newcar == TCC5 || newcar == TCC6 || newcar == TCC7 || newcar == TCC8 || newcar == TCC9 || (newcar == TCC10 || newcar == TCC11 || newcar == TCC12 || newcar == TCC13 || newcar == TCC14)
7476		{
  		    if(PlayerInfo[playerid][pMember] == 10||PlayerInfo[playerid][pLeader] == 10) { }
		    else
			{
				new Float:cx, Float:cy, Float:cz;
				GetPlayerPos(playerid, cx, cy, cz);
				SetPlayerPos(playerid, cx,  cy, cz);
				SendClientMessage(playerid,COLOR_GREY,"You are not a member Taxi Cab Company !");
		        RemovePlayerFromVehicle(playerid);
		    }
		}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.