SA-MP Forums Archive
Creating Vehicle Spawn - 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: Creating Vehicle Spawn (/showthread.php?tid=68135)



Creating Vehicle Spawn - aspire5630 - 07.03.2009

Ok. im making my own very gm and im a NOOB Scripter,
(I have other scripters helping me But their busy)
and i was just wondering if their is a program to create vehice spawn points, because i have loads of vehicles to add round the map

Just like theirs a program to make maps )MTA(
Thankss


Re: Creating Vehicle Spawn - Alec24 - 07.03.2009

Have you tried using the Debug tool with SAMP. Park the vehicle and type /save to save the location of the vehicle. Open the savedpositions.txt and copy it into your code.

Example:
Код:
public OnGameModeInit()
{
AddStaticVehicle(403,-1580.7930,-2717.4753,49.1453,57.0597,30,1); //
return 1;
}