[Tutorial] How to make a simple /credits command
#8

Its not bad , but you can use ShowPlayerDialog better than sendclient message for example
pawn Код:
CMD:credits(playerid, params[])
{
    ShowPlayerDialog(playerid,DIALOG_CREDITS,DIALOG_STYLE_MSGBOX,"credits","Me for bla bla bla","ok","");
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)