Hi, i got some trouble.
Код:
CMD:rules(playerid, params[])
{
new mydialog[256];
strcat(mydialog,"{FFFF00}This Server Has A Set Of Rules That You Should Know Before Playing Here! So Make Sure That You Know{FFFF00} {FF0000}Them To Avoid Punishments!{FF0000}\n\n");
strcat(mydialog,"1) Never Try To Using Cheat Or Cleo, Only Visual Mods Allowed.\n");
strcat(mydialog,"2) Never Try To Advertising Other Server In Here, You'll Get Punished.\n");
strcat(mydialog,"3) Never Bitching About This Server, Feedback And Conductive Criticism Are Always Welcome.\n");
strcat(mydialog,"4) Never Ask Admin Level In-Game, You'll Not Get It And Your Chance To Be One Will Be Reduced.\n");
strcat(mydialog,"5) Never Ask Admin For Money, Score, Or Events.\n");
strcat(mydialog,"6) Never Scamming, It Will Get You Banned.\n");
strcat(mydialog,"7) Never Spawnkilling, Camping, Teamkilling Or Avoiding Death.\n");
strcat(mydialog,"8) Use Common Sense, Admins May Punish You For A Things Not Written In These Rules.\n");
strcat(mydialog,"9) You Are Allowed To Multi Account, But You May Only Use The Newest Account.\n");
strcat(mydialog,"10) You Are Allowed To Speak Whatever Language You Want.");
ShowPlayerDialog(playerid,DIALOG_RULES,DIALOG_STYLE_MSGBOX, "Los Santos Freeroam - {008000}Server Rules{008000}", mydialog,"Agree","");
return 1;
}
Thank you both.