EventScripts-Emulator icon indicating copy to clipboard operation
EventScripts-Emulator copied to clipboard

A Source.Python plugin that is able to run EventScripts addons.

Results 15 EventScripts-Emulator issues
Sort by recently updated
recently updated
newest added

Russian Russian is the problem that the emulator refuses to see the Russian language in the chat, this is shown in the screenshot English language and numbers are present in...

Using es playerset model with a prop causes all player clients to crash on that player's death. So using this causes client crashes on death: es playerset model USERID models\props_c17\oildrum001.mdl

``` 2021-06-12 13:56:43 - sp - EXCEPTION [SP] Caught an Exception: Traceback (most recent call last): File "..\addons\source-python\plugins\es_emulator\eventscripts\es.py", line 284, in triggerEvent self.EventListeners[eventname][listener](event_var) File "..\addons\source-python\plugins\es_emulator\eventscripts\esc\addon.py", line 33, in __call__ self.run(priority=True)...

bug

I'm trying to run this with Warcraft mod and many races. I have checked every other plugin one by one but at end of the day if I disable ES_Emulator...

``` 2021-02-16 12:10:40 - sp - WARNING [SP] Encountered a Warning: File '../addons/source-python/plugins/es_emulator/eventscripts/corelib/exp/exp.py', line 55: DeprecationWarning invalid escape sequence \: 2021-02-16 12:10:40 - sp - WARNING [SP] Encountered a Warning:...

Whenever I'm using smokestacks & es_fire commands which includes a .vmt, I get a late precache at map start. The fire.vmt in this case has been added to the download...

When you use the playerset model command it will set the player model to the intended model, so this part works flawlessly. But if you later wish to change the...

bug

…_soon Using es_(x)delayed or es_(x)soon with custom server commands would ignore the 1st argument of the custom command

Hi! I am trying to get the primary or secondary player's weapon. I'm getting errors. ``` block load { es_xset secondary_variable 0 es_xset primary_variable 0 } event player_jump { es...

eventscripts code: ``` event player_spawn { es wcs_disable_attack event_var(userid) 0 es_msg [ESS] disable attack: event_var(userid) (Event Spawn) } ``` sourcemod code for registerd ConCommand: ``` public OnPluginStart() { RegServerCmd("wcs_disable_attack", DisableAttack_CMD);...