11.04.2010, 11:58
Quote:
|
Originally Posted by Dark_Kostas
Could you show us your ShowPlayerDialog?(is it in a timer?)
|
Код:
else if(streamid == drugscp)
{
ShowPlayerDialog(playerid, drugsdialog+playerid, DIALOG_STYLE_LIST, "Welcome at the drugs alley, what do you want?", "Weed [$50]\nCoke [$1150]\nCrack [$100]\nHash [$50]\nHeroin [$200]", "Select", "Cancel");
return 1;
}

