Search results

  1. S

    [SUPPORT] Mission vehicles warning + Bicycle handbrake

    why not just set a GetIn EventHandler which tells the player that this vehicle is despawning on restart right in the vehicle spawn. So you dont have to check everytime for a variable and if the player is in a vehicle: Yes this can be set on the server.pbo _object addEventHandler ["GetIn",{...
  2. S

    Help with install \ server crashes

    try sheeps repack. you find there alot of scripts already done :)
  3. S

    make ai dance

    nope no chance, looks like they can only do certain animations. you defently need units which also have an animation to hold a weapon :)
  4. S

    make ai dance

    Yes i think so too. Every unit which can hold a weapon also can dance :confused: But did not test it, so maybe there is still a chance (:
  5. S

    Krixes - Self Bloodbag Script

    http://epochservers.com/viewtopic.php?f=14&t=13 But it also should work on vanilla :) If not I can help you to get this working
  6. S

    make ai dance

    As soon as I get home I will try it out :) Can you give me the animation name?
  7. S

    Krixes - Self Bloodbag Script

    Also there is an option to make it with right click on the blood bag which in my opinion is a bit better :)
  8. S

    neon lights for cars

    just change some numbers here and there: _lightArea setLightColor [0.5,0,0]; //[0.1,0.005,0.005]; _lightArea setLightAmbient [0.2,0.01,0.01]; also try to set the brightness so it fits to a neon light. Another point is there is no option to switch off the light ^^
  9. S

    Krixes - Self Bloodbag Script

    try to replace der Krixes Selfaction with this: if((speed player <= 1) && ("bloodBagONEG" in magazines player) && _canDo) then { if (s_player_selfBloodbag < 0) then { s_player_selfBloodbag = player addaction[("<t color=""#c70000"">" + ("Self Bloodbag")...
  10. S

    neon lights for cars

    ok tested and is working: neonlight.sqf private ["_vehicle"]; _vehicle = _this select 3; _lightArea = createVehicle ["#lightpoint", (position _vehicle), [], 0, 'CAN_COLLIDE']; _lightArea setLightColor [0.5,0,0]; //[0.1,0.005,0.005]; _lightArea...
  11. S

    [Help] Server isn't saving buildables to hive anymore

    should not be the problem. you can even dublicate objects with exact same worldspace, inventory, etc. and they should not disappear. For me its sounds like there is something wrong with your upgrade script, but since you do not give us any logs we only can guess whats the problem
  12. S

    neon lights for cars

    Ok as I thought. I will post you tomorrow a version which will definitely work, you will just need to make some changes to your liking (*^o^*)
  13. S

    neon lights for cars

    ok let me give you some help here :) first what you need is the fn_selfaction.sqf (if you not having one, i will help you to get it) Next step would be if you tell me on which mod you want to install it, its not that important but could help to get this easier done. so lets start from the...
  14. S

    Krixes - Self Bloodbag Script

    I can not tell now because I'm on my phone now. But try to spawn the blood bag with your blood type and see if you can right Click on it or if you get a scroll Menu. Else I will help you to get this installed :D
  15. S

    Krixes - Self Bloodbag Script

    Don't need to be mad Dave. Like I've told you, you do not need this script on the 1.8.2 version since it has its own self blood bag (or I forgot there something) But if you wish to install it just keep in mind that the bllodbags class names changed since this version released (at least for...
  16. S

    Krixes - Self Bloodbag Script

    dayz 1.8.2 has already an self bloodbad script. you dont have to install this one on your server
  17. S

    Lost the remove plot pole option

    how about posting your fn_selfaction, so we can check whats wrong with it?
  18. S

    [Help] Server isn't saving buildables to hive anymore

    have you exactly tested when the buildings disappear? Check if its on upgrading or on build Just try to reproduce the error and see whats causing it
  19. S

    [REQUEST] A script that fakes the number of players online.

    to be honest: Your server is like 98% of the other Servers. You dont have anything special which you cannot find on other servers. If you looked around a bit you could easily find a really nice Script Pack which has all Scripts you like and players love. With that its alot easier to give players...
Back
Top