23.12.2011, 00:24
Nope. I did this:
When I did the command, there was no print in the console. What could be wrong?
pawn Код:
case 346:
{
if(response == 0)
{
print("sda");
ShowPlayerDialog(playerid, 345, DIALOG_STYLE_MSGBOX, "Test", "Test", "Test", "Test");
print("sda");
}
if(response == 1)
{
ShowPlayerDialog(playerid, 94, DIALOG_STYLE_LIST, "{33FF33}Clover", "Slot 1\nSlot 2\nSlot 3", "Select", "Cancel");
}
}