SA-MP Forums Archive
How to install map in server - 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: How to install map in server (/showthread.php?tid=96550)



How to install map in server - gszyclon - 09.09.2009

Help to install maps in server if can post screenshots!


Re: How to install map in server - Craze - 09.09.2009

You'll need to convert them first and add it to the script.

If you already have, add the maps under:
pawn Код:
public OnGameModeInit()
So for example:

pawn Код:
public OnGameModeInit()
CreateObject(2634,253.1996,125.2256,1003.2200,0,0,90);



Re: How to install map in server - gszyclon - 10.09.2009

so screenshot?