• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CounterStrike Problem

aznmist

Golden Member
I can't get the consol out. I checked the cfg file and found it was binded to "~" and "`". Howeverm wehn i pressed those buttons, the console does nto pop up. Someone told me that they had this problem before but fogot how they fixed it.
 
I think you need -console in your command line though I'm not too sure, my command line shortcut is:
cstrike.exe -heapsize 98304 -nojoy -noipx -zone 1024 -dev -nointro -console -numericping -game cstrike


~ELmO
 
-heapsize 98304 = allocates that amount of ram to the game
-nojoy = no joystick, the game doesn't look for a joystick
-numericping = displays the ping numerically as well as with the dots
 
moneyshot i believe MrHelpful is trying to ask about -dev

does anyone know what exactly -dev and -zone 1024 does? or maybe a site where i can read about it?
 
-dev is the developer it turns on an option that shows everyline exicuted by the game so u can see your scripts being executed and it also shows all code and things during the game in the console and echos it to the top left hand corner

-zone is bit more tricky its a command used to legthen the ammount of lines a script can have in counterstrike/halflife default is 32 lines of code i think, -zone 1024 legthens its to 1024 lines of code before the script will no longer execute.

also ill add this one to the list
-toconsole
if u al do alot of direct connections and script executing this is a good tool loads counterstrike directly into the console window
 
Back
Top