Get this error "RPC Error in CLProject"
Get this error "RPC Error in CLProject"
I'm trying to get an arena working. After the event if anyone fires a weapon in or near the area zone they are kicked with the following...
NullReferenceException
at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component)
at Rust.Ai.Sense.Stimulate (Rust.Ai.Sensation sensation) [0x0003a] in <9c5f48657c644b2eb874aef2cb811e28>:0
at BaseProjectile.CLProject (BaseEntity+RPCMessage msg) [0x003ef] in <9c5f48657c644b2eb874aef2cb811e28>:0
at BaseProjectile.OnRpcMessage (BasePlayer player, System.UInt32 rpc, Network.Message msg) [0x000c9] in <9c5f48657c644b2eb874aef2cb811e28>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
BaseProjectile:OnRpcMessage(BasePlayer, UInt32, Message)
BaseEntity:SV_RPCMessage(UInt32, Message)
ServerMgr:OnRPCMessage(Message)
ServerMgr:OnNetworkMessage(Message)
Facepunch.Network.Raknet.Server:ConnectedPacket(Connection)
Facepunch.Network.Raknet.Server:Cycle()
ServerMgr:Update()
(Filename: <9c5f48657c644b2eb874aef2cb811e28> Line: 0)
96.8.130.12:19308/76561197970331299/GooGurt kicked: RPC Error in CLProjectI removed and replaced the zone with the "nodecay" as the only flag set to true. I'm running Eventmanger and all dependencies. Only event installed is LastManStanding.
Any suggestions?

could we get a fix for this?
Kinda ruins the entire plugin.
okay guys after ALOT testings i know where this error comes from
how u can make a hotfix ( 2 ways )
the error comes 100000000% from this event manager plugin and has something todo with beeing dead but not realy dead
way 1: deleting the "player.death.db" file while server is offline fixes this without any problems for players
way 2: editing the player.death.db while server is online causes that no one can use sleeping bags/ join the event etc BUT ur able to join the server again (u can just edit the bugged steamid no one else will have this problem)
also dont expect a fix this plugin is not maintained anymore ( several things need a update my event manager is full with custom code )
Merged postbtw RPC clprojekt is because u using the time/wave spawn method ( i fixed that too on my version )
dont use this its buggy as hell
the RPC error that i meant is a different one but u get it alot with this plugin