SA-MP Forums Archive
virtual world - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: virtual world (/showthread.php?tid=159362)



virtual world - Guerek - 13.07.2010

how do I make another car in the virtual world?


Re: virtual world - Kayla.S - 13.07.2010

Top of script

new carname;

Under gamemodeinit.
pawn Код:
carname = AddStaticVehicle(411,3158.00708008,572.76202393,416.33993530,91.71484375,-1,-1);
SetVehicleVirtualWorld( carname, virtualworldid );