Posts: 102
Threads: 20
Joined: Apr 2013
Reputation:
0
I wanna CreateVehicle or AddStaticVehicle
But How?
Posts: 447
Threads: 78
Joined: Mar 2012
Reputation:
0
If you read what I posted, you will see it.
Posts: 882
Threads: 50
Joined: Jun 2012
Reputation:
0
AddStaticVehicle will work only in OnGameModeInit or OnFilterscriptInit.If you want to create a vehicle at run-time you need to use CreateVehicle.AddStaticVehicle won't work if its called outside OnGameModeInit or OnFilterscriptInit.