Question about input limit
#9

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
I'm wondering how did you do that.
I wondering How you noticed


OT:
If anyone does want to do the same thing like i, this code will work:

PHP код:
           new tmpinput[128], filepl[64], tmpoldinput[2000], tmpnewinput[2000];
            
format(tmpinputsizeof(tmpinput), "%s"inputtext);
            
format(fileplsizeof(filepl), "Accounts/%s.ini"GetName(playerid));
            
format(tmpoldinputsizeof(tmpoldinput), "%s"INI_Get(filepl,"MDCCreateNoteTemp"));
            
format(tmpnewinputsizeof(tmpnewinput), "%s %s"tmpoldinputtmpinput);
            
INI_Set(filepl,"MDCCreateNoteTemp",tmpnewinput); 
You might have to edit it, but it will give you the feeling of how it works.
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)