Recent content by zedmag

  1. Z

    Bloodline Server

    I don't know. I still utilize it when playing with friends on fast paced pvp servers like WICKED Overwatch. But not so much on anything else.
  2. Z

    Bloodline Server

    Pretty simple if you just read the instructions. But if you want someone to do it for you, I'm sure it won't be free.
  3. Z

    Script Questions

    No you didn't......
  4. Z

    Script Questions

    Hahaha. ^this guy.
  5. Z

    Script Questions

    I wonder if you could spawn raw meat into the inventory of the dog after the kill. So when it returns it has raw rabbit or cow in its inventory. Or zombie parts. Or human meat. When it kills its prey.
  6. Z

    Script Questions

    I like that idea. Tame zombies with the brains of dead players. Or Human meat.
  7. Z

    Script Questions

    You could use a variation of the right click action and the vehicle locate on gps script to locate your dogs and their kills.
  8. Z

    Script Questions

    what does your define of _TargetPrey look like? you also might define the pos first to such as _TargetPrey = ???; _DogPos = getPos _WildDogs; diag_log format ["WildDogs: WildDogs Killed %1 near 2%",_TargetPrey,_DogPos];
  9. Z

    Is it possible to have a script delete an item once it's been used?

    true...very very true...too many anight have i woken up with the "it was a missing comma!!"
  10. Z

    Is it possible to have a script delete an item once it's been used?

    yea im not sure why he had all that other stuff in there. i do like the case 0, 1, 2 look. though i like having my lines ontop of one another rather than side by side. depending i guess.. and i do the if/then just incase i need to add an if/then/else in one or more of the cases, so i can...
  11. Z

    Is it possible to have a script delete an item once it's been used?

    haha. right? im on my puter now. and i still didnt get it right. so i just went with this.. _vehicle_157 = objNull; if (true) then { _this = createVehicle ["Infostand_2_EP1", [0, 0, 0], [], 0, "CAN_COLLIDE"]; _vehicle_157 = _this; _newpos = floor (random 3); if (_newpos == 0) then {...
  12. Z

    Is it possible to have a script delete an item once it's been used?

    thats what i thought..i was just about to try it out lol
  13. Z

    Is it possible to have a script delete an item once it's been used?

    i cant seem to figure out why hes getting a missing ; error though. yea im confused as shit righ tnow. too many beers i guess.
Back
Top