Jump to content
  • 0

2 Characters/profile in game, for assistant admin


AllenFromStacysmom

Question

hey guys,

not sure if you can do this:

for my other admins, sometimes they still wanna play with their friends, but without the power

is there a way that you can log into one profile which you have the admin power,

and another profile you can only play as a regular player.

 

I use infistar, 

i put the player ID for the admin.

 

so can a player/admin have 2 player ID then they can log into the player profile to play, or the admin profile to help out .

 

thanks

 

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I think it would be possible to check for the name of the player and then disable the admin-tool for him.

So every time he wants to play as a normal player he changes his profile to: "nameAsNormalPlayer"

and you add something like 

if (name Player == "nameAsNormalPlayer") then (/*disable Admin-Tools*/);
Link to comment
Share on other sites

  • 0

 

I think it would be possible to check for the name of the player and then disable the admin-tool for him.

So every time he wants to play as a normal player he changes his profile to: "nameAsNormalPlayer"

and you add something like 

if (name Player == "nameAsNormalPlayer") then (/*disable Admin-Tools*/);

nice, do i add it into AH.sqf ?

Link to comment
Share on other sites

  • 0

nope not an exitWith, this would cause some problems for him.

 

I would check for the name, then get PlayerUID of him and remove it from the AdminUID array defined in the AHconfig.sqf. This should be the best to get this done, at least thats the idea i got nor for this issue :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...