Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: [DG] Lenny the burger on April 06, 2022, 01:00:58 AM

Title: Any way to run advanced entity commands through rcon?
Post by: [DG] Lenny the burger on April 06, 2022, 01:00:58 AM
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: [Select]
ulx ent prop_physics model|models/props_c17/oildrum001_explosive.mdl|modelscale:0.2instead of
Code: [Select]
ent_create prop_physics model models/props_c17/oildrum001_explosive.mdl modelscale 0.2but if i create a player_speedmod entity through
Code: [Select]
ent_create player_speedmod targetname speedthere is no way to
Code: [Select]
ent_fire speed modifyspeed 2through ulx on a multiplayer server that im aware of, and yes
Code: [Select]
ulx rcon "ent_fire speed modifyspeed 2"does not work.

Any suggestions welcome
Title: Re: Any way to run advanced entity commands through rcon?
Post by: JamminR on April 11, 2022, 12:28:55 PM
What errors are you getting? Concommand blocked?
Ihttps://wiki.facepunch.com/gmod/Blocked_ConCommands

Title: Re: Any way to run advanced entity commands through rcon?
Post by: [DG] Lenny the burger on April 18, 2022, 12:08:41 PM
What errors are you getting? Concommand blocked?
Ihttps://wiki.facepunch.com/gmod/Blocked_ConCommands

I am not getting errors it simple does nothing. Same way running ent_create does not work.