-
I want my server to paste in props for an event that happens every hour or so automatically. Is this something adv dupe is currently capable of doing without extreme modifications? |
Beta Was this translation helpful? Give feedback.
Answered by
thegrb93
Mar 9, 2024
Replies: 1 comment
-
You can add a hook here to call PasteMap. https://github.com/wiremod/advdupe2/blob/master/lua/autorun/server/advdupe2_sv_init.lua#L117-L118 Pretty easy |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
C-olossal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a hook here to call PasteMap. https://github.com/wiremod/advdupe2/blob/master/lua/autorun/server/advdupe2_sv_init.lua#L117-L118
Pretty easy