Jump to content
  • 0

problema masini joburi


laury

Question

sal

am incercat sa fac masinile de la jobul truck sa mearga numai cei care sunt angajati trucker

		if(newcar == 53 || newcar == 54 || newcar == 55 || newcar == 52 || newcar == 58 || newcar == 57 || newcar == 56)
		{
		    if(PlayerInfo[playerid][pJob] != 16) { }
		    else
			{
		        SendClientMessage(playerid, COLOR_GREY, " NU esti angajat Trucker !");
		        RemovePlayerFromVehicle(playerid);
		    }
		}

dar cind ma urc in masinile acelea merg si fara sa fiu angajat

imi puteti spune ce am gresit ?

pls

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

if(newcar == 53 || newcar == 54 || newcar == 55 || newcar == 52 || newcar == 58 || newcar == 57 || newcar == 56)

{

    if(PlayerInfo[playerid][pJob] != 16)

{

        SendClientMessage(playerid, COLOR_GREY, " NU esti angajat Trucker !");

        RemovePlayerFromVehicle(playerid);

    }

}

i0418xcttya707ofg.jpg

Link to comment
Share on other sites

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.