15.03.2010, 10:22
Hey all, my first try with dialogs..
Neither the SendClientMessage nor the Dialog 2501 appears, but dialog 2500 does :/
Hope someone has an idea..
Bloody
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if (dialogid==2500)
{ if (response==1)
{
SendClientMessage(playerid, 0x00000FFF, "Jetzt mьsste was kommen");
ShowPlayerDialog(playerid, 2501, DIALOG_STYLE_LIST, "Fahrzeug auswдhlen", "Sanchez \nQuad \nVortex \nMonster Truck \nBandito \nKart","Los", "Abbrechen");
}
}
Hope someone has an idea..
Bloody

