08.07.2012, 11:43
By stop trying to compile NGRP's SQL code.
pawn Код:
stock g_mysql_ReturnEscaped(unEscapedString[])
{
new EscapedString[256];
mysql_real_escape_string(unEscapedString, EscapedString);
return EscapedString;
}