[Help] How to make like this ?
#1

hello guy..

how to make like this when i make /cmds command ?



sorry for my bad english.
Reply
#2

Use ShowPlayerDialog.
Reply
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/cmds", true, 5)) // 3 is the length of /me
    {
        SendClientMessage(playerid,COLOR_WHITE,"Commands on my server:");
        SendClientMessage(playerid,COLOR_WHITE,"/cmd1, /cmd2, /cmd3");

        return 1;
    }
    return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)