SA-MP Forums Archive
Custom Maps - 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)
+--- Thread: Custom Maps (/showthread.php?tid=401423)



Custom Maps - xDanger - 22.12.2012

Hello,
I've added a custom map, but how do i get it in the server? I forgot it was something with rcon i guess.
Please tell me the command (0.3e)


Re: Custom Maps - Randy More - 22.12.2012

Do you mean you have it as a filterscript and want to load it in-game? If so then firstly login as a RCON administrator, you will find the password in the configuration file (/rcon login pass) then /rcon loadfs filterscriptname.

You can also just have it loaded once the server starts by adding it to the line of the filterscripts in the configuration file..

Код:
filterscripts filterscriptname filterscriptname2 filterscriptname3



Re: Custom Maps - xDanger - 22.12.2012

Thank you, but how do i compile a file?