Whats wrong here?
#5

Quote:
Originally Posted by -Luis
Посмотреть сообщение
So it finds the player team , Or is it wrong?
I think it is wrong.

If you want to show the dialog for a certain skin, then just

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    switch(GetPlayerSkin(playerid))
    {
        case 17, 57, 61, 163, 164, 165, 166, 187:
        {
            ShowPlayerDialog(playerid, 20, DIALOG_STYLE_LIST, "Pilot's Spawn Point", "Los Santos Airport\nSan Fierro Airport\nLas Venturas Airport", "Select", "Cancel");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Whats wrong here? - by Luis- - 27.10.2010, 17:49
Re: Whats wrong here? - by MadeMan - 27.10.2010, 17:54
Re: Whats wrong here? - by Luis- - 27.10.2010, 17:58
Re: Whats wrong here? - by Calgon - 27.10.2010, 18:03
Re: Whats wrong here? - by MadeMan - 27.10.2010, 18:08
Re: Whats wrong here? - by Luis- - 27.10.2010, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)