/teleports | List item
#10

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
pawn Код:
ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Teleports", "Los Santos\nSan Fierro\nLas Venturas", "Teleport", "Close");

OnDialogResponse(...)
{
    if(dialogid == DIALOGID)
    {
        switch(listitem) // Switching between items in the dialog list - Currently, only 3 items
        {
            case 0: SetPlayerPos(playerid, LOS SANTOS COORDINATES);
            case 1: SetPlayerPos(playerid, SAN FIERRO COORDINATES);
            case 2: SetPlayerPos(playerid, LAS VENTURAS COORDINATES);
        }
    }
    return 1;
}
No, i mean like There are list
Код:
Stuntzones
Jumps
Parkours
Misc
Death Matches
So player click on Stuntzones, and there is
Код:
AA Airport
LS Airport
SF Airport
Hoover Dam
Mount Chilliad
i mean so
Reply


Messages In This Thread
/teleports | List item - by Mr.Jvxmc - 27.12.2010, 14:35
Re: /teleports | List item - by blackwave - 27.12.2010, 14:39
Re: /teleports | List item - by Mr.Jvxmc - 27.12.2010, 14:56
Re: /teleports | List item - by Mr.Jvxmc - 27.12.2010, 16:12
Re: /teleports | List item - by blackwave - 27.12.2010, 16:14
Re: /teleports | List item - by Mr.Jvxmc - 27.12.2010, 16:38
Re: /teleports | List item - by Mr.Jvxmc - 27.12.2010, 16:39
Re: /teleports | List item - by Mr.Jvxmc - 27.12.2010, 19:14
Re: /teleports | List item - by [L3th4l] - 27.12.2010, 19:19
Re: /teleports | List item - by Mr.Jvxmc - 27.12.2010, 19:23

Forum Jump:


Users browsing this thread: 2 Guest(s)