Quote:
Originally Posted by kirollos
but he/she says server crash.
anyway.
pawn Код:
stock g_mysql_ReturnEscaped(unEscapedString[], connectionHandle) { new EscapedString[256]; mysql_real_escape_string(unEscapedString, EscapedString, connectionHandle); // that's for BlueG's mysql plugin return EscapedString; }
|
It just fixed the warning, but when i register / login in my server then my server get restarted, everytime with error
Segmentation fault