Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
hay, i need to creat a map to Samp, but i don't know how to put the map in my GM sserver Please help..
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
where can i get my objects?
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
Please, i've MTA i do what? i need a short tuto plz
Posts: 1,046
Threads: 29
Joined: Mar 2010
Get your .map file from
Код:
...\Program Files\MTA San Andreas\server\mods\deathmatch\resources\[Name of your map]\[Name of your map].map
Open it with a simple text editor, copy all the text inside it and paste it into the converter.
You'll get codes like
pawn Код:
CreateObject(...);//...
CreateObject(...);//...
copy those codes and paste them into your script. (Mostly in OnGameModeInit(), but if you are using any map loading/unloading systems so paste them inside their callbacks.)
Posts: 635
Threads: 170
Joined: Jun 2011
Reputation:
0
thank you BigETI!
But i don't know how to creat the map..