03.08.2011, 23:39
(
Последний раз редактировалось Snowman12; 04.08.2011 в 00:11.
)
pawn Код:
CMD:anmin(playerid, params[])
{
ShowPlayerDialog(playerid, 23, DIALOG_STYLE_LIST, "Animations", "This doesnt give a responce to show anotherdialog","Select", "Cancel");
}
pawn Код:
if(dialogid == 23)
{
if(response)
{
switch(listitem)
{
case 0:
{
//another dialog here wa removed to test if it called the command which i had no luck it doesnt call the command
print("test");
}
}
}
}