WTF IS THIS MYSQL INI
#1

Hello i have really big problem with this f****n mysql INI
Код:
    new Query[256],pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,24);
	format(Query,sizeof(Query),"SELECT * `users` WHERE username = %s LIMIT 1",pName);
	mysql_query(Query);
	if(mysql_num_rows() == 0){
	print("This user must Register");
	}else{
	print("This user must login");
	}
ROWS IN THIS TABLE:0
Returns This user must login!
2.Ok so lets imaginate i have made my registter/login system and i want to load the money of the player
How i can save it in some string ?!?!?!
Reply


Messages In This Thread
WTF IS THIS MYSQL INI - by TheDeath - 27.07.2012, 10:20
Re: WTF IS THIS MYSQL INI - by Misiur - 27.07.2012, 10:24
Re: WTF IS THIS MYSQL INI - by TheDeath - 27.07.2012, 10:26
Re: WTF IS THIS MYSQL INI - by Misiur - 27.07.2012, 10:33
Re: WTF IS THIS MYSQL INI - by TheDeath - 27.07.2012, 10:37
Re: WTF IS THIS MYSQL INI - by Misiur - 27.07.2012, 10:39
Re: WTF IS THIS MYSQL INI - by Vince - 27.07.2012, 10:46
Re: WTF IS THIS MYSQL INI - by TheDeath - 27.07.2012, 11:30
Re: WTF IS THIS MYSQL INI - by FireCat - 27.07.2012, 11:41
Re: WTF IS THIS MYSQL INI - by Calgon - 27.07.2012, 11:47

Forum Jump:


Users browsing this thread: 2 Guest(s)