Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

problema masini joburi


Question

Posted

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

2 answers to this question

Recommended Posts

Posted

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

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.