/interiors
#5

pawn Код:
CMD:interiors(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 4)
    {
        new string[50];
        format(string,sizeof(string),"Your interior is %d.",GetPlayerInterior(playerid))
        ShowPlayerDialog(playerid,YOUR_DIALOG_ID,DIALOG_STYLE,MSGBOX,string,"BUTTON1","BUTTON2");
    }
    else { SendClientMessage(playerid,COLOR_GRAD1,"No authorization."); }
}
Untested ^ but it's like this.
Reply


Messages In This Thread
/interiors - by Ryan McDuff - 01.02.2014, 18:19
Re: /interiors - by DaniceMcHarley - 01.02.2014, 18:49
Re: /interiors - by Ryan McDuff - 01.02.2014, 19:02
Re: /interiors - by Ryan McDuff - 01.02.2014, 19:33
Re: /interiors - by DaniceMcHarley - 01.02.2014, 19:48
Re: /interiors - by Ryan McDuff - 01.02.2014, 19:48
Re: /interiors - by Ryan McDuff - 01.02.2014, 19:53
Re: /interiors - by DaniceMcHarley - 01.02.2014, 19:58
Re: /interiors - by Ryan McDuff - 01.02.2014, 20:29

Forum Jump:


Users browsing this thread: 2 Guest(s)