ItsMods

Full Version: Text Line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys, on my server it only shows 4 text lines at once.

I want to show f.e. 20 rows at once.

How can i make it?
(02-05-2012, 06:12)DeMenTor Wrote: [ -> ]Hi Guys, on my server it only shows 4 text lines at once.

I want to show f.e. 20 rows at once.

How can i make it?

You mean chat? You can change this in config_mp.cfg
Code:
seta cg_chatHeight "4"
Replace 4 with your desired number
Did i can change it server-sided?
(02-05-2012, 17:01)DeMenTor Wrote: [ -> ]Did i can change it server-sided?

You can set it with the setclientdvar function in the api.. http://cod6hmod.itshax.com/mw3_addon/doc/#setclidvar remember to set it back afterwards.
(02-05-2012, 17:09)Pozzuh Wrote: [ -> ]
(02-05-2012, 17:01)DeMenTor Wrote: [ -> ]Did i can change it server-sided?

You can set it with the setclientdvar function in the api.. http://cod6hmod.itshax.com/mw3_addon/doc/#setclidvar remember to set it back afterwards.

How do you want to set it back? You don't know when the player leaves.
Why i have to set it back afterwards?

Couldnt i create a serverbased client_server_mp.cfg ??