Help Me Dialog With More Dialog...
#1

my code:
Код:
#include <a_samp>
#include <zcmd>
#include <pvehicle>

#define DIALOG_MENU 1
#define DIALOG_CARS 2
#define DIALOG_WEAPONS 3

cmd:gmenu(playerid, params[])
{
	ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Gmenu", "gCars\ngWeapons", "Select", "Close");
	return 1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	if(dialogid == 1)
	{
	    if(response) {
	    {
	        if(listitem == 0)
	        }
	            ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "gCars", "Bikes\nBoats\nCars\nFactionCars\nFlans", "Select", "Close");
			}
			if(listitem == 1)
			}
			    ShowPlayerDialog(playerid, 3, DIALOG_STYLE_LIST, "gWeapons", "9mm\ns9mm\nDesert Eagle\nShotgun\nSawoffShotgun\nCombat Shotgun\nUzi\nMp5\nAK-47\nNext Page", "Select", "Close");
			}
		}
		return 1;
	}
	
	return 0;
}
4 error :
Код:
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(12) : error 029: invalid expression, assumed zero
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(26) : warning 217: loose indentation
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(28) : warning 217: loose indentation
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(29) : error 029: invalid expression, assumed zero
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(30) : warning 217: loose indentation
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(33) : error 010: invalid function or declaration
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(36) : error 010: invalid function or declaration
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(38) : warning 203: symbol is never used: "gmenu"
Reply


Messages In This Thread
Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:07
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:20
Re: Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:29
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:31
Re: Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:37
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:41
Re: Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:45
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:51
Re: Help Me Dialog With More Dialog... - by xganyx - 20.06.2013, 00:10
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 20.06.2013, 00:22

Forum Jump:


Users browsing this thread: 2 Guest(s)