15.06.2014, 20:32
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
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
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[])
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