27.10.2010, 18:08
I think it is wrong.
If you want to show the dialog for a certain skin, then just
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;
}