15.04.2017, 14:27
So these few lines make my pawno not respond. Could someone help me splitting up these lines?
EDIT: I'm using a include so the "\\cc" is not a problem.
PHP код:
CMD:ahelp(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid,COLOR_BLACK,"{00CCFF}[ADMIN] {FF0000}ERROR: {FFFFFF}You do not have access to this command");
ShowPlayerDialog(playerid, DIALOG_AHELP, DIALOG_STYLE_MSGBOX, "\\cc{FF0000}NOTE: {FFFFFF} You do not have access to higher level commands if you are a lower level.\n\\ccLevel {FFFF00}1{FFFFFF} Commands\n\\cc\n\\cc/kick, /goto, /achat, /aduty, /ahelp\n\\cc\n\\ccLevel {FFFF00}2{FFFFFF} Commands\n\\cc\n\\ccN/A\n\\cc\n\\ccLevel {FFFF00}3{FFFFFF} Commands\n\\cc\n\\cc/ban, /givemoney\n\\cc\n\\ccLevel {FFFF00}4{FFFFFF} Commands\n\\cc\n\\cc/setscore\n\\cc\n\\ccLevel {FFFF00}5{FFFFFF} Commands\n\\cc\n\\cc/setadmin\n\\cc\n\\cc\n", "Close", "");
return 1;
}