Search results

  1. M

    DayZ GUI Loadout/Backpack Editor for Bliss (v1.2)

    possible to add a "username / password" with an attached player id so you could allow admins to change their gear?
  2. M

    *Need help* Gear menu VS Esc menu

    buy the most recent ones they are better. still have the gear thing but its there to stop hackers or deter them from leaving the game and coming back with hacks.
  3. M

    Base/Area Protection - Need help!

    gj detective... anyone with a .st account can update the wiki i simply updated it after post #3 hence the "they are updated.". :p
  4. M

    Base/Area Protection - Need help!

    they are updated. not sure why no one pointed that out before...
  5. M

    *Need help* Gear menu VS Esc menu

    its your anti hacks
  6. M

    Pulling data from SQL table in script

    thanks will also try this out when I'm off work. thank you! I think i can use the instance id part for the different safe zones. @OP sorry for highjacking :p
  7. M

    Pulling data from SQL table in script

    how can i use this is a script like the "safezone's"? currently. I want to pull/store the user id in a database and place them in the script. would it work like this? or do i need to then format it somehow to look like this "123141" , "345353" , "456353" // define query _key = format...
  8. M

    Add vehicle with custom item inside the gear, help.

    oh i c yeah that's a lot different. idk how to add inventory to a map editor vehicle. I would guess there is an option to add it in the editor and then save that into your mission file somehow. Might be easier to use a weapon cache like they have here.
  9. M

    Add vehicle with custom item inside the gear, help.

    I do not think we are allowed to help anyone from Brazil here... :p Anyway i think what you want to do is goto the vehicle table and change what items the vehicle spawns with. For example the huey spawns with 5 cokes in it like this: [[[], []], [["ItemSodacoke"], [5]], [[], []]] but you...
  10. M

    Map help PLEASE :(

    mission.sqf If you want upload your mission file and i will add it.
  11. M

    Vehicles Spawning Fully Repaired

    it is possible to run it while the server is running. it wont fix anything till rs and anything damaged prior will still be damaged as it will be over written.
  12. M

    Vehicles Spawning Fully Repaired

    jevans my brother this is going to change your life(I hope your sitting down): update instance_vehicle set fuel=1, damage=0, parts='[]' Run that query and in a matter of seconds every car on your map with be full refueled and repaired. If you are using the .st phpmyadmin simple open the...
  13. M

    Pulling data from SQL table in script

    is the child 999 a read / write permission? like 309 is read 999 is write?
  14. M

    Pulling data from SQL table in script

    so to call it would this work? if ((getPlayerUID player) in ["_playerisadmin"]) exitWith can't be that simple i'm sure.
  15. M

    Pulling data from SQL table in script

    so say you wanted to pull a group of admins who can use a script you could do... _playerisadmin = format["CHILD:999:select adminID, from admins where instance_id = ?:[%1]:", dayZ_instance]; then _playerisadmin would be your list of admins?
  16. M

    Pulling data from SQL table in script

    "[nil, nil, rSPAWN, [_crier, _payload], { (_this select 0) globalChat (_this select 1) }] call RE;" \n guess that's it???
  17. M

    Pulling data from SQL table in script

    I would guess you could use something like the code here since this is doing just that. But I'm not that great with c++ so i dont see the part where it actually does the "display message on server". I see the rpt logs but not the global msg to server.
  18. M

    Map help PLEASE :(

    class Markers { items=1; class Item0 { position[]={12416.45, 9542.7188, 0.00014019012}; name="High Value Loot"; text="High Value Loot"; type="waypoint"; colorName="ColorRed"; }; }; try this.
  19. M

    Safe Bases - Almost Complete

    I'm starting to figure it out. I have been doing c++ tuts to understand the code. If i come up with a solution i will let you know. Thanks for your help!
Back
Top