[Question] Saving cars
#1

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?
Reply
#2

Bumb
Reply
#3

go in game and type /save while in a vehicle and go to your GTA sa directory and find a file called "SavedPositions.txt"

and add it to your files under
pawn Код:
// 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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)