SA-MP Forums Archive
Placing mapping - 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: Placing mapping (/showthread.php?tid=563117)



Placing mapping - Zombie18256 - 14.02.2015

Ok its been about 2 years for me but could some one refresh me on how to put custom mapping on my server?


Re: Placing mapping - Abagail - 14.02.2015

You can place mapping within your server with many ways. How-ever simply using an unmanaged system, and simply placing your codes in OnGame / FilterscriptInit is not efficient.

However, mapping is normally loaded with the gamemode / filterscript.


Re: Placing mapping - CalvinC - 14.02.2015

There are some filterscripts that allows you to create custom mapping, although the easiest method is using a map editor.
There are several which you can search for on the internet.

In the basic SAMP Map Construction after placing mapping, you can just click "show code" and add that to your gamemode or a filterscript, prefferably loaded under On(GameMode/FilterScript)Init.
Using "RemoveBuildingForPlayer" code ofcourse cannot be placed there, that should prefferable be in OnPlayerConnect.