Maping help - 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: Maping help (
/showthread.php?tid=376015)
Maping help -
dafuq - 08.09.2012
Anyone help how to put MTA Maping to SAMP Gamemode?
Re: Maping help - HuSs3n - 08.09.2012
https://sampforum.blast.hk/showthread.php?tid=276499
http://www.convertffs.com/
Re: Maping help -
dafuq - 09.09.2012
I scroll down on gamemode and type this:
public OnGameModeInIt()
"{
CreateDynamicObject(CreateObjet sh*t here);
//Rest of it here etc. I hope you get the point
return 1;
}"
But it's not working
Re: Maping help -
silvan - 09.09.2012
you can only have 1 of each callback ... and the server can't start only with objects....
Re: Maping help -
dafuq - 09.09.2012
But how I can put maping on my server!? Can you give me script and some info.
Re: Maping help -
Eric - 09.09.2012
http://pastebin.com/dJXU5F2D
Taken directly from starting a new script in pawno.
Put them into OnGameModeInit.