ebass Posted March 21, 2014 Report Share Posted March 21, 2014 spectated while flying a chopper. when i hit F3 it took me back to where i took off in the chopper. Link to comment Share on other sites More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 spectated while flying a chopper. when i hit F3 it took me back to where i took off in the chopper. Caused by the way epoch handles character location saves. Link to comment Share on other sites More sharing options...
ebass Posted March 21, 2014 Report Share Posted March 21, 2014 Caused by the way epoch handles character location saves. Ok, was just letting you know. Link to comment Share on other sites More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 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 More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 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 More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 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 More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 yes i did whit the name aslo i cant figure whats going wrong Post it to pastebin and give me the link. I have a feeling something was done wrong in that file. Link to comment Share on other sites More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 http://pastebin.com/AqfuQw3r something like that ? sorry kinda new too :D Link to comment Share on other sites More sharing options...
Pro_Speedy Posted March 21, 2014 Report Share Posted March 21, 2014 http://pastebin.com/AqfuQw3r something like that ? sorry kinda new too :D Put a comma after your first ID! Link to comment Share on other sites More sharing options...
Pro_Speedy Posted March 21, 2014 Report Share Posted March 21, 2014 // Epoch Admin Tools //Replace 111111111 with your ID. AdminList = [ "152561899", // <Your In-Game Name here> "111111111" // <Admin In-Game Name> ]; ModList = [ "", // <Moderator In-Game Name> "" // <Moderator In-Game Name> ]; tempList = []; //DO NOT MODIFY THIS VARIABLE Try this Link to comment Share on other sites More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 Shoul i leave the admin in-game name empty too or its better to use it Link to comment Share on other sites More sharing options...
Pro_Speedy Posted March 21, 2014 Report Share Posted March 21, 2014 Shoul i leave the admin in-game name empty too or its better to use it Up to you, useful if you have multiple people Link to comment Share on other sites More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 O GOD PRO_SPEEDY I LOVE U !!!! work tnx alot mr :D if i wanna add more admin after the first ID like AdminList = [ "152561899", "152561899" do i only have to get a second like that or Link to comment Share on other sites More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 O GOD PRO_SPEEDY I LOVE U !!!! work tnx alot mr :D if i wanna add more admin after the first ID like AdminList = [ "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 More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 A really huge TNX again speedy and Noxsicarius Link to comment Share on other sites More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 hi again as soon as i put anothers id it seem to stop working again http://pastebin.com/xURiqmYB forgot it sorry :D Link to comment Share on other sites More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 hi again as soon as i put anothers id it seem to stop working again Throw me a pastebin again. Remember to always provide the code in question to make it easy for trouble shooting or it will take longer to solve. Link to comment Share on other sites More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 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 More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 is the line always have to go down that way it make it alot easier to read but some other look like the one i link some kind mess up Link to comment Share on other sites More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 is the line always have to go down that way it make it alot easier to read but some other look like the one i link some kind mess up No it can be like this: AdminList = ["152561899","169113699","123456789", "789456123" ]; // noks, MINDE-LT, Nox, Origin Link to comment Share on other sites More sharing options...
Cinjun Posted March 21, 2014 Report Share Posted March 21, 2014 Nox, you're such a stud. :wub: Link to comment Share on other sites More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 Nox, you're such a stud. :wub: Lol, just a code lover :P Link to comment Share on other sites More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 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 More sharing options...
NoxSicarius Posted March 21, 2014 Author Report Share Posted March 21, 2014 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 More sharing options...
3l3m3nt Posted March 21, 2014 Report Share Posted March 21, 2014 I will do until i get more knowledge :D i already have some hard time writing english whitout making error :D tnx again man Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now