03.04.2014, 07:34
This should do:
I'm giving you the same as what Loco gave you, use it.
pawn Код:
CMD:rules(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_RULESCMD, DIALOG_STYLE_MSGBOX, "GenerationGamers Rules", "{FF0000}GenerationGamers Rules:\nYou may NOT begg for admin! doing so could result in a Ban!\nAdvertising will lead into a STRAIGHT ban!\nhave fun!", "Accept", "Decline");
return 1;
}