07.09.2013, 19:54
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;
}