Posts: 599
Threads: 48
Joined: May 2016
How i can fix this ?
Quote:
Exception At Address: 0x00544BC8
|
Posts: 1,219
Threads: 51
Joined: Jul 2012
You might want to provide more info ... that is just a memory address.
Mods, what have you recently changed, when exactly did it occur, is it the first time and whatever you can provide
Posts: 6,242
Threads: 8
Joined: Jun 2008
https://sampforum.blast.hk/showthread.php?tid=255921
Doesn't take much to actually search "SA-MP Exception 0x00544BC8"
Posts: 599
Threads: 48
Joined: May 2016
Quote:
Originally Posted by Sew_Sumi
|
i know it what i need to know is how to fix it, how to increase max objects on streamer ?
@[Bios]Marcel: i have no mods
Posts: 637
Threads: 25
Joined: Dec 2010
Reputation:
0
it's game limit
You must change stream distance on this objects
I fixed this in S' Addon, but it's client side and bugs still there
Posts: 599
Threads: 48
Joined: May 2016
Quote:
Originally Posted by SPAWN_METAL
You must change stream distance on this objects
|
How

?
Posts: 542
Threads: 14
Joined: Aug 2016
Reputation:
0
Try removing your gta_sa.set
That always works when i encounter problems with mine.
Posts: 599
Threads: 48
Joined: May 2016
Quote:
Originally Posted by ISmokezU
Try removing your gta_sa.set
That always works when i encounter problems with mine.
|
not work the problem on streamer how to change objects distances
Posts: 6,242
Threads: 8
Joined: Jun 2008
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
How many objects do you have though in the mapping? Is it possible you're doubling it up in the script by using it in the wrong area of the script?
Posts: 599
Threads: 48
Joined: May 2016
Quote:
Originally Posted by Sew_Sumi
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
How many objects do you have though in the mapping? Is it possible you're doubling it up in the script by using it in the wrong area of the script?
|
31582 objects