Got currently this error after todays Wipe:
Error while compiling Build: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31 Got currently this error after todays Wipe:
Error while compiling Build: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31 Same issue
Same issue
Error while compiling Build: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31
Β
Open the plugin file, find and replace these lines:
buildingblock.SendNetworkUpdateImmediate(false); => buildingblock.SendNetworkUpdateImmediate();
baseentity.SendNetworkUpdateImmediate(false); => baseentity.SendNetworkUpdateImmediate();
MTriper
Open the plugin file, find and replace these lines:
buildingblock.SendNetworkUpdateImmediate(false); => buildingblock.SendNetworkUpdateImmediate(); baseentity.SendNetworkUpdateImmediate(false); => baseentity.SendNetworkUpdateImmediate();
It works, tnx. πThe Plugin still need an update π
Hey any solution?
Build - Failed to compile: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31
pcebastian
Hey any solution?
Build - Failed to compile: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31
I have written a solution to the problem. Use it.
Greetings, my update has not been pushed to main and live: https://github.com/maxfiles/uMod-Build/tree/masterΒ Been testing on my game server and is working perfectly.Β