Maps - 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: Maps (
/showthread.php?tid=183188)
Maps -
MEC - 14.10.2010
I'm kinda new to this. but i look at these threads that include map files.
where do you put the maps?
Re: Maps -
Ace_Menace - 14.10.2010
Depends, some you're going to need to download and insert into your GM. Others, will come in a filterscript that you can use as such. You might even need to create your own filterscript, it's easy here's how:
pawn Код:
STEP 1. Copy all of the CreateObject(whatnot); functions.
STEP 2. Open up PAWNO
STEP 3. Press the NEW button.
STEP 4. Alter the NEW script so it's a filterscript (defines how to do so inside)
STEP 5. CTRL+F for OnFilterscriptInit
STEP 6. Paste in your CreateObject(whatnot); functions.
STEP 7. Make sure you're indentation etc, is correct.
STEP 8. Compile, save into Filterscripts folder.
STEP 9. open server.cfg, add in the filterscript
Profit.
For more help, send me a PM.