Stack corrupted! Heap underflow
#3

Yes, I'm using '-v' compile flag. My compile parameters are:
Code:
"I:\_eGaming\samp\_new_mysql-0.3d\__CORECTAT0.3c\pawno-3\pawncc.exe" "$(FILE_NAME)" -; -\ -( -d0 -O1 -v2 -r
Seems it's ok now, I've changed anywhere where I had like

Code:
if(health > 20.0)..
SetPlayerPos(pldi, coordx+2.0,..
new Float:a;
a = 20.1 + 2.0;
....etc.
Into int.
Code:
if(health > 20)..
SetPlayerPos(pldi, coordx+2,..
new Float:a;
a = 20 + 2;
....etc.
Thank you for help!
+rep
Reply


Messages In This Thread
Stack corrupted! Heap underflow - by xxmitsu - 07.01.2012, 10:26
Re: Stack corrupted! Heap underflow - by Vince - 07.01.2012, 12:24
Re: Stack corrupted! Heap underflow - by xxmitsu - 07.01.2012, 15:59

Forum Jump:


Users browsing this thread: 1 Guest(s)