02.01.2009, 19:20
Quote:
Originally Posted by =>Sandra<=
Quote:
![]() Anyway, nice script, but i don't know what's the diffrence between this ObjectStreamer and the tons of other Objectstreamers |
Originally Posted by =>Sandra<=
Quote:
![]() Anyway, nice script, but i don't know what's the diffrence between this ObjectStreamer and the tons of other Objectstreamers |
For the same amount of objects: 1) AMX Size = lower +1. 2) Script timeouts = lower + 1. 3) CPU Usage = lower + 1. |
#include <a_samp>
main()
{
return 1;
}
public OnGameModeInit()
{
AddPlayerClass(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
}
#include <pObjectStreams>
C:\Documents and Settings\Owner\My Documents\Servers\Streamer Test\pawno\include\pObjectStreams.inc(160) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. |
#include <TruboStreamer>
C:\Documents and Settings\Owner\My Documents\Servers\Streamer Test\pawno\include\TruboStreamer.inc(96) : warning 209: function "main" should return a value C:\DOCUME~1\Owner\MYDOCU~1\Servers\STREAM~1\GAMEMO ~1\UNTITL~1.PWN(5) : error 021: symbol already defined: "main" C:\DOCUME~1\Owner\MYDOCU~1\Servers\STREAM~1\GAMEMO ~1\UNTITL~1.PWN(10) : error 021: symbol already defined: "OnGameModeInit" C:\DOCUME~1\Owner\MYDOCU~1\Servers\STREAM~1\GAMEMO ~1\UNTITL~1.PWN(12) : warning 209: function "OnGameModeInit" should return a value Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. |
Originally Posted by Zezombia
1) They we're both tested on default settings, and as bzuco's had higher settings, he was left in the dust.
|
Originally Posted by bzuco
i donґt agree, you made turbo streamer amx with max 3000 objects and pixels streamer with max 1000 objects, with the same settings, turbo streamer amx has lower size (5KB)
|
Originally Posted by Danut
bzuco , put 2800 objects , and get in a car , and kill your self
![]() i don't think so the maximum is 2800 ![]() How i use IT ! As a filterscript , and all the objects i put there , under form [ CreateDinamicObject ] It's something wrong ? |
Originally Posted by Danut
bzuco , put 2800 objects , and get in a car , and kill your self
![]() i don't think so the maximum is 2800 ![]() How i use IT ! As a filterscript , and all the objects i put there , under form [ CreateDinamicObject ] It's something wrong ? |
Originally Posted by bzuco
i tested it with 2700 objects without problems... learn how to script then test scripts
|
Originally Posted by bzuco
crash is problem of sa-mp not of streamer, if you think that crashes are caused by streamer, write why.
|