Posts

Showing posts with the label CHAT

Counter Strike Some Important Console Commands

Image
1-Client Side Commands: ah 1 Toggles Auto-Help (gives player hint messages throught the game) - Setting of 1 = 'on', and 0 = 'off'. cl_observercrosshair 1 Set to '1' to enable crosshairs in Observer mode, '0' to disable. dm 1 Toggles displaying of map briefings after loading a new map - Setting of 1 = 'on', and 0 = 'off' cl_hidefrags 0 Toggles hiding everyone else's scores except your own - Setting of 1 = 'on', and 0 = 'off' drawradar This turns the radar on fastsprites 0 Sets the complexity of the smoke sprites for the smoke grenade - The range is 0-2, with 0 looking the most like actual smoke hideradar This turns the radar off hud_centerid 0 Toggles the centering of the auto-ID text - Setting of 1 = 'on', and 0 = 'off' lefthand 0 Toggles the use of holding weapons in left hand - Setting of 1 = 'on', and 0 = 'off' listmaps Lists the maps available on the server that t...

How to chat using cmd in your windows PC

Image
 By Parth Patel Share On Google+ Add This To Delicious Tweet/ReTweet This Share on Facebook StumbleUpon This Digg This Hi guys. Here I come up with a very old trick/tutorial that how to chat with one person using Command prompt connected over a single network. Friends, the computer which are connected under same network can support this feature. Unless no. Generally people who work in a company or who are in the same college will use this method. It'll be helpful for them a lot 1] Open notepad then type:  @ echo off :A [[Image:710997 5.jpg|center|402px]] Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A 2] When you're finished, click on file, save as, then save it as messenger.bat. 3] Go to control panel (make sure you are in Classic View). Click on "administrative tools", then click on "services". 4] Now find the "messenger" service in the list on the right, then open it. You'll see "s...