21.07.2010, 19:09
hy...command is this:
But it dont changes vehicle poss on spawn...dont hnow why :S
Код:
public OnVehicleSpawn(vehicleid) { for(new i = 1; i < sizeof(cInfo); i++) { ChangeVehicleColor(cInfo[i][ownedvehicle],cInfo[vehicleid][cBoja1],cInfo[vehicleid][cBoja2]); SetVehiclePos(cInfo[i][ownedvehicle], cInfo[i][cPosX], cInfo[i][cPosY], cInfo[i][cPosZ]); } return 1; }
But it dont changes vehicle poss on spawn...dont hnow why :S