21.12.2010, 15:05
Quote:
I want to add vehicles to my gamemode. I made a gamemode once I never got those errors.
For some reason I got it. :/ I am making a flying server and I made already around 905 vehicles with in 3 days lol. So I need to add all of them but kept getting errors. |
pawn Код:
public OnGameModeInit()
{
SetGameModeText("Server For Pilots");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
AddStaticVehicle(415,-2089.7454,-85.3183,34.9356,0.0900,36,1);
}