YCMD ISSUE - 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: YCMD ISSUE (
/showthread.php?tid=365875)
YCMD ISSUE -
Kyle - 04.08.2012
Ever since I added YCMD I get these errors:
Код:
15:47:31] commands - 1
[15:47:31] commands3 - 1
[15:47:31] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[15:47:31] [debug] Stack pointer (STK) is 0x3B0314, heap pointer (HEA) is 0x3B0404
[15:47:31] [debug] AMX backtrace:
[15:47:31] [debug] #0 ???????? in public @yC_commands ()
[15:47:31] [debug] #1 native CallRemoteFunction () [00472850] from samp-server.exe
[15:47:31] [debug] #2 ???????? in public OnPlayerCommandText ()
Re: YCMD ISSUE -
Ballu Miaa - 04.08.2012
Why dont you download windows samp 0.3e server and put all your files. Update your plugins , includes and server.cfg according to your script , Compile again and run the server.
Re: YCMD ISSUE -
leonardo1434 - 04.08.2012
The stack/heap is insufficient.... Try expand it by using that.
pawn Код:
#pragma dynamic hereyouputtheamount
// ex:
#pragma dynamic 500000
Re: YCMD ISSUE -
Kyle - 04.08.2012
Fixed thanks.
Re: YCMD ISSUE -
leonardo1434 - 04.08.2012
You're welcome.