SA-MP Forums Archive
Server Problem - 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)
+--- Thread: Server Problem (/showthread.php?tid=359846)



Server Problem - usersamp - 15.07.2012

[debug] Run time error 4: "Array index out of bounds"
[debug] Accessing element at index 50000 past array upper bound 49999
(50000 is a my MAX_STREAM_OBJECT, and the total Objects of my GM is under 50000)
[debug] AMX backtrace:
[debug] #0 00019018 in ?? () from GM.amx
[debug] #1 0000c910 in ?? () from GM.amx
[debug] #2 00345064 in ?? () from GM.amx
[debug] #3 0004f698 in public Itter_OnPlayerDisconnect () from GM.amx
[debug] #4 native CallLocalFunction () [080dc980] from samp03svr
[debug] #5 00007070 in public SSCANF_OnPlayerDisconnect () from GM.amx
[debug] #6 native CallLocalFunction () [080dc980] from samp03svr
[debug] #7 00001164 in public OnPlayerDisconnect () from GM.amx


Bug left in Linux Based. The Gamemode on Windows work!
How i can resolve this Problem for Linux? Help me thanks!


Re: Server Problem - Matz - 15.07.2012

Add .so files of your streamer into Plugins folder.


Re: Server Problem - clarencecuzz - 15.07.2012

Example:
Код:
plugins streamer.so
in your server.cfg instead of just 'streamer'


Re: Server Problem - usersamp - 15.07.2012

I dont have a plugin stream, is a my script for objects in a gamemode!