Long DialogBox
#3

sascha, Nice code, But strcat is more efficient.

PHP код:
    new sstring[12][164];
    new 
fstring[2000];
    
strcat(sstring[0], "code\n");
    
strcat(sstring[1], "code\n");
    
strcat(sstring[2], "code\n");
    
strcat(sstring[3], "code\n");
    
strcat(sstring[5], "code\n");
    
strcat(sstring[6], "code\n");
    
strcat(sstring[7], "code\n");
    
format(fstringsizeof fstring"\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n",sstring[0],sstring[1],sstring[2],sstring[3],sstring[4],sstring[5],sstring[6],sstring[7]);
    
ShowPlayerDialog(playeridDIALOGIDDIALOG_STYLE_MSGBOX"info",fstring"Exit""Exit"); 
Reply


Messages In This Thread
Long DialogBox - by Peep - 05.04.2011, 17:53
Re: Long DialogBox - by Sascha - 05.04.2011, 18:26
Re: Long DialogBox - by -Rebel Son- - 05.04.2011, 18:51
Re: Long DialogBox - by Peep - 05.04.2011, 18:53
Re: Long DialogBox - by -Rebel Son- - 05.04.2011, 18:55

Forum Jump:


Users browsing this thread: 1 Guest(s)