JBMod / jbmod

Official bug tracker and request tracker for JBMod
https://www.jbmod.com/
14 stars 1 forks source link

Alias command is not working as intended #82

Open relt-1 opened 1 year ago

relt-1 commented 1 year ago

Describe the bug Commands which have quotes with spaces in them wont work when they are under an alias.

To Reproduce

  1. Have sv_cheats enabled
  2. Do alias halfhealth ent_fire !self addoutput "health 50"
  3. Do halfhealth Nothing will happen

Expected behavior halfhealth should set the player's health to 50, but it simply does nothing.

mvoolt commented 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.