SA-MP Forums Archive
[Map] [HELP] the objects not appearing in-game - 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)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] [HELP] the objects not appearing in-game (/showthread.php?tid=556406)



[HELP] the objects not appearing in-game - shadow177 - 10.01.2015

[FIXED]


Re: [HELP] the objects not appearing in-game - Atlas - 10.01.2015

becouse you added too much createobject maps you hit the limit dude
just convert some maps to createdynamicobject


Re: [HELP] the objects not appearing in-game - shadow177 - 11.01.2015

lol, the filterscript is already in createdynamicobject , so why its not running
when i remove createobject maps from my gamemode then it runs


Re: [HELP] the objects not appearing in-game - Sew_Sumi - 11.01.2015

Quote:
Originally Posted by shadow177
Посмотреть сообщение
lol, the filterscript is already in createdynamicobject , so why its not running
when i remove createobject maps from my gamemode then it runs
You can use the streamer in the filterscript and the gamemode.

Convert the CreateObject objects in the gamemode to Dynamic using http://convertffs.com/

Don't mix them... Use CreateDynamicObject.


Re: [HELP] the objects not appearing in-game - fatlirmorina - 11.01.2015

You need the plugin and inculde Streamer.

IN FS > #include <streamer>
IN server.cfg > plugins streamer.so(linux)
If you've windows > plugins streamer.dll


Re: [HELP] the objects not appearing in-game - shadow177 - 11.01.2015

i already have bro


Re: [HELP] the objects not appearing in-game - Sew_Sumi - 11.01.2015

Quote:
Originally Posted by shadow177
Посмотреть сообщение
i already have bro
Dude, change ALL the CreateObject mapping to CreateDynamicObject... You CAN'T HAVE BOTH.

The reason why is that the plugin is supposed to be handling all the objects, and when you have some using CreateObject instead it messes with it's values, so it starts erroring out.


Re: [HELP] the objects not appearing in-game - Wipe - 11.01.2015

As the rest said, you can't have 2 code formats in a single script. Change the codes to CreateDynamicObject, it'll work and you wont lag.


Re: [HELP] the objects not appearing in-game - shadow177 - 11.01.2015

guys , that problem is fixed now i have only "createdynamicobject" format script , but the problem is i lag very much any solution of it ??


Re: [HELP] the objects not appearing in-game - Sew_Sumi - 11.01.2015

If it's FPS lag it'll be your PC, if it's ping lag it could be the script or the server.