Posts: 17
Threads: 3
Joined: Nov 2010
Reputation:
0
I want to ask that how to add maps, their spawns, and add them to teleports menu?
Help please.
Posts: 11
Threads: 2
Joined: Nov 2010
Reputation:
0
Learn to seach before ask there are alot of toturials about this.
Posts: 17
Threads: 3
Joined: Nov 2010
Reputation:
0
I searched them but all comes is about the filterscripts....
Can you just tell me a way or give me the link of that post?
Posts: 17
Threads: 3
Joined: Nov 2010
Reputation:
0
I made the maps, converted them just tell me where to add cars, map and the spawn cords? and name also like "/hugehalfpipe"
Posts: 409
Threads: 40
Joined: May 2009
Reputation:
0
Cars:
AddStaticVehicle();
Spawn cords:
Goto SA-MP Debug
Launch Debug Mode
Goto the place you want for spawn places.
/save (info)
My documents
Gta sa files
SAMP
savedpositions.txt
Find the saved one.
AddPlayerClass(); in your OnGamemodeInit
Create the /hugehalfpipe yourself.
They're all the steps.