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.