SA-MP Forums Archive
How can i make the 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: How can i make the custom maps? (/showthread.php?tid=398637)



How can i make the custom maps? - Rodrifoo - 10.12.2012

For exept that https://sampforum.blast.hk/showthread.php?tid=388653
How i make it ? I Guess i have to do it somewhere in gamemode not sure.


Re: How can i make the custom maps? - HireMe - 10.12.2012

Quote:
Originally Posted by Rodrifoo
Посмотреть сообщение
For exept that https://sampforum.blast.hk/showthread.php?tid=388653
How i make it ? I Guess i have to do it somewhere in gamemode not sure.
do you mean something like https://sampforum.blast.hk/showthread.php?tid=282801


Re: How can i make the custom maps? - Windrush - 10.12.2012

pawn Код:
public OnGameModeInit()
{
//Paste It Here
return 1;
}



Re: How can i make the custom maps? - tsonn1 - 10.12.2012

Use MTA map editor and the convert it to PAWN with this: http://gtamap.delux-host.com/converter/

To add em, go to OnPlayerConnect(It's better than OnGameModeInit, cuz u can use removebuilding there) and paste the stuff there.