[Map] [HELP] the objects not appearing in-game
#1

[FIXED]
Reply
#2

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

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

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

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

i already have bro
Reply
#7

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)