Need more than 128
#1

Hi, i simply need more than 128 characters length for a string, what shall i do? :S
Reply
#2

Normal string ? like that string[128]; change to the amount of letters you want string[1024 ]; but don't exceed the maximum amount limits 1024 - https://sampwiki.blast.hk/wiki/Limits , or you mean on Global chat , dialogs,etc.. ?
Reply
#3

Well i cant explain it for you, but if you can please enter my server ill show you the system its very complicated
Reply
#4

No, either you post your code or don't post at all.
Reply
#5

here is the code that i kept 128
Код:
new room1topic[128];
new room1reply[128];
Sorry for forgetting it.
And by the way its solved there is no other solutionfor the problem, samp team must deal with this.
Reply
#6

The max lenght for client message is 144. Other things such as dialogs, queries can get higher lenght.
Reply
#7

ok guys thanks, i will post the code as tomorrow when i release the FS, im very sorry i cant post it now :/
Reply
#8

Код:
new room1topic[CHANGETHIS];
new room1reply[CHANGETHIS];
Change it to desired characters.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)