19.10.2015, 22:33
On top of your script :
and I think you cant use or need to remove the _ \ | :
Make it simple
I try compiled this and no errors :
PHP код:
#include <zcmd>
PHP код:
strcat(amrpss, " {FFFFFF} / \ |\ /| | | | |\n");
strcat(amrpss, " {FFFFFF} / \ | \/ | | | |_____|\n");
strcat(amrpss, " {FFFFFF} / \ | | ________|__| | \n");
strcat(amrpss, " {FFFFFF} /_______\ | | | \ | \n");
strcat(amrpss, " {FFFFFF} / \ | | | \ | \n");
strcat(amrpss, " {FFFFFF} / \ | | | \ | \n");
I try compiled this and no errors :
PHP код:
CMD:test(playerid,params[])
{
new amrpss[ 3583 ];
strcat(amrpss, " {FFFFFF}========================================== ======================================\n");
strcat(amrpss, " {FFFFFF}===================John James AKA Sulejman SCRIPT==============================\n");
strcat(amrpss, " {FFFFFF}========================================== ======================================");
ShowPlayerDialog(playerid, 13, DIALOG_STYLE_MSGBOX, "{FFFFFF}Argentina Mafia Roleplay",amrpss, "Ok", "");
return 1;
}