Details

Last Updated
4 months ago
First Uploaded
4 months ago
Downloads
838
Likes
0
Size
51KB
Dependency string
hinyb-MPSelector-1.0.2
Dependants

Categories

hinyb-MPSelector

This is a small mod that allows you to select player, which can help develop mods.

How to use

  • Press Tab to recyclic selected player

  • Initialize

mods.on_all_mods_loaded(function()
    for _, v in pairs(mods) do
        if type(v) == "table" and v.MPselector then
            _G["get_select_player"] = v["get_select_player"]
        end
    end
end)
  • Use the function to get CInstance of the selected player or nil.
get_select_player()

How to binding

Feedback

https://github.com/hinyb/hinyb-MPSelector/issues

Installation Instructions

Installation FAQ

Special Thanks To

  • The Return Of Modding team
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.