#Attempted to create unknown modifier type
1 messages · Page 1 of 1 (latest)
-
are those LinkLuaModifiers definitely being executed?
-
are those paths in the second arguments in the LinkLuaModifier correct?
- What file are you linking them in? LinkLuaModifier needs to be called on both server and client
I dont think thats completely true
I've linked modifiers from addon gamemode no issues
it's a recent thing
Some time in august it was changed, and now requires to be linked on client and server. Previously it didnt matter if you linked on client or not.
Modifiers do work if not linked on the client, but they are invisible on the client (they dont show in the bar). Correct me if I am wrong.
modifiers work correct, but i see message.
how to call on server and on client?
Either through addon_init.lua or ability files.
How to add addon_init.lua file?
Open your vscripts folder, create a file there and name it addon_init.lua?
nice. it's work 🙂
create it in the same folder as addon_game_mode.lua?