24.05.2015, 04:45
I am using Dialogs include for DIALOG_STYLE_PREVMODEL but my some of my models are appearing with large zoom (see those Ak-47, M4 or i mean heavy weapons).
Here is a screenshot:
Here is my code:
How can i set the zoom for different dialogs?
Here is a screenshot:
Here is my code:
pawn Код:
CMD:ammo(playerid)
{
new items_array[] =
{
345,346,347,348,349,350,351,352,352,354,355,356,357
};
ShowPlayerDialog(playerid, 100, DIALOG_STYLE_PREVMODEL, "Do you want to buy some ammunation?", items_array, "Buy", "Cancel");
return 1;
}