scripting. "developer 1"

  • Thread starter Thread starter 2n193r
  • Start date Start date
2

2n193r

Guest
I am bouilding a script pack for CS:S. I want to use the developer command so i can feed the information to the user. But it never seem to work for me. If i was to have it like this "alias d0 """ it would work but i want it not show every thing in the console. How do i do this, i saw ppl do this in other scripts. this is just a few lines from 2 files in the script. (i exec every thing and every thing shows up in the console corectly.
Code:
//base.cfg
alias d0 "developer 0"
alias d1 "developer 1"
con_notifytime 3
contimes 4

//weapons.cfg
alias m4 "buy m4a1; buy ak47"
alias m4d "d1; echo m4a1 or ak47 selected; d0"
alias famas "buy famas; buy galil"
alias famesd "d1; echo famas or galil selected; d0"
alias aug "buy aug; buy sg552"
alias augd "d1; echo aug or sg552 selected; d0"
 
Back
Top