Posts: 147
Threads: 73
Joined: Jul 2013
Reputation:
0
I want to record an npc train on my server but i am afraid that won't work cause when i try spawning a train on my server using /veh it doesn't work.
Any ideas?
Thanks in advance.
Posts: 1,801
Threads: 27
Joined: Mar 2009
Reputation:
0
Use AddStaticVehicle to spawn trains, not CreateVehicle.
Posts: 36
Threads: 0
Joined: Aug 2014
Reputation:
0
Try:
To use /veh and get the train ID ..
Posts: 55
Threads: 1
Joined: Dec 2011
Reputation:
0
So basically you want me to make a command to spawn a train at your position?