Jump to content

Recommended Posts

hi i  have install the admin tool as show in the instruction and it work well , the only problem i cant see the admin tool menu anymore :(   ive try updating battleye whit the folder include in the package and it seem to do nothing . anyone have a suggestion on how to fix that

 

 

Tnx for taking time :D

Link to comment
Share on other sites

hi i  have install the admin tool as show in the instruction and it work well , the only problem i cant see the admin tool menu anymore :(   ive try updating battleye whit the folder include in the package and it seem to do nothing . anyone have a suggestion on how to fix that

 

 

Tnx for taking time :D

 

Have you put your correct ID in the AdminList.sqf ?

Link to comment
Share on other sites

yes i did whit the name aslo  i cant figure whats going wrong

 

// Epoch Admin Tools
//Replace 111111111 with your ID.
AdminList = [
"1234567" // <Your In-Game Name here>
"3l3m3nt" // <Admin In-Game Name>
];
ModList = [
"", // <Moderator In-Game Name>
"" // <Moderator In-Game Name>
];

tempList = []; //DO NOT MODIFY THIS VARIABLE

Link to comment
Share on other sites

 

 

  1. // Epoch Admin Tools
  2. //Replace 111111111 with your ID.
  3. AdminList = [
  4. "152561899", // <Your In-Game Name here>
  5. "111111111" // <Admin In-Game Name>
  6. ];
  7. ModList = [
  8. "", // <Moderator In-Game Name>
  9. "" // <Moderator In-Game Name>
  10. ];
  11.  
  12. tempList = []; //DO NOT MODIFY THIS VARIABLE

 

Try this

Link to comment
Share on other sites

 

O GOD  PRO_SPEEDY I LOVE U !!!! work tnx alot mr :D  if i wanna add more admin   after the first ID like

  1. AdminList = [
  2. "152561899",  "152561899"    do i only have to get  a second like  that or

 

Just like this. Told you it was in that file :P

AdminList = [
"152561899", // <3I3m3nt>
"123456789", // <Some other guy>
"215364985" // <Some other other guy>
];
 
Remember that the LAST entry does not have a , (comma) but all others above it must have the , (comma)
Link to comment
Share on other sites

hi again as soon as i put anothers id it seem to stop working again

 

 

http://pastebin.com/xURiqmYB  forgot it sorry :D

 

This will work:

AdminList = [
"152561899",// <noks>
"169113699" // <MINDE-LT>
];

Don't put the name in " " ONLY the ID goes in the "" the name goes after the // here is an example code if you want to add more admins:

AdminList = [
"152561899",// <noks>
"169113699", // <MINDE-LT>
"123456789", // <Nox>
"789456123" // <Origin>
];

Notice that ONLY numbers for the ID is with in the "" Also notice where the , (comma) is placed, and notice where the names are placed. Always keep this format or it will not work.

Link to comment
Share on other sites

Alright everything seem to be working waiting  on the other admin to log to see if the change will be working for him too . Again tnx alot for taking time to help a rookie  :D  I will prolly need help lot more but im learning :D next thing on the list safezone and lot more :D let hope it will endup going a little easier for me :D

Link to comment
Share on other sites

Alright everything seem to be working waiting  on the other admin to log to see if the change will be working for him too . Again tnx alot for taking time to help a rookie  :D  I will prolly need help lot more but im learning :D next thing on the list safezone and lot more :D let hope it will endup going a little easier for me :D

 

If you don't have the general coding knowledge just go with the easy scripts to set up. Safezones are change free. All you do is add it in and it works. Some scripts require a lot of changes so stay away from those until you learn more about the modding.

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
×
×
  • Create New...