26.04.2010, 11:37
well iknow that this is for all the vehicles;
at the moment im learning how to make it for faction cars :S
Код:
public OnVehicleStreamIn(vehicleid, forplayerid) { if(VehicleLock[vehicleid] == 1) { SetVehicleParamsForPlayer(vehicleid,forplayerid,0,1); } return 1; }