Search results

  1. Sandbird

    [Release] Headshot Suicide

    I am trying to put this in an Origins server but the option to suicide appears only when i am looking at an object (car, person, etc) and not in general when i have 1 bullet left....i am using : private ["_handGun"]; _handGun = currentWeapon player; if (_handGun in...
  2. Sandbird

    [Resources] - Introduction to Scripting

    Best thread ever ! So glad i found it. The ArmA2.Script.Compiler.v.0.1 was something i need :) Just a quick question..even with the Compiler its a b....h to test code i've written...Isn't there a faster way to test stuff, for example when i create an igame menu right now i write the code, check...
  3. Sandbird

    Release: Player2's Knockout

    same problem here...looks fine in the code...but no selection over another person.
  4. Sandbird

    BE Script.txt script.log debug

    yeah i managed to fix it today. had to add the .sqfs to be sure. I was trying to add http://opendayz.net/threads/1-7-7-1-new-antihack-script.8552 today in the server with no success...i added all the origins addActions in it, tweaked it as much as i could but nothing....even tried enabling...
  5. Sandbird

    BE Script.txt script.log debug

    Thanks for the answer man :) I just figured it out as well...I forgot to put an exception 5 addWeaponCargoGlobal !"CareCrate.sqf"," for my .sqf...I put it everywhere but not where it was supposed to go...I guess 3h trying to figure out scripts.txt does that to a brain .lol On a second note...
  6. Sandbird

    BE Script.txt script.log debug

    Hi, have your figured this out yet ? cause i am having the same problem :)
  7. Sandbird

    Origins Server?

    Update: fixed the SQL so it writes the proper value instead of 1.0e07 but bandits still cant make houses. I checked the code comparing wooden_shed_lvl_1 to large_shed_lvl_1 and it is looking good....so back to 0. Anyone else having problems as bandit to make a house ?
  8. Sandbird

    Origins Server?

    After further examination....Bandits cant build houses....I think there is something wrong with either the code, the SQL trigger or the database table structure of hitpoints in object_data. dayz_server/compile/server_wantbbplz_a.sqf has: _stageAr =...
  9. Sandbird

    Origins Server?

    they dont need the github files, they just need dayz 1.7.6.1 and dayz origins client files 1.7.1 in their arma dir.
  10. Sandbird

    Origins Server?

    The pMoveDead function copies the dead players to the other table but does not remove the dead players from character_data
  11. Sandbird

    Origins Server?

    I am getting a serious problem with this volcano spawn thing....I dont understand why this is happening....Tried everything mentioned here. (change dx9 in commander, relogin ...) Any real solution ?
  12. Sandbird

    Origins Server?

    hmmm using these files...cause it has some addons: https://github.com/joenilan/DayZOrigins They use R3F scripts...
  13. Sandbird

    Origins Server?

    yeah those tools....i was afk a long time trying to check wtf is going on...so probably i've been more than 90sec afk. Not to mention that now i am getting kicked for restriction #251 waitUntil {!isNil "R3F_LOG_PUBVAR_point_attache"}" 21.07.2013 03:08:11: Sandbird (xx.xx.xx.xx:xxxx)...
  14. Sandbird

    Origins Server?

    true that T_T facepalm on my part :) About the admintools....i've added my UID (9 digit number) in the .sqf files but when i roll the mouse i dont get any options....is there a special button or something to bring them up....or am i doing something wrong ? I had a previous admin tool on a...
  15. Sandbird

    Origins Server?

    Can someone please tell me how you can make BEC run 2 .cmds at the same time ? My scheduler.xml right now is like this: <?xml version="1.0"?> <Scheduler> <!--Load Bans--> <job id="1"> <time>000100</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day>...
  16. Sandbird

    CreateVehicle Restriction #48 problem

    Yeah, this my line 49 now and it works fine: 5 "Parachute" !="ParachuteWest" !="ParachuteMediumWest" !"=BTC=_Logistic/=BTC=_Logistic_Init.sqf" !"=BTC=_Logistic/=BTC=_Lift/=BTC=_attachCargo.sqf" !"=BTC=_Logistic/=BTC=_Lift/=BTC=_detachCargo.sqf" Give it a try
  17. Sandbird

    Bus Route

    Awesome job on this script axeman :) I was trying to do something similar with a train. I tried to play with it but i am a bit confused. You have driverKilled.sqf but you are not using it, and from what i can read, it spices up things a bit :) Why did you disable it ? And if i want to enable it...
  18. Sandbird

    Bliss:Saving Newly Created Vehicles to the DB, almost

    The .rpt (which i forgot it ever existed :p) shows this: Mods: Expansion\beta Distribution: 0 Version 1.62.101480 Fault address: 6E34C778 01:0001B778 F:\ArmA 2\DatabaseMySql.dll file: dayz_1 (__cur_mp) world: chernarus Prev. code bytes: CC CC CC CC CC CC CC CC 53 56 8B 74 24 0C 33 DB Fault...
  19. Sandbird

    Bliss:Saving Newly Created Vehicles to the DB, almost

    Saving vehicles crashes my server. The arma.exe simply crashes.... Last line recorded on the log file was: 2013-03-07 17:53:35 HiveExt: [Information] Method: 999 Params: INSERT INTO `instance_vehicle`(`world_vehicle_id`,`last_updated`, `created`,`instance_id`) VALUES...
  20. Sandbird

    Add your own custom sounds

    Is there i way i can change the ending music on my server ? The "You are dead" music i mean. I know there is a a way to do it on pause with onPauseScript = "runsscript.sqf" and then play the music there, but how can i do it in the end ? Thanks
Back
Top