/interiors
#7

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
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.
I put this in, I only have 2 errors now:

Код:
C:\Users\Ryan\Desktop\Ryan's Server\gamemodes\VGRP.pwn(54877) : error 001: expected token: ";", but found "-identifier-"
C:\Users\Ryan\Desktop\Ryan's Server\gamemodes\VGRP.pwn(54877) : error 017: undefined symbol "YOUR_DIALOG_ID"
C:\Users\Ryan\Desktop\Ryan's Server\gamemodes\VGRP.pwn(54884) : warning 211: possibly unintended assignment
C:\Users\Ryan\Desktop\Ryan's Server\gamemodes\VGRP.pwn(89345) : warning 203: symbol is never used: "LoadCarrier"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
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)