11.11.2011, 08:41
Here..
Also add this at the Top : #define DIALOG_RULES (30000)
pawn Код:
if(!strcmp(cmdtext, "/rules", true))
{
ShowPlayerDialog(playerid,DIALOG_RULES, DIALOG_STYLE_MSGBOX, ""COL_YELLOW"Server Rules", "Rule 1\nRule2\nRule3\nRule4", "Okay", "Cancel");
return 1;
}