>>> HELP ME PLEASE <<<
#1

Anyone can you help me to spawn all of my objects 3800 CreateDynamicObjects.
But i have problem only half of the 3800 is coming out to the server how to do it all

and give me link of Incognito Streamer Plugins

I have question " CreateDynamicObject is " Unlimited or no.
Reply
#2

Handy tool for converting objects.
https://www.convertffs.com/
Reply
#3

You can create DynamicObjects as you want it doesn't have any limits.
Update your Streamer plugin and it will solve your problem.
https://github.com/samp-incognito/sa...lugin/releases
Reply
#4

Maybe the visible limit is exceeded (the amount of objects one player can stream at once)?

You can can debug it with Streamer natives, for instance:
Code:
new Float:distance,
	Float:size,
	visibleItems,
	visibleItemsGlobal;

	Streamer_GetCellDistance(distance);
	Streamer_GetCellSize(size);
	visibleItems = Streamer_CountVisibleItems(playerid, STREAMER_TYPE_OBJECT);
	visibleItemsGlobal = Streamer_GetVisibleItems(STREAMER_TYPE_OBJECT);

	SendClientMessage(playerid, COLOR_ORANGE, "Streamer info:");
	sfm(playerid, COLOR_WHITE, "Tick rate: %d, Cell distance: %f, Cell size: %f, visible items: %d, visible limit: %d", Streamer_GetTickRate(), size, distance, visibleItems, visibleItemsGlobal);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)