07.01.2012, 15:59
Yes, I'm using '-v' compile flag. My compile parameters are:
Seems it's ok now, I've changed anywhere where I had like
Into int.
Thank you for help!
+rep
Code:
"I:\_eGaming\samp\_new_mysql-0.3d\__CORECTAT0.3c\pawno-3\pawncc.exe" "$(FILE_NAME)" -; -\ -( -d0 -O1 -v2 -r
Code:
if(health > 20.0).. SetPlayerPos(pldi, coordx+2.0,.. new Float:a; a = 20.1 + 2.0; ....etc.
Code:
if(health > 20).. SetPlayerPos(pldi, coordx+2,.. new Float:a; a = 20 + 2; ....etc.
+rep