Dialog Response
#1

Код:
D:\Trucking\gamemodes\Tuntun.pwn(299) : error 030: compound statement not closed at the end of file (started at line 291)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	if(dialogid == DIALOG_TUNING)
	{
		if(response)
		{
			if(listitem == 1)
			{
				SetVehicleHealth(playerid,1000);
				return 1;
			}
}
Reply


Messages In This Thread
Dialog Response - by Tuntun - 20.06.2013, 19:39
Re: Dialog Response - by Kindred - 20.06.2013, 19:42
Re: Dialog Response - by SwisherSweet - 20.06.2013, 19:42
Re: Dialog Response - by Tuntun - 20.06.2013, 19:44
Re: Dialog Response - by SwisherSweet - 20.06.2013, 19:45
Re: Dialog Response - by Kindred - 20.06.2013, 19:46
Re: Dialog Response - by SwisherSweet - 20.06.2013, 19:47
Re: Dialog Response - by Tuntun - 20.06.2013, 19:48
Re: Dialog Response - by SwisherSweet - 20.06.2013, 19:53
Re: Dialog Response - by Kindred - 20.06.2013, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)