Hi my first post here I have searched around for a fix and I haven't seen any one with it yet. But I cant seem to get the echo to show on my screen or console but any help would be awesome.
but heres the script
alias "dev0" "developer 0"
alias "dev1" "developer 1"
// Adjust the amount of waits in the next alias until you find the one that works the best according to your system and connection.
alias w3 "wait; wait; wait; wait; wait"
alias "cycle" "cyclesemi"
alias "cycleauto" "bind mouse1 +attack; dev1; echo <-------------------- AUTO FIRE -------------------->; alias cycle cyclesingle"
alias "cyclesingle" "bind mouse1 single; dev1; echo <-------------------- SINGLE FIRE -------------------->; alias cycle cyclesemi"
alias "cyclesemi" "bind mouse1 semi; dev1; echo <-------------------- SEMIAUTO FIRE -------------------->; alias cycle cycleburst"
alias "cycleburst" "bind mouse1 burst; dev1; echo <-------------------- BURST FIRE -------------------->; alias cycle cycleauto"
alias "single" "+attack; w3; -attack"
alias "semi" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"
alias "burst" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"
Sorry I was thinking and i created a server and turned on sv_cheats on and it shows now but most servers dont run this any way to bypass this?
I also get this when sv-cheats is off
Can't use cheat cvar developer in multiplayer, unless the server has svcheats set to 1.
<-------------------- SEMIAUTO FIRE -------------------->
Can't use cheat cvar developer in multiplayer, unless the server has svcheats set to 1.
<-------------------- BURST FIRE -------------------->
Posted by Trigger911
Sorry I was thinking and i created a server and turned on sv_cheats on and it shows now but most servers dont run this any way to bypass this?
I also get this when sv-cheats is off
Can't use cheat cvar developer in multiplayer, unless the server has sv_cheats set to 1.
<-------------------- SEMIAUTO FIRE -------------------->
Can't use cheat cvar developer in multiplayer, unless the server has sv_cheats set to 1.
<-------------------- BURST FIRE -------------------->
Devloper is a cheat (as of a few months ago i believe) and will give you an warning message when you try to do that. Just take out the developer part, you don't even need that in your script