-Identifier-
#6

Quote:
Originally Posted by Duck4coder
Посмотреть сообщение
Try this

Код:
CMD:interiors(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 4)
    {
        new string[50];
        format(string, sizeof(string),"Your interior is %d.",GetPlayerInterior(playerid));
        ShowPlayerDialog(playerid, 4, 4, string,"BUTTON1","BUTTON2");
    }
    else { SendClientMessage(playerid,COLOR_GRAD1,"No authorization."); }
}
Also what are the 4, 4, what do they mean?
Doesnt matter about the 4, 4 things but there isnt a dialog ID with the value of 4, it goes from 0 to 3, look at Dialog Styles
Reply


Messages In This Thread
-Identifier- - by Ryan McDuff - 01.02.2014, 20:59
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:08
Re: -Identifier- - by Ryan McDuff - 01.02.2014, 21:08
Re: -Identifier- - by blackeagle1122 - 01.02.2014, 21:09
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:12
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:16
Re: -Identifier- - by TheFlyer - 01.02.2014, 21:34
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:39
Re: -Identifier- - by Rory - 01.02.2014, 22:09

Forum Jump:


Users browsing this thread: 3 Guest(s)