Jump to content
  • 0

Licenta de condus


Question

Posted

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

4 answers to this question

Recommended Posts

  • 0
Posted

Modul este unul gf. cel a lui bank  .... nu stiu ce as putea posta din el...

  • 0
Posted

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.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.