27.11.2011, 09:06
You have no respone yoy need something like this
you just need to change the respone to what you want it to do
you just need to change the respone to what you want it to do
Код:
if(dialogid == TELE)
{
if(response == 1)
{
switch(listitem)
{
case 0:
{
ShowPlayerDialog(playerid,TUNES,DIALOG_STYLE_LIST,"Tuning Shops!","Transfender Los Santos \nTransfender Las Venturas \nWheel Arch Angels \nLoco Low Riders","Enter","Close");
}
case 1:
{
ShowPlayerDialog(playerid,LASA,DIALOG_STYLE_LIST,"Places Around San Andreas!","Los Santos \nLos Santos Airport \nSan Ferrio \nSan Ferrio Airport \nLas Venturas \nLas Venturas Airport","Enter","Close");
}
case 2:
{
ShowPlayerDialog(playerid,BJS,DIALOG_STYLE_LIST,"Big Jumps!","RichMans Jump \nSky Scrapper \nThe Strip \nUp, Up, Up, Shit Down!!!! \nCrane Jump \nMini Jump \nMarine Base Jump \nDesert Jump \nRiver Jump \nUp Up and Away","Enter","Close");
}
case 3:
{
ShowPlayerDialog(playerid,BASE,DIALOG_STYLE_LIST,"Base Jumps!","Base Jump One \nBase Jump Two \nBase Jump Three \nBase Jump Four \nBase Jump Five \nBase Jump Six \nBase Jump Seven \nBase Jump Eight \nBase Jump Nine","Enter","Close");
}
case 4:
{
ShowPlayerDialog(playerid,PARK,DIALOG_STYLE_LIST,"StuntParks!","Los Santos Airport \nSan Ferrio Airport \nLos Venturas Airport \nOld Airfield \nDisney StuntPark","Enter","Close");
}
case 5:
{
ShowPlayerDialog(playerid,DM,DIALOG_STYLE_LIST,"StuntParks!","Madness DeathMatch","Enter","Close");
}
}
}
}

