[Include] Mta .map loader - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [Include] Mta .map loader (
/showthread.php?tid=519790)
Mta .map loader -
stokdam - 15.06.2014
With this include you can load MTA .map files in your script with no need of conversion. Put .map files in "maps" folder of your server main directory.
Pastebin:
http://pastebin.com/b4dzvM3K
pawn Code:
stock LoadMap(filename[],worldid=-1,Float:streamdistance=200.0,bool:loadvehicles=false)
stock UnloadMap(filename[])
stock IsMapLoaded(filename[])
4 Plugins required:
Sscanf:
https://sampforum.blast.hk/showthread.php?tid=120356
FileManager:
https://sampforum.blast.hk/showthread.php?tid=92246
VectoralPawn:
https://sampforum.blast.hk/showthread.php?tid=364285
Streamer Plugin:
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Mta .map loader -
VladimirMark - 15.06.2014
Hmm, that's really useful, good job
Re: Mta .map loader -
NewerthRoleplay - 15.06.2014
Quote:
Originally Posted by VladimirMark
Hmm, that's really useful, good job
|
Did you actually look at the thread or did you just post something random? Anyway OT: Wow that's actually really neat, It's obvious you spent time on it which is rare for some forum members' first releases.
Re: Mta .map loader -
VladimirMark - 15.06.2014
Quote:
Originally Posted by NewerthRoleplay
Did you actually look at the thread or did you just post something random? Anyway OT: Wow that's actually really neat, It's obvious you spent time on it which is rare for some forum members' first releases.
|
What do you mean? It isn't useful? It loads MTA maps to your SAMP server without converting it and for me it's useful, what is your problem? O_o
I always look before posting something.
Re: Mta .map loader -
NewerthRoleplay - 15.06.2014
Quote:
Originally Posted by VladimirMark
What do you mean? It isn't useful? It loads MTA maps to your SAMP server without converting it and for me it's useful, what is your problem? O_o
I always look before posting something.
|
Well maybe I misunderstood, there is just so many people who go on to topics and post something like you did just for the post count
Re: Mta .map loader -
VladimirMark - 15.06.2014
Quote:
Originally Posted by NewerthRoleplay
Well maybe I misunderstood, there is just so many people who go on to topics and post something like you did just for the post count
|
No problem bro, I don't care about post count
Yea and I know many do this but I don't. I really liked it and it's useful for me and anyone else
Re: Mta .map loader -
Team_PRO - 16.06.2014
I will try to use this.
Re: Mta .map loader -
Ciandlah - 16.06.2014
why download this and all the plugins when you can simply convert which takes like 30 seconds to copy and paste
Re: Mta .map loader -
UnknownOwner - 16.06.2014
Quote:
Originally Posted by Ciandlah
why download this and all the plugins when you can simply convert which takes like 30 seconds to copy and paste
|
Some people need this, so no need you discourage anyone's releases (especially first one), but in return you should encourage him for the future. So GTFO with your useless comments.
OT: Really nice job, neat,clean and I think you spent some great work on it
Re: Mta .map loader -
Cypress - 16.06.2014
Quote:
Originally Posted by Ciandlah
why download this and all the plugins when you can simply convert which takes like 30 seconds to copy and paste
|
I don't think some people would like to convert over 400 maps themselves. Instead they could use an include or a plugin which does the job without being concerned about converting maps. This include does what it says, so it should probably save some time; maybe if not to you, then probably to somebody else.