18.06.2015, 22:05
There is a fix for that. There must be a delay between spawning and setting rotation.
PHP код:
SetTimerEx("VehRot",200,false,"df",vehicleid,65.0);
forward VehRot(veh,Float:angle);
public VehRot(veh,Float:angle){
return SetVehicleZAngle(vehicleid, angle);
}