Anyone can fix this for me?
#6

Quote:
Originally Posted by JasonRiggs
Посмотреть сообщение
Which one is the error line?
This is line 2070 to 2090, error should be in 2077 according to the error message.
But I guess that error message isn't showing it right, all errors in 2077?
Код:
public OnPlayerConnect(playerid)
{	new query[126], pName[MAX_PLAYER_NAME];

	GetPlayerName(playerid, pName, sizeof(pName));

	format(query), sizeof(query)"SELECT  FROM accounts WHERE name = '%s'", pName);
	mysql_query(query);
	mysql_store_result();
	
	if(mysql_num_rows()== 1);
	{
 		SendClientMessage(playerid, -1, "That username is already in use!");
		ShowPlayerDialog(playerid, 0, DIALOG_STYLE_IMPUT, "Login", "Please enter your password to login.", "Login", "Cancel");
Reply


Messages In This Thread
Anyone can fix this for me? - by Ivor8000 - 05.06.2017, 21:14
Re: Anyone can fix this for me? - by JasonRiggs - 05.06.2017, 21:16
Re: Anyone can fix this for me? - by Ivor8000 - 05.06.2017, 21:17
Re: Anyone can fix this for me? - by TonyII - 05.06.2017, 21:17
Re: Anyone can fix this for me? - by LetsOWN[PL] - 05.06.2017, 21:19
Re: Anyone can fix this for me? - by Ivor8000 - 05.06.2017, 21:21
Re: Anyone can fix this for me? - by JasonRiggs - 05.06.2017, 21:23
Re: Anyone can fix this for me? - by Ivor8000 - 05.06.2017, 21:25
Re: Anyone can fix this for me? - by JasonRiggs - 05.06.2017, 21:27
Re: Anyone can fix this for me? - by Ivor8000 - 05.06.2017, 21:31
Re: Anyone can fix this for me? - by JasonRiggs - 05.06.2017, 21:34
Re: Anyone can fix this for me? - by Ivor8000 - 05.06.2017, 21:48
Re: Anyone can fix this for me? - by JasonRiggs - 05.06.2017, 21:59
Re: Anyone can fix this for me? - by Ivor8000 - 05.06.2017, 22:10
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 09:34
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 12:33
Re: Anyone can fix this for me? - by JasonRiggs - 06.06.2017, 12:36
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 15:11
Re: Anyone can fix this for me? - by JasonRiggs - 06.06.2017, 15:12
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 15:18
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 15:20
Re: Anyone can fix this for me? - by JasonRiggs - 06.06.2017, 15:28
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 16:03
Re: Anyone can fix this for me? - by JasonRiggs - 06.06.2017, 16:09
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 16:45
Re: Anyone can fix this for me? - by JasonRiggs - 06.06.2017, 17:01
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 17:35
Re: Anyone can fix this for me? - by Ivor8000 - 06.06.2017, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)