Ulysses Stuff > General Chat & Help and Support
Any way to run advanced entity commands through rcon?
(1/1)
[DG] Lenny the burger:
My ULib/ULX versions (run "ulx version" in console):
ULib v2.63w
ULX v3.73w
I have been trying to run some ent commands through ulx on a multiplayer server, ulx ent works instead of ent_create to create entities with custom keyvalues and spawnflags, but is there any way to do something similar for ent_fire?
Eg: i can run
--- Code: ---ulx ent prop_physics model|models/props_c17/oildrum001_explosive.mdl|modelscale:0.2
--- End code ---
instead of
--- Code: ---ent_create prop_physics model models/props_c17/oildrum001_explosive.mdl modelscale 0.2
--- End code ---
but if i create a player_speedmod entity through
--- Code: ---ent_create player_speedmod targetname speed
--- End code ---
there is no way to
--- Code: ---ent_fire speed modifyspeed 2
--- End code ---
through ulx on a multiplayer server that im aware of, and yes
--- Code: ---ulx rcon "ent_fire speed modifyspeed 2"
--- End code ---
does not work.
Any suggestions welcome
JamminR:
What errors are you getting? Concommand blocked?
Ihttps://wiki.facepunch.com/gmod/Blocked_ConCommands
[DG] Lenny the burger:
--- Quote from: JamminR on April 11, 2022, 12:28:55 PM ---What errors are you getting? Concommand blocked?
Ihttps://wiki.facepunch.com/gmod/Blocked_ConCommands
--- End quote ---
I am not getting errors it simple does nothing. Same way running ent_create does not work.
Navigation
[0] Message Index
Go to full version