Jump to content
OlegAckbar

Get class name of respawn loadout after respawn

Recommended Posts

I want to get name of respawn loadout class after respawn, is there way I can do this?

Share this post


Link to post
Share on other sites
//While the player is looking at the respawn menu
//holds data for roles and loadouts
uiNamespace getVariable "BIS_RscRespawnControls_invMetadata";

//Once respawned holds players selected role and loadout indexes
uiNamespace getVariable [ "BIS_RscRespawnControls_selected", [] ];

 

Share this post


Link to post
Share on other sites

When (.. or how) should I catch variable "BIS_RscRespawnControls_invMetadata"?  Can you please descibe it little bit more? THX

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×