21.01.2009, 13:58
well i found that
public OnGameModeInit( )
{
// Add a Hydra to the game
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 800);
return 1;
}
do i have to modify it much?
public OnGameModeInit( )
{
// Add a Hydra to the game
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 800);
return 1;
}
do i have to modify it much?