MySQL - Playername..
#1

Hello, I stuck with this. I would like to know how can i ... not sure how to explain.. suppose i want to show a dialogthplayer withthat name only like , John_Allens - He would see a dialof when he spawns. only he would see it.. How can i make it possible? Still learning MySQL though.

Код:
case LOADPLAYERDATA_THREAD:
		{
			if(IsPlayerConnected(extraid))
			{
   				new szField[MAX_PLAYER_NAME], szResult[64];

				for(new row;row < rows;row++)
				{
					cache_get_field_content(row, "Username", szField, MainPipeline);

					if(strcmp(szField, GetPlayerNameExt(extraid), true) != 0)
Reply


Messages In This Thread
MySQL - Playername.. - by Desi_Dude - 23.10.2013, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)