SA-MP Forums Archive
[FilterScript] 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: [FilterScript] MTA .map loader (/showthread.php?tid=176461)

Pages: 1 2


Re: MTA .map loader - dragondex - 12.12.2010

Awesome!


Re: MTA .map loader - bamby - 13.01.2011

w00t it worked, i love u ^^

EDIT: Can you make it work with RC4 and RC5 objects too? =)


Re: MTA .map loader - twizeler - 12.02.2011

it does not work all things work ( i think ) but when i want to see the objects are not there.

and when i save the mtamap.inc it does not get a inc file.


Re: MTA .map loader - mick88 - 12.02.2011

Quote:
Originally Posted by twizeler
Посмотреть сообщение
it does not work all things work ( i think ) but when i want to see the objects are not there.

and when i save the mtamap.inc it does not get a inc file.
Post the code that doesn't work and any error messages from compilator.
Include output from console when map is being loaded, it should say how many objects have loaded.
Is your map made in MTA or converted to MTA format?


Re: MTA .map loader - twizeler - 12.02.2011

i made it whit MTA

can you say exectly what i need to do to get it running

and i dont get codes (errors).


Re: MTA .map loader - Unknown123 - 12.02.2011

Код:
C:\Users\Unknown\Documents\Server\pawno\include\mtamap.inc(192) : warning 219: local variable "mod" shadows a variable at a preceding level



Re: MTA .map loader - mick88 - 12.02.2011

Quote:
Originally Posted by Unknown123
Посмотреть сообщение
Код:
C:\Users\Unknown\Documents\Server\pawno\include\mtamap.inc(192) : warning 219: local variable "mod" shadows a variable at a preceding level
You have a global var named mod. You need to change name of the variable in the include.


Re: MTA .map loader - Unknown123 - 12.02.2011

Quote:
Originally Posted by mick88
Посмотреть сообщение
You have a global var named mod. You need to change name of the variable in the include.
oh LoL :P Thanks

And, If i want it to be a random Vehicle Model, how do i do it then?


Re: MTA .map loader - [M.A]Angel[M.A] - 12.02.2011

nice work
_______________________________________
You searching for best server to playing?
You love the adventure?

Click On


Re: MTA .map loader - GhostDeath - 11.03.2013

GOOD JOB


Re: MTA .map loader - Linguritza - 28.05.2013

Hey, i have a problem, this thing works but it doesn't load or unload my objects It worked first time and then it blocked, i can't add any more objects or smth
I think that my error is because mtamap.inc, anyone can give the good one to me ?
I get this:




Re: MTA .map loader - Linguritza - 27.06.2013

Update, now i don't get this, it says nothing, when i get on server i see no map, i put all the things like mick said. Please help