11.04.2011, 02:51
This simple code must lock the car when it is loaded but it ain't happening, take a look and tell me if i left something..
pawn Код:
new vehicleids = CreateVehicle(
vehicleinfo[vehicleid][Model],
vehicleinfo[vehicleid][x],
vehicleinfo[vehicleid][y],
vehicleinfo[vehicleid][z],
vehicleinfo[vehicleid][a],
vehicleinfo[vehicleid][Color1],
vehicleinfo[vehicleid][Color2],60*12000);
for(new u = 0; u < MAX_PLAYERS; u++)
{
SetVehicleParamsForPlayer(vehicleids,u,0,1);
}