21.02.2010, 19:57
Код:
if (strcmp("/messagebox", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Heading","What ever you want it to say here.","Ok","Cancel");
return 1;
}

That will pop up a message box if you type /messagebox and that also goes under the
Код:
public OnPlayerCommandText

