Jump to content
Come try out the Arcade, Link at the top of the website ×

FDIM

**- Inactive Registered Users
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 USD 
  • Points

    0 [ Donate ]

Everything posted by FDIM

  1. Hello everyone, I really enjoy this mod and I also have some suggestions. At first, its extremely hard to play without adjusting brightness, couldn't this be solved by adjusting time in map itself? Secondly, zombies can only use fists, so I think they should be in greater numbers for example 6:10. Also it would be really nice if it would be possible to change players characters, for example US Player could look like regular US or NK soldier. Zombie would require custom model... But this requires mod for client right? And wouldn't this be better? function Zweaponcheck(player) if (player.inventory:GetCount() > 0) then for itemId=0,player.inventory:GetCount() do if player.inventory:GetItem(itemId).name <> "Fists" then player.inventory:GetItem(itemId).remove(); end end I am guessing the method names, part of the syntax too , but this way fists wouldn't be removed at all Sorry if few suggestions sound dumb, but I just want to help EDIT: Got another idea how to control jumping. As far as I know currently jump power is calculated from speed, what about controlling jump power with speed and camera angle? for example the higher you look the higher you will jump. This would be useful for jumping over fences/walls, you run towards wall, look to the top of it and jump over.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.