Dialog !response don't work
#1

Hi, guys, i have a problem with my dialog whore shop ^^, i post a little script not all ^^

Код:
if(response)
{
	if(listitem == 0)
	{
		if(GetPlayerMoney(playerid) < 17)
		{
			SendClientMessage(playerid,COLOR_RED, "The Dildo cost $17. You haven't enough money!");
			TogglePlayerControllable(playerid, 1);
			return 1;
		}
		GivePlayerMoney(playerid, -17);
      	GivePlayerWeapon(playerid, 10, 1);
		TogglePlayerControllable(playerid, 1);
	}
	if(!response)
	{
		TogglePlayerControllable(playerid, 1);
	}
everything works good, but the !response work not if i do exit in the dialog, it dont unfreeze me, :/
Reply


Messages In This Thread
Dialog !response don't work - by sjvt - 10.04.2010, 14:52
Re: Dialog !response don't work - by Dreftas - 10.04.2010, 14:54
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:09
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:12
Re: Dialog !response don't work - by WackoX - 10.04.2010, 15:16
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:17
Re: Dialog !response don't work - by WackoX - 10.04.2010, 15:19
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:23
Re: Dialog !response don't work - by sjvt - 10.04.2010, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)