How to... - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to... (
/showthread.php?tid=203840)
How to... -
DrewFArnold - 28.12.2010
How do I install custom maps?
I seen filescripts with [Map] and before I try to install I would like to know how.
https://sampforum.blast.hk/showthread.php?tid=190517
Is an example, installed it, went to the island, it looked nothing like the screenies.
Help please (:
Re: How to... -
DrewFArnold - 28.12.2010
Anyone?
Re: How to... -
Gavibro - 28.12.2010
If the file is a .map go to
www.convertffs.com and convert it intro PAWN code (non/stream).
Make a FS where put the objects(converted) at OnFilterScriptInit and compile it(F5) (go to server.cfg and put at filterscripts the name of FS without .amx).Or you can put it in GM(at OnGameModeInit).
But ,preferably if you want to have more that 400 objects,use a streamer:
Best Here.
If the file is a .pwn,just it in filterscripts/ ,compile it(F5) open server.cfg and put the name of FS at filterscripts.
Hope to work xD
For
https://sampforum.blast.hk/showthread.php?tid=190517 : put RichIsland.amx and RichIsland.pwn(opt) in filterscripts folder ,open server.cfg and put at filterscripts RichIsland
Re: How to... -
DrewFArnold - 28.12.2010
Thanks