Open relt-1 opened 1 year ago
I believe the main issue here is the ent_fire
command as running the same command either way (with or without an alias) does not work.
Trying with another command such as alias example say "example"
works but ent_fire simply does not work.
Describe the bug Commands which have quotes with spaces in them wont work when they are under an alias.
To Reproduce
alias halfhealth ent_fire !self addoutput "health 50"
halfhealth
Nothing will happenExpected behavior
halfhealth
should set the player's health to 50, but it simply does nothing.