Forums Index >> Modding >> need help with too things



Page : <1> :


Ok alll STRYDER here I wass buzzing throught PTT weh I remberd o:::: any way

1. I DL the cam toggler were do I put it

2. I DL the anti team killer were do I put it plz help

ŠŦ®¥ĐËŘ

 

Saturday, March 19, 2005 at 8:44:54 PM

Game/server/scripts. Add end of resources/main.cs file:

Exec("game/server/scripts/SCRIPTNAMEHERE.cs");

ˆ im not sure did I write it correctly.

Sunday, March 20, 2005 at 3:45:21 AM

Ok were do I put the anti team killer script

Sunday, March 20, 2005 at 11:48:09 AM

Ekker's Camera Switcher

 

Ekker's Camera Switcher allows you to choose four different camera views: BirdCam view, BrainCam view, BackCam view, and NormalCam view.
To install put the "camswitcher.cs" file in the game/server/scripts folder. Then you need to execute this in the main.cs by adding this line to the end of your main.cs file:

 

                                            
exec("game/server/scripts/camswitcher.cs");}

 


 

Ishbuu Bot's Anti Team Killer Script

 

 


Ishbuu's Team Killer script aka TKPrevention.cs.dso. With his script you can set how many kills before the SOB gets the boot.

 


To install-

Put a copy of the "TKPrevention.cs.dso" file in this location:

~/game/server/scripts

And add this line of text at the end of main.cs file:

 

                                            
exec("game/server/scripts/TKPrevention.cs");

 

Then add this line of text at the end of prefs.cs file:
~/game/server

 

                                            
$Pref::Server::MaxTKs = 3;
//number of team kills someone can perform before being kicked

 


 

All references from THE NEW MODDING RESOURCE
MAX

Sunday, March 20, 2005 at 11:16:57 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald