Problem using PREVMODEL dialogs
#1

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:
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;
}
How can i set the zoom for different dialogs?
Reply


Messages In This Thread
Problem using PREVMODEL dialogs - by Q_Lite - 24.05.2015, 04:45
Re: Problem using PREVMODEL dialogs - by SickAttack - 24.05.2015, 04:49
Re: Problem using PREVMODEL dialogs - by Q_Lite - 24.05.2015, 04:53
Re: Problem using PREVMODEL dialogs - by SickAttack - 24.05.2015, 04:57
Re: Problem using PREVMODEL dialogs - by Q_Lite - 24.05.2015, 05:05

Forum Jump:


Users browsing this thread: 3 Guest(s)