Jump to content
  • 0

probleme masini personale [am dar mai vreu sa adaug]


Question

Posted

[pawn]new CarInfo[309][cInfo];

[/pawn]

Am modificat la car info dar nuj dc numi apare masina personala [apar dar nu sunt personale] 

{-GM este editat din LoS Angeles LiFe-}

DC stie careva?

1 answer to this question

Recommended Posts

Posted

Cauta public IsAnOwnableCar(vehicleid) si jos mai adaugi id-urile de la noile masini . Ex:

[pawn]public IsAnOwnableCar(vehicleid) //inainte

{

if(vehicleid >= 271 && vehicleid <= 425) { return 1; }// modifici al doilea nr (ex.425)

return 0;

}

public IsAnOwnableCar(vehicleid) //dupa

{

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

return 0;

}[/pawn]

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

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.