Server Crashes GTA SA, HELP PLEASE!
#3

pawn Код:
[21:09:47] [script] OBJECT LIMIT: 1000 (Static, non-streamed) | OBJECT COUNT: 8689
[21:09:47] [script] PICKUP LIMIT: 4096 (Static, non-streamed) | PICKUP COUNT: 1445
[21:09:47] [script] 3DTEXTDRAW LIMIT: 1024 (Static, non-streamed) | 3DTEXTDRAW COUNT: 1632
I think its because you have to much
pawn Код:
CreateObject(0, 0, 0, 0, 0, 0, 0); //this is just a demo
You should use Streamer, I just saw you have streamer on your script so what about using it.
To you use it you can convert Createobjects to CreateDynamicObjects.
pawn Код:
include <streamer> //add this at the upper of the script
CreateDynamicObject(0, 0, 0, 0, 0, 0, 0); // This is a demo of a CreateObject but for Streamer
Than it should fix the
pawn Код:
[21:09:47] [script] OBJECT LIMIT: 1000 (Static, non-streamed) | OBJECT COUNT: 8689
[21:09:47] [script] PICKUP LIMIT: 4096 (Static, non-streamed) | PICKUP COUNT: 1445
[21:09:47] [script] 3DTEXTDRAW LIMIT: 1024 (Static, non-streamed) | 3DTEXTDRAW COUNT: 1632
Reply


Messages In This Thread
Server Crashes GTA SA, HELP PLEASE! - by carz0159 - 20.06.2012, 17:12
Re: Server Crashes GTA SA, HELP PLEASE! - by Smithy - 20.06.2012, 18:50
Re: Server Crashes GTA SA, HELP PLEASE! - by se7evolution - 20.06.2012, 20:15
Re: Server Crashes GTA SA, HELP PLEASE! - by carz0159 - 20.06.2012, 23:37

Forum Jump:


Users browsing this thread: 1 Guest(s)