Adding file .cs help

05/01/2010 10:26 SagabDarkness#1
i seen a post from someone called pro4never on how to add the counter kill to the game.

he said something about making a .cs file and adding the code in it.

What program will I need to do make a .cs file?
05/01/2010 11:06 pintser#2
U need a source at first..
Then u need C# ([Only registered and activated users can see links. Click Here To Register...])
Then u right click on ure prject, and click: add> New Item
Then u get a Menu..
Then u select: Code File and press ok.

done :)..
Now u can copy&Paste his release to Code.cs (u probably have to rename it)
*Thanks ?
05/01/2010 20:24 Arcо#3
Quote:
Originally Posted by pintser View Post
U need a source at first..
Then u need C# ([Only registered and activated users can see links. Click Here To Register...])
Then u right click on ure prject, and click: add> New Item
Then u get a Menu..
Then u select: Code File and press ok.

done :)..
Now u can copy&Paste his release to Code.cs (u probably have to rename it)
*Thanks ?
Shouldn't it be Class File, or does that not even matter?
05/02/2010 00:47 SagabDarkness#4
Thanks guys I'll try that out and with that can I edit it not just on my client side to see but for everyone else who is playing? and can I edit the colors and stuff in the game like changing garments and what not?
05/02/2010 01:25 herekorvac#5
Quote:
Originally Posted by .Arco View Post
Shouldn't it be Class File, or does that not even matter?
Code file is an empty file..

basically its without the

use system;

and namespace { } and class { }

lets you do it yourself..