Posts: 76
Threads: 20
Joined: Jan 2011
Reputation:
0
Ok its been about 2 years for me but could some one refresh me on how to put custom mapping on my server?
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
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.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
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.