error 075: input line too long (after substitutions)
#5

PHP код:
cmd:test(playerid)
{
    static 
msg[1500];
    
msg[0] = EOS;
    
strcat(msg,"{FFFFFF}Stop\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}First Song | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Second Song | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Third Sond | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Fourth Song | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Fifth Sond | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Sixth Sond | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Seventh | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Eighth | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Ninth Sond | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Tenth Sond | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Eleventh Sond | Listen %i player(-s)\n");
    
strcat(msg,"{FFFFFF}Listen    {00ff00}Twelfth Sond | Listen %i player(-s)\n");
    
format(msg,sizeof(msg),msg,FirstRadio,SecondRadio,ThirdRadio,FourthRadio,Fifth,Sixth,Seventh,Eighth,Ninth,Tenth,Eleventh,Twelfth);
    
ShowPlayerDialogplayerid,1DIALOG_STYLE_LIST"Radio"msg"Select""Exit");
    return 
1;

Reply


Messages In This Thread
error 075: input line too long (after substitutions) - by Pokemon64 - 11.03.2017, 15:28
Re: error 075: input line too long (after substitutions) - by TitanX - 11.03.2017, 15:40
Re: error 075: input line too long (after substitutions) - by Pokemon64 - 11.03.2017, 15:44
Re: error 075: input line too long (after substitutions) - by Pokemon64 - 11.03.2017, 16:09
Re: error 075: input line too long (after substitutions) - by Injury - 11.03.2017, 16:17
Re: error 075: input line too long (after substitutions) - by Pokemon64 - 11.03.2017, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)