NPC Problem
#1

I did a NPC and It's Work....
Now I use Reven's Roleplay script and I add my code to the script and my Bot get crashed....
I try to make a filterscript and the same result.....
someone help?
Reply
#2

Crashed? You have to disable log/reg system for bot and etc.
Reply
#3

amm ok I will try now
Reply
#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
#5

OnPlayerSpawn, class and so on disable it too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)