How to fix this?
#7

Quote:
Originally Posted by VincentDunn
Посмотреть сообщение
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;
}
Код:
Thanks for code Vincentdunn :P
Reply


Messages In This Thread
How to fix this? - by sampmark05 - 08.07.2012, 11:41
Re: How to fix this? - by ReneG - 08.07.2012, 11:43
Re: How to fix this? - by Ironboy - 08.07.2012, 11:43
Re: How to fix this? - by anito - 08.07.2012, 11:44
Re: How to fix this? - by sampmark05 - 08.07.2012, 11:49
Re: How to fix this? - by sampmark05 - 08.07.2012, 11:55
Re: How to fix this? - by sampmark05 - 08.07.2012, 11:57

Forum Jump:


Users browsing this thread: 1 Guest(s)