Quote:
Originally Posted by willbedie
PHP код:
#define DIALOG_INPUT 0
CMD:input(playerid, params[])
{
new input[2000];
strcat(input, "Put your 128+ characters message here.");
ShowPlayerDialog(playerid, DIALOG_INPUT, DIALOG_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