SA-MP Forums Archive
Map editor dont load vehicles - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Map editor dont load vehicles (/showthread.php?tid=558055)



Map editor dont load vehicles - AgusZ - 16.01.2015

After placing some objects and vehicles on the map, I saved it as a .pwn file.
When I try to load it back using Import .pwn, the vehicles don't load. If i press Show Code, it only displays CreateObject lines and not CreateVehicle, despite the fact that the .pwn file has the CreateVehicle in it.
Any help would be appreciated.


Re: Map editor dont load vehicles - X|Dragon|X - 16.01.2015

Try putting the CreateVehicle Alone in a PWN without the createobjects and import them into the editor, see if they will load

P.S : You can import more than one pwn at the same time on the editor program


Re: Map editor dont load vehicles - Crayder - 16.01.2015

It never has for me, I don't think it is supposed to.


Re: Map editor dont load vehicles - CalvinC - 16.01.2015

SA-MP map construction doesn't export vehicles in a .pwn file. You have to copy+paste the createvehicle code.
Haven't tried other map editors.


Re: Map editor dont load vehicles - AgusZ - 16.01.2015

ok thanks all