Jump to content
  • 0

Cars.cfg explicatie


GiGiMuScHi

Question

3 answers to this question

Recommended Posts

1.Nai postat unde trebuie.

2.Cauta in gm:

public IsAnOwnableCar(vehicleid) 
{
	if(vehicleid >= 271 && vehicleid <= 425) { return 1; }
	//modifica 271 cu id-u primei masini.
	//modifica 425 cu id-u ultimei masini
	return 0;
}
3.Cauta in gm: AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarIn Si deasupra ai ceva de genu...
for(new h = 271; h < sizeof(CarInfo); h++)//modifica 271 cu 500(de la id-u 500 vor incepe masinile personale.

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

Eu nu am

public IsAnOwnableCar(vehicleid)

{

if(vehicleid >= 271 && vehicleid <= 425) { return 1; }

//modifica 271 cu id-u primei masini.

//modifica 425 cu id-u ultimei masini

return 0;

}

Eu am asa:

public IsAnOwnableCar(carid)

{

for(new i = 1; i < sizeof(ownedcar); i++)

{

    if(carid == ownedcar) return 1;

}

return 0;

}

Oare sa inlocuies ce am eu cu ce mioai dat u?

Respecta Si Vei Fi Respectat !!!

Link to comment
Share on other sites

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.