Search results

  1. M

    Active Player Reward System

    I'm too lazy to do that shit, but feel free xD
  2. M

    Active Player Reward System

    I don't think I can like this post more than once, but goddamn I really wish I was able to.
  3. M

    Adjust Zombie Speed ..

    if (_zskin == "blahblah) then { code you want }; which would go at the bottom of the zombie_generate.sqf which is found in the dayz_code.pbo under the compiles.sqf
  4. M

    Active Player Reward System

    well, addrandom isn't a command. You'll want seperate arrays that contain either magazines or weapons. and you cant do ["item",5] for quantity, at least not how you're trying. What you're going to need to do (especially for all the shit you want to add) is create a box or something at their...
  5. M

    Active Player Reward System

    That code is so wrong it hurts to look at and I don't have the time to fix it, but good try.
  6. M

    Punch/Melee option

    If anything, the player SHOULD be able to click the mouse if he does not have a primary or sidearm out
  7. M

    Quick question on syntax

    https://community.bistudio.com/wiki/Category:Scripting_Commands https://community.bistudio.com/wiki/Category:Syntax
  8. M

    Quick question on syntax

    if (_hasRadio || _inVehicle) then { // code here };
  9. M

    What happens when a player dies.

    player_death.sqf it has a counted loop that does the count down then it does this little bit of code Endmission "END1";
  10. M

    [SUPPORT] Matt's Skin Recovery

    Why would you want to do that in the first place? I mean it's possible, but this script executes on death so there is no need to notify.
  11. M

    Get Rid of Ground Fog for More View Distance

    You have to play and if you're still chasing them when that is done just scream various things along the lines of "IF I EVER CATCH YOU THIS IS GOING IN YOUR ORIFICES" etc. Would make for a hilarious video.
  12. M

    Punch/Melee option

    ( _isTarget && _canDo && !_isTrader && (player distance cursorTarget < 3) cmon man you're better than a silly error like that
  13. M

    Punch/Melee option

    It would be the same thing for toggling debug, just instead of activating or turning off the debug monitor it would knock a bitch out :P
  14. M

    Punch/Melee option

    This would be a cool thing to attach to a button instead of having to scroll
  15. M

    Smoking Damaged Buildings that smoke like a crashed heli

    It would lag like all hell.
  16. M

    Script pack/All in one? What's new these days?

    If you're running that many scripts on an epoch server you're gonna have a bad time
  17. M

    neon lights for cars

    post wht you have
  18. M

    neon lights for cars

    Are you even getting the scroll wheel option? I'm fairly certain you should because you got that from spectres SkyWrite. Your problem in neon_light.sqf is here: if (speed player < 0) then { which reads as if the players speed is less than 0 then proceed, which is an impossible statement to...
  19. M

    Krixes - Self Bloodbag Script

    Those are normal errors
  20. M

    Krixes - Self Bloodbag Script

    post what you need to do / whats not working
Back
Top