Dialog Response not responding
#10

try this. Tested in my pc. And also lower your Telemenu dialog number

pawn Код:
if(dialogid == telemenu && response)
    {
        switch(listitem)
        {
            case 0:
            {               SetPlayerPos(playerid, 1920.0378,-1657.6068,278.0843);
                            SetPlayerFacingAngle(playerid, 281.4349);
                            SetCameraBehindPlayer(playerid);

                          }
                          case 1:
                          {

                            SetPlayerPos(playerid, 2178.5291,1679.3977,11.0469);
                            SetPlayerFacingAngle(playerid, 89.6691);
                            SetCameraBehindPlayer(playerid);

                          }
                          case 2:
                          {
                            SetCameraBehindPlayer(playerid);
                          }
                          case 3:
                          {
                            SetCameraBehindPlayer(playerid);
                          }


        }
    }
Reply


Messages In This Thread
Dialog Response not responding - by ryan_parkour - 31.01.2011, 13:13
Re: Dialog Response not responding - by [03]Garsino - 31.01.2011, 13:52
Re: Dialog Response not responding - by ryan_parkour - 31.01.2011, 14:37
Re: Dialog Response not responding - by Steven Paul - 31.01.2011, 14:51
Re: Dialog Response not responding - by [03]Garsino - 31.01.2011, 15:01
Re: Dialog Response not responding - by ryan_parkour - 02.02.2011, 03:45
Re: Dialog Response not responding - by gtapolicemods - 02.02.2011, 03:52
Re: Dialog Response not responding - by ryan_parkour - 03.02.2011, 14:02
Re: Dialog Response not responding - by Kyle_Olsen - 03.02.2011, 14:07
Re: Dialog Response not responding - by Steven Paul - 03.02.2011, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)