TheMakaan 12 Posted March 19, 2016 I'm trying to find out if I can assign the ability to use Zeus to a particular nickname in game, or a UID, I've tried searching and I've not come up with any information on this, so any you can send my way would be greatly appreciated. 1 Share this post Link to post Share on other sites
das attorney 858 Posted March 19, 2016 google "zeus uid arma" or zeus admin arma". Plenty of info there. Share this post Link to post Share on other sites
TheMakaan 12 Posted March 19, 2016 Yeah, the first post Game master owner, seems very complex, is there just a simple Inti I can put into the Zeus Module to allow it to be used by only one username or UID ? 1 Share this post Link to post Share on other sites
SM_BJS 10 Posted September 16, 2016 Try entering the call-sign in the name box in the zues game master module. https://imgur.com/a/intOg If that doesn't work, try naming the description of the player that is using Zeus. https://imgur.com/a/RrZfy If not, try editing the group call sign for the player that is using zeus. https://imgur.com/a/0DW5F Hope this helps :) Share this post Link to post Share on other sites
Tajin 349 Posted September 21, 2016 Very simple solution for just one player: if (hasInterface) then { if (getPlayerUID player) isEqualTo "0012301203102301230" then { [player, allCurators select 0] remoteExec ["assignCurator", 2]; }; }; Goes in your init.sqf Share this post Link to post Share on other sites