10.04.2011, 19:40
Quote:
|
Код:
if(strcmp(cmd, "/command", true) == 0)
{
ShowPlayerDialog(playerid,DIALOG_ID,DIALOG_STYLE,"Rules","1. You must respect the rules\n2.You can't do anything without read the rules...","button1","button2");
return 1;
}
- Things that may be helpful. • https://sampwiki.blast.hk/wiki/ShowPlayerDialog • https://sampwiki.blast.hk/wiki/OnDialogResponse • https://sampwiki.blast.hk/wiki/Dialog_Styles |

