05.04.2011, 15:14
I have not added any cars to buy I just changed cars id and their coordinates, but now I do not write the name of the vehicle that you just wrote some buffalo, although it is not a buffalo, and some can not drive. E whether we should here something that I change
When i start to edit GameMode id was start from 230 and i add same cars for gangs then i must to change id to 285.
Sorry for my bad English
Код:
for(new h = 230; h < sizeof(CarInfo); h++) { AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000); }
Код:
public IsAnOwnableCar(vehicleid) { if(vehicleid >= 285 && vehicleid <= 564) { return 1; } return 0; }