12.01.2013, 18:21
I would have scripted the dialogue,but I want to do it on your own.This is the only way to learn how to do it.I will help you a little with sharing this:
PHP код:
if (strcmp("/lawbook", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid,5000,DIALOG_STYLE_MSGBOX,"Tittle","Text,"OK","");
return 1;
}
PHP код:
if (strcmp("/lawbook", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid,5000,DIALOG_STYLE_MSGBOX,"Lawbook","Yes i am the boss here","OK","");
return 1;
}

