Install the map on server ?? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Install the map on server ?? (
/showthread.php?tid=66930)
Install the map on server ?? -
Diserty - 25.02.2009
hello i have founded a map=>
http://forum.sa-mp.com/index.php?topic=86250.0
i need help to install on my sa-mp server
Thanks
Re: Install the map on server ?? -
ZakuAbumi - 27.02.2009
Mkay.
I think, thats a filterscript.
So you have to open it with Pawno.
Then you search "OnFilterScriptInit"
There you can see CreateObject(...);
Copy every CreateObject(...);-line.
Then you open your gamemode.
There you search for "OnGameModeInit" and then you have to paste the copied lines in it.