SA-MP Forums Archive
How i install maps on my sa-mp 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 i install maps on my sa-mp server? (/showthread.php?tid=94548)



How i install maps on my sa-mp server? - Alien Runner - 30.08.2009

Hy! I don't know how install maps on my sa-mp server. For example, how i install that map: http://forum.sa-mp.com/index.php?topic=117738.0 Thanks!


Re: How i install maps on my sa-mp server? - ded - 30.08.2009

Quote:

Instructions

1) Open SuperRaceWay.pwn with pawn or text editor, copy everything.

2) Open [name of your gamemode you use].pwn and paste under public OnGameModeInit()

3) Do same for Vehicle Set.

4) Open teleport.txt and copy everything under public OnPlayerCommandText(playerid, cmdtext[]). Type ingame /srw to teleport.

5) To use custom created race checkpoints, place superraceway.yr in scriptfiles, and in game type /loadrace superraceway. You will need Yagu's race filterscript, which you can find here http://forum.sa-mp.com/index.php?topic=20637.0

6) Have Fun!




Re: How i install maps on my sa-mp server? - James_Alex - 30.08.2009

easy
open the script
go under your "OnGameModeInit" or "OnFilterScriptInit" then
paste theirthe code that you found like "CreateObject"...
then launch your server and everything is done


Re: How i install maps on my sa-mp server? - Alien Runner - 30.08.2009

yes.. and teleport?


Re: How i install maps on my sa-mp server? - Dark_Kostas - 30.08.2009

Quote:
Originally Posted by Alien Runner
yes.. and teleport?
Код:
4) Open teleport.txt and copy everything under public OnPlayerCommandText(playerid, cmdtext[]). Type ingame /srw to teleport.



Re: How i install maps on my sa-mp server? - Alien Runner - 30.08.2009

I Can't Compile that.. It Crash! Why? http://rapidshare.com/files/273487669/SpeedWay.pwn.html


Re: How i install maps on my sa-mp server? - Mowgli - 30.08.2009

.


Re: How i install maps on my sa-mp server? - brett7 - 30.08.2009

mowgli dont spam, try medit


Re: How i install maps on my sa-mp server? - KillermanGR - 07.09.2009

Quote:
Originally Posted by ► James_Alex
easy
open the script
go under your "OnGameModeInit" or "OnFilterScriptInit" then
paste theirthe code that you found like "CreateObject"...
then launch your server and everything is done
I've done that but the thing I made isn't there