Search results

  1. G

    Taviana 2.0 Custom Loadouts

    Will, do you have a TS3 or would you care to join into mine? I have two custom scripts I'm working on and need a new perspective. One works and my players LOVE it but it is exploitable, and haven't got the other going. They are awesome addons for the community.
  2. G

    Taviana 2.0 Custom Loadouts

    Very nice! Please share?! It's the little things like that, that drive me nuts! Lol
  3. G

    Implementing VFLadder - Action only shows up when pointing at object

    Hey bro, you had any chance to mess with this? I haven't but may have time later this week. Just curious.
  4. G

    Taviana 2.0 Custom Loadouts

    Exactly what I mean. Let me know what you find and thanks. Last error with DayZ.st is the in game messages. I don't like anti hacks cause it kicks players for using features in my server like base building. I'd love to figure out what's up with that.
  5. G

    Taviana 2.0 Custom Loadouts

    Lmao! Sounds like something I'd do! Now I just need to get spawn points to work! Only 3 spawns work on my server. You got a fix for that?
  6. G

    Taviana 2.0 Custom Loadouts

    So far so good! Haven't tested myself yet but clan mate just did and it worked! Thanks for posting this!
  7. G

    Taviana 2.0 Custom Loadouts

    Mine didn't either so I altered mine to look like yours. Testing it now
  8. G

    Taviana 2.0 Custom Loadouts

    Im tryng this now and thank you. 1 question at this point....servercleanup as in servercleanup.fsm? I dont see any code in mine even close to what you point out above. Could you please post one? thank you.
  9. G

    Implementing VFLadder - Action only shows up when pointing at object

    I will when I get home. Ill inbox ya.
  10. G

    Implementing VFLadder - Action only shows up when pointing at object

    None yet. I honestly havnt been on to check it out. Im going to try to dig into it later tonight because ill be pretty booked the rest of the weekend. Let me know if you find anything out? Darrik, I have another one I had played with a few days ago also. Any interest in working on it with me...
  11. G

    Implementing VFLadder - Action only shows up when pointing at object

    Hey all, just wanted to drop in with an update about this script. Players are reporting a teleport bug with it. I haven't tried it yet so ill update the exact action as soon as I can.
  12. G

    Implementing VFLadder - Action only shows up when pointing at object

    Ahhhh, makes sense my friend. Thank you again and you are the man! Ill give it a whack tomorrow. Thanks again!
  13. G

    Implementing VFLadder - Action only shows up when pointing at object

    Thanks for that offer and ill let ya know but we did get it working. We just have a small issue of being able to pop up both the big and small ladder at the same time.
  14. G

    Implementing VFLadder - Action only shows up when pointing at object

    UGH! Maybe? Cant test these at the moment cause theres players in. Need a test server, lol. if((speed player <= 1) && hasGenericPart && "Create Small Ladder", false && _canDo) then { if (s_player_createladder <0) then { s_player_createladder = player addAction...
  15. G

    Implementing VFLadder - Action only shows up when pointing at object

    This may make you giggle but what about this? if ("PartGeneric" in _mags) then { hasGenericPart = true; } else { hasGenericPart = false;}; if((speed player <= 1) && hasGenericPart && _canDo) then { if (s_player_createladder <0) then { s_player_createladder =...
  16. G

    Implementing VFLadder - Action only shows up when pointing at object

    Thanks again Darrik for working with me on this!!! Ive been racking my brain on our final problem of the two ladders part. What if we used something like this instead? s_player_createladder = player addAction [format["Create Small Ladder"], "VFladder\createladder.sqf",[player,0], 0, false...
  17. G

    =BTC= Fast Rope

    It is NOT the map my friend. Post your PBO's and ill take a look for you.
  18. G

    =BTC= Fast Rope

    I have DayZ.st as well and have used it in Cherno. Do you have other mods? Are you following the instructions exactly how they are?
  19. G

    In Game Messages

    Gagi2, I am with DayZ.st and do not have full FTP access. Not sure how to do this.
  20. G

    In Game Messages

    Ah, Battleye extended controls. I'll have to look into this and thank you!
Back
Top