SA-MP Forums Archive
Streaming Objects - 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: Streaming Objects (/showthread.php?tid=619752)



Streaming Objects - toxicape - 21.10.2016

My CreateDynamicObject and CreateObject dissappear after some time when the server is on. Im with the latest STREAMER plugin 2.7.8 by Incognito and i have this when start the console. http://imgur.com/a/qDnpJ


Re: Streaming Objects - ThatFag - 21.10.2016

Raise your Max objects/pickups at your script


Re: Streaming Objects - toxicape - 21.10.2016

In the script i can't. There's none for raise my objects.


Re: Streaming Objects - ThatFag - 21.10.2016

try to search for MAX_OBJECTS or search MAX untill u find max objects - it should be somewhere in top of your script or at "defines"


Re: Streaming Objects - toxicape - 21.10.2016

Quote:

#define NEW_VULNERABLE 24
#define TIME_TO_CLAIM 1
#define TIME_TO_TAKEOVER 10
#define MAX_FAMILY 20
#define MAX_POINTS 9
#define MAX_DMAPICONS 400
#define MAX_DDOORS 800
#define MAX_HOUSES 1500
#define MAX_BUSINESS 550
#define MAX_GATES 800
#define MAX_EVENTPOINTS 50
#define INVALID_HOUSE_ID -1

Only what i found


Re: Streaming Objects - toxicape - 21.10.2016

In my filterscript with mapping i found this
Quote:

#define MAX_STATIC_OBJECTS 245