13.08.2013, 11:03
PHP код:
CMD:rules(playerid,params[])
{
new string[500];
string = "1.Do not jack other's car while they are exchanging or buying Vehicle.\n";
strcat(string, "2.Exchange car's only with the present of server Admin . To see online admins /admins\n\
3.Do not use bad words.\n\
4.Do not advetise.\n\
6.Do not use any kind of hacks.\n\
7.You can use car mods only.\n\
8.Do not Spam the server Chat.");
ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX, "{46BEE6}YS Server Credits:", string, "I Agree", "I Disagree");
return 1;
}