Search results

  1. Sandbird

    how to Create Custom Weapon box?(to add I made Example)

    Add in line 2 in your createvehicle.txt this at the end (might be line 1 though) : ->>> !="USBasicWeaponsBox"
  2. Sandbird

    Trouble in an 'if' statement.

    Awesome :) Thanks for this. I also found this last night : http://kronzky.info/snippets/strings/index.htm Looks nice as well for but for array functions
  3. Sandbird

    Trouble in an 'if' statement.

    I think i figured it out.. _name = toArray _wpn_type; _name resize 7; if (toString _name != "ItemKey") then { {show the weapons...} } but still is there any command that does that...
  4. Sandbird

    Trouble in an 'if' statement.

    I got this : _wpn_type = configName _weapon; that runs in a loop and produces weapon names to an admin panel. I want to make an if statement that checks for the string in _wpn_type and if it starts with "ItemKey" then ignore the if statement. Epoch server has alot of ItemKeyXXXX where XXXX is a...
  5. Sandbird

    Private Hive Tools [PHP]

    I am also having problems with Wamp.....all my magic quotes are off and mysqli enabled. no connection to DB or not enough RIGHTS.
  6. Sandbird

    how to Create Custom Weapon box?(to add I made Example)

    Have you tried with a USbox instead ? private ["_currBox","_selectedBoxPos","_mypos","_dir"]; _selectedBoxPos = "USBasicWeaponsBox"; _mypos = [10373.1,2234.46,0.031]; _dir = 209; _currBox = createVehicle [_selectedBoxPos, _mypos, [], 0, "CAN_COLLIDE"]; _currBox setDir _dir; _currBox...
  7. Sandbird

    [Release] Sector FNG Island

    I've been trying to spawn loot on a carrier that i inserted and the loot spawns 90m above ground when i put helicrash crates on it. Then it disappears after a few seconds pass. (Above water loot spawn) The problem is not the custom loot scripts you guys are doing....the problem is this command...
  8. Sandbird

    [TUTORIAL] Deployable bike. {1.7.7.1}

    And how do you give the bike ? I started up the server, but i dont have anything in my inventory to deploy.. How do we get it oO ?
  9. Sandbird

    [TUTORIAL] Deployable bike. {1.7.7.1}

    Where are these actual files ? i cant find them in any .pbo: picture = "\ca\weapons_e\data\icons\staticX_CA.paa"; picture of the item icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; icon of the item model = "\ca\weapons_e\AmmoBoxes\StaticX.p3d"; Nevermind....found them in...
  10. Sandbird

    Aircraft Carrier loot positions.

    I am also working on this to create loot on the boat....but even though i set the height of the spawned loot....they spawn at the bottom of the ocean.... Go to the nose of the ship (maybe 10-20m further) and get in the water (use god mode so you dont die) then wait for the wave to come to eye...
  11. Sandbird

    Adding aircraft carrier [Simplified]

    If we dont have a bliss server...(addont folder) how do we go about installing that pbo ? I just have my MPMissions folder which inside has the missionfile.pbo and the missionfile folder with all the current client scripts. -Thanks EDIT: Nevermind, found my addons folder :) -Thanks
  12. Sandbird

    Origins Server?

    I use this to backup my database....Assuming you have a php/apache installed on the same pc you got the database....lets just say WAMP....then on the server startup.bat file add this: echo Creating a backup of your database... FOR /F "tokens=1-4 DELIMS=/ " %%F IN ('date /T') DO (set...
  13. Sandbird

    Origins Server?

    I've wrote my own trigger in the SQL so it corrects that 1.0e07 error written in the database. (in the hitpoints data). I checked the code in the sqfs and it was suppose to write : [["stage_1",0],["stage_2",0],["Sandbird",9999999],["passwordtut",1111]] and not that 1.0e07 crap. This sql...
  14. Sandbird

    Getting Server to Show up on DayZ Commander

    port forward these ports to your PC local IP: TCP 2300 - 2400 UDP 2300 - 2400 TCP 28800 - 28900 UDP 28800 - 28900
  15. Sandbird

    BlurGaming - Updated Anti-Hack Public Release

    Will this work on an Origins 1.7.1 server ?
  16. Sandbird

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    I am still getting kicked for: 28.07.2013 16:34:10: Sandbird(xx.xx.xx.xx:xx) xxxxxxxxxxxxxxxx- #1 1.000000 3:69 ori_zombie7L But my setdamage.txt is : 5 "1.000000" !="zZombie_Base" !="z_hunter" !="z_teacher" !="z_villager1" !="z_villager2" !="z_villager3" !="ori_zombie1" !="ori_zombie2"...
  17. Sandbird

    [Release] Fred's Zombie Bait (WIP)

    Getting an error when i place the bait. And also when i am alone in the server....no problem....but when there are other team mates around me when the bucket is down there is extreme lag on the server. My zombie_findtarget file...
  18. Sandbird

    [Resources] - Introduction to Scripting

    Do you mean the Arma Editor ? Cause with that i could never preview the MP missions..i had to start a server and then join it to test...I wish i could preview the map as in SP...that would make it so much easier :/
  19. Sandbird

    Help with ingame menu

    I am having a small problem with adding a custom ingame menu. I've tried using some scripts in this forum like Fred's Zombie Bait and Suicide script with Origins files. The problem is that the menus dont show ingame...or if they do they are showing when they are suppose to. I think the problem...
Back
Top