Question about input limit
#3

Quote:
Originally Posted by willbedie
Посмотреть сообщение
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.
thank you but you misunderstood. When you display DIALOG_INPUT it only allows you to enter 128 characters right? i assume that because that is the limit.
I need to know how i can add more then 128.

I need that because when you create a note in the system i am creating it uses alot more then 128 characters and i want players be able to enter bigger notes.

example:
http://217.62.194.69/sa-mp-535.png
http://217.62.194.69/sa-mp-534.png
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)