SA-MP Forums Archive
MTA to SA help - 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)
+--- Thread: MTA to SA help (/showthread.php?tid=408367)



MTA to SA help - TheEpicBraxton - 17.01.2013

Ok, I made a map in MTA then converted it then inserted it into my SAMP server. I am missing like half of the objects I inserted. Ive re-converted it and re-scripted it many times. Still nothing. Can anyone help. the script is in a Filterscript


Re: MTA to SA help - TheEpicBraxton - 17.01.2013

Bump. Please help me. I cant fix it!


Re: MTA to SA help - SchurmanCQC - 17.01.2013

Give us the code.


Re: MTA to SA help - TheEpicBraxton - 18.01.2013

FIXED


Re: MTA to SA help - Dragonborn - 18.01.2013

I think you pass the limit of objects (1000 - https://sampwiki.blast.hk/wiki/Limits) or is near...
So, use any object streamer.

Like this : https://sampforum.blast.hk/showthread.php?tid=102865 (by @Incognito) (Replacing the "CreateObject" lines to "CreateDynamicObjects" (Ctrl + H))


Re: MTA to SA help - TheEpicBraxton - 18.01.2013

Quote:
Originally Posted by Dragonborn
Посмотреть сообщение
I think you pass the limit of objects (1000 - https://sampwiki.blast.hk/wiki/Limits) or is near...
So, use any object streamer.

Like this : https://sampforum.blast.hk/showthread.php?tid=102865 (by @Incognito) (Replacing the "CreateObject" lines to "CreateDynamicObjects" (Ctrl + H))
C:\Users\customer\Desktop\Gta stuff\SAMP Servers\server2\filterscripts\bhouse.pwn(95) : error 017: undefined symbol "CreateDynamicObjects"


Re: MTA to SA help - Dragonborn - 18.01.2013

Download the plugin and streamer of the topic that i cited. This : http://code.******.com/p/samp-stream...t?q=label:0.3e

Download it, replace the folders on your server directory and put "#include <streamer>" on the top of your script, below the "#include <a_samp>".

@EDIT

And sorry, replace again, isn't "CreateDynamicObjects", is "CreateDynamicObject"


Re: MTA to SA help - Don21x - 18.01.2013

This is the fix to your problem:

One when convert your map you get a max of 400 CreateObject to view in your samp server. YOu can view the more if you use a include called Streamer

http://code.******.com/p/samp-stream...7.rar&can=1&q=

To install it you would more or less get intructions in the folder.
Dont worry its not a big install its basically you copy and paste a stream file into plugin folder and a next file wil be copy into your pawn folder in the include folder and from there into your server.cfg at plugs you type streamer.dll and then at the top of your script with the map you type #include <streamer> and last you take your objects or map and convert it at (( http://convertffs.com/ )) and copy that back to your script and wahla you are done. I would write more professional but im lazy and im on samp now cause i need some help more advance. But that not hopfully but surely will help you.


Re: MTA to SA help - TheEpicBraxton - 18.01.2013

Quote:
Originally Posted by Dragonborn
Посмотреть сообщение
Download the plugin and streamer of the topic that i cited. This : http://code.******.com/p/samp-stream...t?q=label:0.3e

Download it, replace the folders on your server directory and put "#include <streamer>" on the top of your script, below the "#include <a_samp>".

@EDIT

And sorry, replace again, isn't "CreateDynamicObjects", is "CreateDynamicObject"
I did everything. Still same 26 errors! line 71-92 are the errors