Scripting with G-Stylezz Mysql Plugin
#1

Hello,

I would post this into the G-Stylezz thread, but it will take longer to get a response to a simple question.



I use to script with plugin in the past and I would use simple code like this:

pawn Код:
mysql_query(string);
    mysql_store_result();
    new rows = mysql_num_rows();
    mysql_free_result();
    if(rows > 0) SendClientMessage(playerid, COLOR_GREEN, "Name exists");
    else SendClientMessage(playerid, COLOR_GREEN, "Name dnt exists");
but now when i use this, it says mysql_query is unrecognised. Does anyone know why this happens?

thanks
Reply


Messages In This Thread
Scripting with G-Stylezz Mysql Plugin - by DarrenReeder - 06.07.2012, 15:09
Re: Scripting with G-Stylezz Mysql Plugin - by doreto - 06.07.2012, 15:12
Re: Scripting with G-Stylezz Mysql Plugin - by DarrenReeder - 06.07.2012, 15:13
Re: Scripting with G-Stylezz Mysql Plugin - by doreto - 06.07.2012, 15:16
Re: Scripting with G-Stylezz Mysql Plugin - by DarrenReeder - 06.07.2012, 15:18

Forum Jump:


Users browsing this thread: 2 Guest(s)