SA-MP Forums Archive
Chat box line limit?! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Chat box line limit?! (/showthread.php?tid=135624)



Chat box line limit?! - playbox12 - 21.03.2010

Hi,

How do you make the limit for the text line longer

example: Hi, can you give me an ride to the station, because my engine jus

You see that i doesen't finish the line so how do you make it looks like this

example: Hi, can you give me an ride to the station, because my engine jus....
....wen't down, i will pay you a hundred bucks?

(Just like in LSRP)

Thanks for you time,

Jeroen


Re: Chat box line limit?! - playbox12 - 21.03.2010

Does realy no-one knows this?


Re: Chat box line limit?! - Micko9 - 21.03.2010

Quote:
Originally Posted by playbox12
Does realy no-one knows this?
das ist kein script . das ist nur sa-mp . Du kanst versuchen deinen eigenen samp zu rescripten !


Re: Chat box line limit?! - Snoooopy - 21.03.2010

Quote:
Originally Posted by Micko9
Quote:
Originally Posted by playbox12
Does realy no-one knows this?
das ist kein script . das ist nur sa-mp . Du kanst versuchen deinen eigenen samp zu rescripten !
This isnt Dutch Section , Here Post In English .


Re: Chat box line limit?! - playbox12 - 21.03.2010

Quote:
Originally Posted by Micko9
Quote:
Originally Posted by playbox12
Does realy no-one knows this?
das ist kein script . das ist nur sa-mp . Du kanst versuchen deinen eigenen samp zu rescripten !
You say it has nothing to do with an script, that it is scripted in samp? how come i see this in many servers?

like LS-RP?


Re: Chat box line limit?! - Kyosaur - 21.03.2010

Quote:
Originally Posted by playbox12
Quote:
Originally Posted by Micko9
Quote:
Originally Posted by playbox12
Does realy no-one knows this?
das ist kein script . das ist nur sa-mp . Du kanst versuchen deinen eigenen samp zu rescripten !
You say it has nothing to do with an script, that it is scripted in samp? how come i see this in many servers?

like LS-RP?
Its completely possible (can either send the remaining messing using SendPlayerMessageToAll, or even just send a white client message with the remaining string).

IMO its not worth it though, it's just going to cut off again / make the chat cluttered.


Re: Chat box line limit?! - playbox12 - 21.03.2010

Quote:
Originally Posted by Kyosaur!!
Quote:
Originally Posted by playbox12
Quote:
Originally Posted by Micko9
Quote:
Originally Posted by playbox12
Does realy no-one knows this?
das ist kein script . das ist nur sa-mp . Du kanst versuchen deinen eigenen samp zu rescripten !
You say it has nothing to do with an script, that it is scripted in samp? how come i see this in many servers?

like LS-RP?
Its completely possible (can either send the remaining messing using SendPlayerMessageToAll, or even just send a white client message with the remaining string).

IMO its not worth it though, it's just going to cut off again / make the chat cluttered.
I am needing this for an rp script, but do you know the way lsrp uses?