a problem on DIALOGS
#2

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1)
{
if(response)
{
switch(listitem)
{
case 0:
{
SetPlayerSkin(playerid,284);
TogglePlayerControllable(playerid,1);
}
case 1:
{
SetPlayerSkin(playerid,283);
TogglePlayerControllable(playerid,1);
}
case 2:
{
SetPlayerSkin(playerid,282);
TogglePlayerControllable(playerid,1);
}
}
}
}
}
return 1;
}
Reply


Messages In This Thread
[FIXED]a problem on DIALOGS - by 5002 - 24.06.2013, 19:30
Respuesta: a problem on DIALOGS - by JustBored - 24.06.2013, 20:12
Re: a problem on DIALOGS - by 5002 - 24.06.2013, 20:39
Respuesta: a problem on DIALOGS - by JustBored - 24.06.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)