/teleports | List item
#9

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;
}
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: 1 Guest(s)