m1ndgames 10 Posted May 18, 2015 Hi, is there a way to check which respawn template was choosen? I could search the players loadout for a unique item, but i would prefer to get the actual classname... Reason: Needed to implement class restrictions (pilot, crewman, medic, etc...) Share this post Link to post Share on other sites
Larrow 2822 Posted May 19, 2015 Just add to each player the inventories their allowed using BIS_fnc_addRespawnInventory. Share this post Link to post Share on other sites
m1ndgames 10 Posted May 19, 2015 I do that, but how can i find out what respawn inventory was choosen by the player after he respawned? Share this post Link to post Share on other sites
killzone_kid 1331 Posted May 19, 2015 Have you tried something like BIS_fnc_respawnMenuInventory_selected? Share this post Link to post Share on other sites
m1ndgames 10 Posted May 19, 2015 damn! i should look more into the actual functions... thank you very much! Share this post Link to post Share on other sites