Hi,
I've implemented a vote check plugin which seems to work fine, however, I've like the rewards to include currency for the economics plugin - does anyone know if this is possible?
Cheers,
Myles
Rust Vote check & reward currency (economics)
Discussion in 'Plugin Requests' started by myles., Aug 23, 2016.
-
Yes it's possible, you have to check if Economy.IsLoaded and not null and call the method something like GetPlayerInformation, don't remember the exact name of the method
-
Yes, in my vote plugin you can do that EasyVote for Rust | Oxide
I add later here hookmethod what you can use.