AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   After update problem with events (https://forums.alliedmods.net/showthread.php?t=319791)

supertimor 11-19-2019 17:22

After update problem with events
 
Hi,
I've upgraded already SM to the newest version (6455), therefore are still problems like :

Exception reported: Game event "weapon_fire" does not exist
Exception reported: Game event "round_freeze_end" does not exist
Exception reported: Game event "announce_phase_end" does not exist

Someone? :P
[csgo]

xice1337 11-20-2019 04:23

Re: After update problem with events
 
i have the same with player_jump

Edit:
to be precise:
[SM] Exception reported: Game event "cs_intermission" does not exist
[SM] Exception reported: Game event "weapon_fire" does not exist
[SM] Exception reported: Game event "player_jump" does not exist

Minfas 11-20-2019 10:27

Re: After update problem with events
 
Same problem here
Code:

#CGameEventManager::AddListener: event 'player_death' unknown.
#CGameEventManager::AddListener: event 'round_start' unknown.
#CGameEventManager::AddListener: event 'round_end' unknown.
#CGameEventManager::AddListener: event 'player_connect' unknown.
#CGameEventManager::AddListener: event 'player_disconnect' unknown.


xice1337 11-21-2019 03:27

Re: After update problem with events
 
I found out that the file "pak01_dir.vpk" was corrupted. In there is the modevents.res file which contains the events. I uploaded my local pak01_dir.vpk to the server and now it works again.

fragnichtnach 11-21-2019 06:26

Re: After update problem with events
 
I have this problem with two of my servers. stupid question: are you nitrado customers?

xice1337 11-21-2019 08:01

Re: After update problem with events
 
yup.. they messed up the CS:GO update a bit i guess

Minfas 11-21-2019 13:08

Re: After update problem with events
 
Quote:

Originally Posted by xice1337 (Post 2673825)
I found out that the file "pak01_dir.vpk" was corrupted. In there is the modevents.res file which contains the events. I uploaded my local pak01_dir.vpk to the server and now it works again.

Nope, I replaced it and it does nothing.

EDIT: I fixed my problem, events are running again. The problem was that I had somewhere in my code "Invalid database Handle 0".

fragnichtnach 11-21-2019 17:20

Re: After update problem with events
 
Quote:

Originally Posted by xice1337 (Post 2673825)
I found out that the file "pak01_dir.vpk" was corrupted. In there is the modevents.res file which contains the events. I uploaded my local pak01_dir.vpk to the server and now it works again.

this was the solution for me!


All times are GMT -4. The time now is 11:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.