Jump to content
  • 0

Licenta de condus


Guest ZFun

Question

Deci am modificat un mod gf. Am facut sa te dea afara din masina cand te urci , chiar si din heli... dar daca ma sui si pe o bicicleta ma da jos :)))

Vreau ca pe bicicleta sa pot merge fara licenta de condus

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Cauta asta:

if(PlayerInfo[i][pCarLic] < 1 && IsPlayerInAnyVehicle(i) && GetPlayerState(i) == 2)
{
	if(TakingLesson[i] == 1) { }
	else { RemovePlayerFromVehicle(i); }
}
si inlocuieste cu asta:
if(PlayerInfo[i][pCarLic] < 1 && IsPlayerInAnyVehicle(i) && GetPlayerState(i) == 2)
{
	if(TakingLesson[i] == 1 || newcar == x || newcar == y || tot asa...) { }
	else { RemovePlayerFromVehicle(i); }
}

x = foloseste comanda /oldcar in joc pentru a afla id-ul bicicletei

y = la fel..

B-Zone: Role Play Server -  77.81.202.202:7777 [url=http://www.game-monitor.com/sa-mp_GameServer/77.

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.