09.11.2017, 12:48
how i can create vehicle with with closed doors, always full hp and freezed on spawn coordinates (players can not shift)? thx!
public OnGamemodeInit()
{
new staticvehicle = AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:z_angle, color1, color2);
SetVehicleParamsEx(staticvehicle, 0, 0, 0, 1, 0, 0, 0);
return 1;
}