07.05.2013, 13:45
Okay so I used this editor I got the code added to gamemode include but it didn't work I tried this
public OnGameModeInit()
{
// Add a Hydra to the game with a respawn time of 60 seconds
} CreateVehicle(520, 279.7606, 1955.1949, 18.3303, 270.2599, -1, -1, 100);
} CreateVehicle(520, 280.3952, 1989.4347, 18.3303, 269.0000, -1, -1, 100);
} CreateVehicle(520, 280.0246, 2023.7865, 18.3303, 269.0000, -1, -1, 100);
return 1;
}
public OnGameModeInit()
{
// Add a Hydra to the game with a respawn time of 60 seconds
} CreateVehicle(520, 279.7606, 1955.1949, 18.3303, 270.2599, -1, -1, 100);
} CreateVehicle(520, 280.3952, 1989.4347, 18.3303, 269.0000, -1, -1, 100);
} CreateVehicle(520, 280.0246, 2023.7865, 18.3303, 269.0000, -1, -1, 100);
return 1;
}