NPC Problem
#4

Код:
if (RegistrationStep[playerid] == 0 && gPlayerLogged[playerid] != 1 && !IsPlayerNPC(playerid))
	{
		if (gPlayerAccount[playerid] != 0)
			{
				ShowPlayerDialog(playerid, 1245, DIALOG_STYLE_INPUT,"Welcome, Please Log-In","Type your password below to log-in","Log-in","Quit");
			}
			else
			{
				ShowPlayerDialog(playerid, 1246, DIALOG_STYLE_INPUT,"Welcome, Please Register","Type your password below to register a new account.","Register","Quit");
			}
	}
I disable the register system to him and the same effect.....
Reply


Messages In This Thread
NPC Problem - by _ReloadeD_ - 20.10.2011, 09:22
Re: NPC Problem - by Tomejus - 20.10.2011, 09:27
Re: NPC Problem - by _ReloadeD_ - 20.10.2011, 09:28
Re: NPC Problem - by _ReloadeD_ - 20.10.2011, 09:31
Re: NPC Problem - by Tomejus - 20.10.2011, 09:34

Forum Jump:


Users browsing this thread: 1 Guest(s)