03.01.2010, 15:11
Hello, I want to make a point where you can buy a car. But I have no clue how I should store them and load them
How can I handle this?
How can I handle this?
// If Gamemode
public OnGameModeInit()
{
// Place Code For Spawning Your Cars Here "CreateVehicle or AddStaticVehicle"
return 1;
}
// If Filter Script
public OnFilterScriptInit
{
// Place Code For Spawning Your Cars Here "CreateVehicle or AddStaticVehicle"
return 1;
}