30.10.2010, 09:46
(
Последний раз редактировалось iggy1; 30.10.2010 в 09:47.
Причина: edited code
)
Try setting it out like this,
pawn Код:
if(dialogid == hotel100)//im guessing thats the dialog id
{
if(response)
{
switch(listitem)
{
case 0:
{
//do something
}
case 1:
{
//blahblah
}
}
}
else SendClientMessage(playerid, 0xFF0000FF, "You cancelled.");
}