[HELP] bussines enter
#1

Hello I was made bussines and know I was make when I close to bussines then when I press button enter then I enter in bussines that's fine but I want in dialog so I was make also when I close to bussines then it show me dialog ok and know I prees enter and it spawn me somewhere on some farm , why is that happening? Here is ondialog response

pawn Код:
if(dialogid == 444)
    {
        if(response)
        {
            for(new i = 0; i < sizeof(BussinesInfo); i++)
            {
                SetPlayerInterior(playerid,BussinesInfo[i][bussinesInt]);
                SetPlayerVirtualWorld(playerid,BussinesInfo[i][bussinesVirtualWorld]);
                SetPlayerPos_H(playerid,BussinesInfo[i][bussinesExitX],BussinesInfo[i][bussinesExitY],BussinesInfo[i][bussinesExitZ]);
                SetCameraBehindPlayer(playerid);
            }
        }
    }
Reply


Messages In This Thread
[HELP] bussines enter - by Luca12 - 28.03.2014, 23:24
Re: [HELP] bussines enter - by Luca12 - 29.03.2014, 13:13
Re: [HELP] bussines enter - by BroZeus - 29.03.2014, 13:29
Re: [HELP] bussines enter - by Luca12 - 29.03.2014, 13:31
Re: [HELP] bussines enter - by park4bmx - 29.03.2014, 21:08
Re: [HELP] bussines enter - by Luca12 - 29.03.2014, 21:42
Re: [HELP] bussines enter - by Luca12 - 02.04.2014, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)