SA-MP Forums Archive
Question about Mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question about Mysql (/showthread.php?tid=360411)



Question about Mysql query - scott1 - 17.07.2012

Hi all, i got an question,

i am trying to update my gamodemode to the latest version of blueg mysql plugin

and i would like to know oh can i get the calback return

Код:
mysql_function_query(MySQL_Handle, query, true, "Mysql_CompteExistant", "ds", Etape_Load,pseudo);
Mysql_CompteExistant return 1 of user exist, or 0 if not.

So i could use like

if(Mysql_CompteExistant(nick))
{
...
}


Thank You

Max


Re: Question about Mysql - Vince - 17.07.2012

Not possible.


Re : Question about Mysql - scott1 - 17.07.2012

Erf, how can i do?

if i want to use

if(Mysql_CompteExistant(nick))
{
...
}

?

Thank you

Max