SA-MP Forums Archive
Server crashing on a specific position 'nd looking location - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Server crashing on a specific position 'nd looking location (/showthread.php?tid=141735)



Server crashing on a specific position 'nd looking location - 0ne - 15.04.2010

Hey,

Could there be an object problem if i stand in an area and looking to ther ight makes my client crash, not the server, going a little downwards looking to the right makes it crash too, but out of the stunt area its fine, could this be object problem? and how to fix it if its possible?


Re: Server crashing on a specific position 'nd looking location - Thrarod - 15.04.2010

Use an oject streamer, you probably use loads of objects


Re: Server crashing on a specific position 'nd looking location - 0ne - 15.04.2010

I use the streamer of Incognito


Re: Server crashing on a specific position 'nd looking location - Thrarod - 15.04.2010

Dunno then...


Re: Server crashing on a specific position 'nd looking location - M4S7ERMIND - 15.04.2010

Maybe you have too much objects in that location.


Re: Server crashing on a specific position 'nd looking location - Thrarod - 15.04.2010

I said that use a streamer but I think you use about 1000 in one place


Re: Server crashing on a specific position 'nd looking location - 0ne - 15.04.2010

No i don't use 1000 in one place, it is only about 60, where i got a drift map on the sky half of the 300 overall objects is just invisible but doesn't crash like this 60objects.


Re: Server crashing on a specific position 'nd looking location - Mike Garber - 15.04.2010

The max object count SA:MP will view is 254 at once.
With an object streamer you can add more, but If there's more then 254 objects at one place It wont show all of them, will not cause the server to crash.

Check if a scriptfile is called when you are at that location, If a scriptfile is missing when
the script tries to access It, the server will crash.


Re: Server crashing on a specific position 'nd looking location - 0ne - 15.04.2010

I don't use 254 objects in that position, my "CLIENT" Crashes(NOT SERVER) , i Don't have any scriptfiles connected with objects


Re: Server crashing on a specific position 'nd looking location - Calgon - 15.04.2010

Quote:
Originally Posted by mavtias
The max object count SA:MP will view is 254 at once.
With an object streamer you can add more, but If there's more then 254 objects at one place It wont show all of them, will not cause the server to crash.

Check if a scriptfile is called when you are at that location, If a scriptfile is missing when
the script tries to access It, the server will crash.
That's not true. Do you know how Incognito's streamer works? It uses CreatePlayerObject, which creates an object that only a player can see.