How to add 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: How to add maps? (
/showthread.php?tid=416645)
How to add maps? -
Nivniv2 - 17.02.2013
im using SAMP map editor, and i got codes for the maps.
I added it to my gamemode script and its still didn't mapped at the server.
Re: How to add maps? -
bensmart469 - 17.02.2013
Add under "OnGameModeInit"
Re: How to add maps? -
Jstylezzz - 17.02.2013
Add CreateObject under OnGameModeInit, and add RemoveBuildingForPlayer under OnPlayerConnect.