Recent content by Helmet

  1. H

    Need some PLZ

    thx for the reply, I'm painting a picture of what u are saying. could u plot me a small example?
  2. H

    Need some PLZ

    I wrote a simple spawn script for players to use and I need to refine it so the players stop spamming the feature. Players can spawn a vehicle in every 5 mins and the vehicle is then deleted, but the players found that if they log out and then back in, the vehicle stays on the server. I need an...
  3. H

    I can help if need be. I created a Humanity Perks menu for players to use and as they advance...

    I can help if need be. I created a Humanity Perks menu for players to use and as they advance, they are given better stuff to use. At this time I may release it to the public. message me and let me know.
  4. H

    [Support] Matt & Kris's Player Bomb

    check to ensure that the local variables and its scope are not conflicting with the other scripts. Also use of the key words are properly spelled, IE ! "!_isAlive " is not properly used, should be "!isAlive", the other is a local defined variable where as "isAlive" is a key word. I have this...
  5. H

    I have an Overwatch server running, Come on in @ DeadMen Walking

    I have an Overwatch server running, Come on in @ DeadMen Walking
  6. H

    SORRY I don't have Skype....no cam

    SORRY I don't have Skype....no cam
  7. H

    private["_humanity"]; _humanity = 0; _humanity = player getVariable["humanity",0]; cutText...

    private["_humanity"]; _humanity = 0; _humanity = player getVariable["humanity",0]; cutText ["Your Humanity is %1",_humanity];
  8. H

    Here is the code: private["_humanity"]; _humanity = 0; _humanity = player...

    Here is the code: private["_humanity"]; _humanity = 0; _humanity = player getVariable["humanity",0]; cutText ["Your Humanity is %1",_humanity];
  9. H

    SORRY, NO SKYPE.

    SORRY, NO SKYPE.
  10. H

    Need your help... Trying to get the players humanity level and then display using cutText.

    Need your help... Trying to get the players humanity level and then display using cutText.
  11. H

    Tents and Stashes Disappear

    Trying to figure out how to correct this problem with tents and stashes disappearing when you walk near them or sometimes scroll the menu near them to pack or place gear in them. RPT shows that it has an invalid objectID and deletes the object. 7:30:36 "DEBUG Deleting object TentStorage with...
  12. H

    [Support] Matt & Kris's Player Bomb

    Your Welcome.... I tested it and it works like a charm.
  13. H

    [Support] Matt & Kris's Player Bomb

    Here is the fix for the menu problem..... if ((speed player <= 1) and !_isAlive and _canDo and (player distance cursorTarget < 3)) then { if (s_player_makePLBomb < 0) then { s_player_makePLBomb = player addAction [format["Place...
  14. H

    Been Zombied

    I haven't played Epoch. Thinking about the purpose of it now, It really wouldn't add much excitement to the game. Idea shot down by the fly zombie!
  15. H

    Been Zombied

    I don't even know where to begin as I'm new to scripting but I would love to see some examples on how the following would be done. I'm wondering, is it possible that if a Player was killed by a zombie (player was eaten) the player would turn into a zombie after a short time and then the user is...
Back
Top