Question about input limit
#2

PHP код:
#define DIALOG_INPUT 0
CMD:input(playeridparams[])
{
    new 
input[2000];
    
strcat(input"Put your 128+ characters message here.");
    
ShowPlayerDialog(playeridDIALOG_INPUTDIALOG_STYLE_INPUT"Input"input"Okay""Cancel");
    return 
1;

Not sure if that's what you meant.
Reply


Messages In This Thread
Question about input limit - by jasperschellekens - 07.02.2018, 20:03
Re: Question about input limit - by solstice_ - 07.02.2018, 20:11
Re: Question about input limit - by jasperschellekens - 07.02.2018, 20:16
Re: Question about input limit - by solstice_ - 07.02.2018, 20:41
Re: Question about input limit - by Dayrion - 07.02.2018, 21:12
Re: Question about input limit - by Gammix - 07.02.2018, 21:14
Re: Question about input limit - by jasperschellekens - 07.02.2018, 21:42
Re: Question about input limit - by Dayrion - 07.02.2018, 22:26
Re: Question about input limit - by jasperschellekens - 08.02.2018, 10:40

Forum Jump:


Users browsing this thread: 1 Guest(s)