MTA to SA help
#1

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
Reply
#2

Bump. Please help me. I cant fix it!
Reply
#3

Give us the code.
Reply
#4

FIXED
Reply
#5

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))
Reply
#6

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"
Reply
#7

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"
Reply
#8

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.
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)