How do I leave the name of the teams I've changed auto? Because every time you change the map I have to go up the console command g_TeamName_Allies Add active, as I leave automatic, without having to keep going to the console?
08-01-2012, 18:11 (This post was last modified: 08-01-2012, 18:13 by danieltuf.)
I created the plugin and add commands in sv_config: [SCRIPT]
Enabled = 1
/ / Enable the server script [0-1]
Script = teamnames.SCRIPT
/ / Server script to run
08-02-2012, 00:45 (This post was last modified: 08-02-2012, 00:46 by hillbilly.)
(08-01-2012, 18:11)danieltuf Wrote: I created the plugin and add commands in sv_config: [SCRIPT]
Enabled = 1
/ / Enable the server script [0-1]
Script = teamnames.SCRIPT
/ / Server script to run
However, nothing has changed. Help please
works ok here, only difference is i added the names to example.script.
08-02-2012, 08:31 (This post was last modified: 08-02-2012, 08:53 by hillbilly.)
(08-02-2012, 02:59)JariZ Wrote:
Quote:only difference is i added the names to example.script.
It's the same as yours.
Read his post again
err no it isn't, he created a new script then saved it, i didn't. I used the default one.
I created the plugin and add commands in sv_config: [SCRIPT]
Enabled = 1
/ / Enable the server script [0-1]
Script = teamnames.SCRIPT <<<<------------- that is not the same.
/ / Server script to run
mine
use the code below with the attached script.
[SCRIPT]
Enabled=1
//Enable the server script [0-1]
Script=example.script
//Server script to run