Commit Transaction error

Started by Cool, Feb 21, 2017, 04:35 PM

Previous topic - Next topic

DizzasTeR

You're telling the wrong error information / line then.

Cool

#31
Quote from: Doom_Kill3R on Feb 24, 2017, 10:25 AMYou're telling the wrong error information / line then.
Nope i told you the exact error and exact line
[Edit] @Doom_Kill3R  here is proof that i am not telling you wrong information http://imgur.com/a/1PPJQ

vito

try to add ; to end of mysql_fetch_assoc( q )  (line 188)

Cool

Quote from: vito on Feb 24, 2017, 10:58 AMtry to add ; to end of mysql_fetch_assoc( q )  (line 188)
There is no need of it btw i tried but same error

DizzasTeR

#34
The error is in your format( ) fields

:edit:Ratio = ( ( Kills > 0 && Deaths > 0 ) : Kills/Deaths : 0.000 )
If above still gives error then instead of using the ternary operator, check the Kills and Deaths with if statement and set the value of Ratio accordingly.

KAKAN

Quote from: Doom_Kill3R on Feb 24, 2017, 11:08 AMIf above still gives error then instead of using the ternary operator, check the Kills and Deaths with if statement and set the value of Ratio accordingly.
I don't think it will make a difference somehow.
oh no

EK.IceFlake

What does this print:
print(typeof Ratio);

Cool

Quote from: EK.IceFlake on Feb 24, 2017, 12:11 PMWhat does this print:
print(typeof Ratio);
:O Ratio in string wtf