Search results

  1. D

    BluePhoenix Admin Tools

    dont need, did you make the changes i put up? there could be trouble with this line, if (1 = 1) then { //all admins if there is, then replace it with this. _alwaystrue = 1; if (_alwaystrue == 1) then { //all admins
  2. D

    BluePhoenix Admin Tools

    i need all the code from Activate.sqf, nvm i went into mine to get it. waituntil {!alive player ; !isnull (finddisplay 46)}; //if ((getPlayerUID player) in ["144708998"]) then { //sleep 10; player addaction [("<t color=""#0074E8"">" + ("Tools Menu")...
  3. D

    BluePhoenix Admin Tools

    no need to send a donation, i dont mind helping if i can. just paste all the code for it in here and ill make the quick changes. this is very simple, you only need to remove the IF statements properly.
  4. D

    BluePhoenix Admin Tools

    i tried it on my server before you even made this post about doing that and it did work. but you also got to edit other files. did it at least prompt you with the scroll action for tools menu?
  5. D

    issues with salvage parts "zombies an items gone?"

    i mean before running the server in general, when i first started my server, i installed everything and then added a bunch of mods before i ever ran the server. and i noticed things werent running properly. so i started over again, by running the server, and then installed 1 mod at a time and...
  6. D

    issues with salvage parts "zombies an items gone?"

    did you start and run the server before you actually added any mods? i noticed mine freaked out when i never loaded it and added mods. and what is wrong with the salvage?
  7. D

    Backpack back to 1.7.7.1

    maybe your looking for this, http://opendayz.net/threads/custom-start-gear-1-7-7.11231/
  8. D

    i cant get this mods not working

    i got teamviewer 7, i can take a quick look i guess. gimme the details
  9. D

    I need help with some problems (custom sound on spawn, Parachuting on respawn/new players)

    Hello, This one works, http://opendayz.net/threads/working-halo-jump-new-re-spawn-only.12113/ I have it working on my server with no issues. make sure you proper edit your server.pbo and repack it once finished or else it wont work. the other steps should be fairly easy. I used option #1
  10. D

    Question, how to increase range of auto refuel....?

    I dont have this in my server yet, I still have an issue that not all of my mods are loading and i fear no one will respond to my post as a lot of basic help questions on this forum are being ignored. so things i can answer, i try and help.
  11. D

    Sarge AI

    works on 1771, here is link http://opendayz.net/threads/sarge-ai-framework-public-release.8391/
  12. D

    I need help with some problems (custom sound on spawn, Parachuting on respawn/new players)

    which thread did you get the parachuting(halo jump) script from? i noticed there is 4 different posts that have the code, but 2 work, but only 1 of them save your inventory. i rather not try and help on skype. as for the audio on spawn, i never used nor tried.
  13. D

    How do i give different players different starting gear?

    maybe this might help, http://opendayz.net/threads/custom-start-gear-1-7-7.11231/
  14. D

    BluePhoenix Admin Tools

    Easy, remove the IFs, and just keep the player addaction waituntil {!alive player ; !isnull (finddisplay 46)}; player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"admintools\Eexcute.sqf","",5,false,true,"",""];
  15. D

    The trees and player models are dark

    Hello, Did you change your advance video settings? I noticed there is options for the rendering that causes this, try loading the default and see if that fixes it.
  16. D

    My server.pbo not working

    This is normally due to an error in your init.sqf in your mission file, are you running any mods?
  17. D

    [Help Request] Only some mods load

    Hello, So I've been setting up my server for the past couple of days and adding new mods and testing each on as i install them before I move on and install another. But it seems it doesnt want to load the last few mods in my init.sqf file now. but if I move the mod to a higher place in the...
  18. D

    i cant get this mods not working

    for the halo jump, did you modify the spawn location in your server.pbo file and then repack it in? also did you add the script provided into your mission.pbo or mission folder and modify your init.sqf? i know halo as i just got it on my server the other day, but i havent installed the intro...
  19. D

    MY SQL Help

    Hello, they are talking about a real database that uses MySQL or MsSQL, id recommend MySQL, this could be a bit out of your league but ill give you some stepping stones to point you into the right direction. go lookup what bit type your machine is, either x86(32bit) or x64(64bit) and go to...
  20. D

    Question, how to increase range of auto refuel....?

    It dont hurt to try and change it, if it works, great, if not, just undo the change. I learn by trial and error.
Back
Top