code won't teleport me
#7

pawn Код:
if(!response) return ShowPlayerDialog(playerid, DIALOG_CITYPICK, DIALOG_STYLE_LIST, "Euphoria", "Los Santos\nRed County\nLas Venturas\nSan Fierro", "Pick", "");
              {
bruh...
pawn Код:
if(dialogid == DIALOG_CITYPICK)
            {
                if(!response) return ShowPlayerDialog(playerid, DIALOG_CITYPICK, DIALOG_STYLE_LIST, "Euphoria", "Los Santos\nRed County\nLas Venturas\nSan Fierro", "Pick", "");
                if(response)
                {
                    switch(listitem)
                    {
                        case 0: SetPlayerPos(playerid, 2540.8083,-2115.9592,13.5469);
                        case 1: SetPlayerPos(playerid, -50.3335,-270.9958,6.6332);
                        case 2: SetPlayerPos(playerid, 1428.3453,1049.4246,10.8130);
                        case 3: SetPlayerPos(playerid, -2160.1516,-224.3147,36.0662);
                    }
                }
            }
Try this
Reply


Messages In This Thread
code won't teleport me - by masterart - 14.02.2019, 16:29
Re: code won't teleport me - by Proxus - 14.02.2019, 16:32
Re: code won't teleport me - by masterart - 14.02.2019, 16:40
Re: code won't teleport me - by Proxus - 14.02.2019, 16:42
Re: code won't teleport me - by masterart - 14.02.2019, 16:50
Re: code won't teleport me - by EmpireSk - 14.02.2019, 16:52
Re: code won't teleport me - by d3Pedro - 14.02.2019, 16:57
Re: code won't teleport me - by masterart - 14.02.2019, 16:59
Re: code won't teleport me - by d3Pedro - 14.02.2019, 17:03
Re: code won't teleport me - by masterart - 14.02.2019, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)