06.07.2012, 15:09
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:
but now when i use this, it says mysql_query is unrecognised. Does anyone know why this happens?
thanks
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");
thanks