Forums Index >> Modding >> Tank2.cs help.
Page : <1> :
Someone please help me.
Tuesday, January 03, 2006 at 3:40:16 AM
I do not know if this is the problem but make sure that you have the exec command for the Tank2.cs at the top of your mission file before object write begin.
Like this:
Exec("game/server/scripts/tank2.cs");
//--- OBJECT WRITE BEGIN ---
Give it a try, else delete the tank2.cs and tank2.cs.dso and reinstall but make sure the exec command is at the top of the mission file.
Daz
Tuesday, January 03, 2006 at 11:05:32 AM
Page : <1> :
Hello I am having a problem. I changed my Tank2.cs so it would say Your Dead, press SPACE! (what it says when a player dies in center print), Has Died (when a player/bot goes off the edge). Has Died thanks to (when a player/bot kills a player/bot).
Well the problem is it worked up untill I changed the names of my bots and the bot types from (Ex. GoldHeavyTank to BossTank) in the game/server/prefs.cs file. I launch my server and it seems to act like I never changed what it would say when some1 died. It went back to the defult messages but when I go into the Tank2.cs the settings I changed are still: Your Dead, press SPACE! , Has Died , Has Died thanks to.
Please can some1 help me? Tyvm for your time.