Jump to content
TheMakaan

Zeus assigned to Name

Recommended Posts

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.

  • Like 1

Share this post


Link to post
Share on other sites

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 ?

  • Like 1

Share this post


Link to post
Share on other sites

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×