offline jail didnt work
#6

PHP код:
stock bool:AccountExist(playername[])
{
    new 
iQuery[128];
    
mysql_format(sqldbiQuerysizeof(iQuery), "SELECT `PlayerName` FROM `PlayerInfo` WHERE `PlayerName` = '%e'"playername);
    new 
Cache:result mysql_query(sqldbiQuery);
    new 
rows cache_num_rows();
    
cache_delete(result);
    if(
rows 0) return true;
    return 
false;

Reply


Messages In This Thread
offline jail didnt work - by ServerFiles - 20.08.2018, 05:18
Re: offline jail didnt work - by Shockey HD - 20.08.2018, 05:32
Re: offline jail didnt work - by jlalt - 20.08.2018, 05:35
Re: offline jail didnt work - by ServerFiles - 20.08.2018, 06:10
Re: offline jail didnt work - by jlalt - 20.08.2018, 06:26
Re: offline jail didnt work - by ServerFiles - 20.08.2018, 06:29
Re: offline jail didnt work - by jlalt - 20.08.2018, 06:32
Re: offline jail didnt work - by ServerFiles - 20.08.2018, 06:53
Re: offline jail didnt work - by jlalt - 20.08.2018, 07:04
Re: offline jail didnt work - by ServerFiles - 20.08.2018, 07:05

Forum Jump:


Users browsing this thread: 1 Guest(s)