02.01.2014, 20:52
i need help on how to spawn a vehicle in the game
public OnGameModeInit()
{
// Add a Hydra to the game with a respawn time of 60 seconds
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
return 1;
}
You see i found a source but where do i put this in my SAMP folder?!??!?!?
public OnGameModeInit()
{
// Add a Hydra to the game with a respawn time of 60 seconds
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
return 1;
}
You see i found a source but where do i put this in my SAMP folder?!??!?!?