My server is restarting...
#6

pawn Код:
new Query[192],pname[24];
GetPlayerName(playerid,pname,24);
format(Query, sizeof(Query), "SELECT * FROM `kasutajad` WHERE `Name` = '%s' Limit 1", pname);//Limit 1 important!
mysql_query(Query);
mysql_store_result();
if(mysql_num_rows() == 1)
{
    //User found.
}
else
{
    //User not found!
}
mysql_free_result(); //important!!
Reply


Messages In This Thread
My server is restarting... - by Larry123 - 07.01.2012, 16:53
Re: My server is restarting... - by Artie_Scorpion - 07.01.2012, 16:58
Re: My server is restarting... - by BlackWolf120 - 07.01.2012, 17:07
Re: My server is restarting... - by Wickeed - 07.01.2012, 17:30
Re: My server is restarting... - by Larry123 - 07.01.2012, 17:38
Re: My server is restarting... - by BlackWolf120 - 07.01.2012, 17:52
Re: My server is restarting... - by Larry123 - 07.01.2012, 18:17
Re: My server is restarting... - by BlackWolf120 - 07.01.2012, 18:20
Re: My server is restarting... - by Larry123 - 07.01.2012, 18:26
Re: My server is restarting... - by Larry123 - 07.01.2012, 19:00

Forum Jump:


Users browsing this thread: 1 Guest(s)