can anyone convert this for me please
#2

pawn Код:
CMD:usephone(playerid, params[])
{
    if (!IsAtPPhone(playerid))
    {
        SendClientMessage(playerid, COLOR_GRAD2, " You are not near a payphone!");
        return 1;
    }
    ShowPlayerDialog(playerid, DACCT32, DIALOG_STYLE_MSGBOX, "Telephone Booth", "Call", "Select", "Cancel");
    return 1;
}
Reply


Messages In This Thread
can anyone convert this for me please - by Crossfire1989 - 21.01.2013, 16:13
Re: can anyone convert this for me please - by [XST]O_x - 21.01.2013, 16:24
Re: can anyone convert this for me please - by InfiniTy. - 21.01.2013, 16:24
Re: can anyone convert this for me please - by Crossfire1989 - 21.01.2013, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)