help with dialog command
#1

I wanna make command when you type it and you are inrange of point to show dialog if u are not inrange to say u are not inrange pls help
Reply
#2

For 106 time this is not a SCRIPT REQUEST thread !
Reply
#3

What is so hard on it?

pawn Код:
Your command here
{
    if(IsPlayerInRangeOfPoint(playerid,range,x,y,z))
    {
        ShowPlayerDialog(playerid,DIALOGID,DIALOG_STYLE,capture[],text[],button1,button2);
    }
    else
    {
        SendClientMessage(playerid,color,text[]);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)