CS2D General Weapon Damage Weapon Damage
3 replies How to raise a weapon damage ? one weapon ! nothing all !
np. Ak-47=admin weapon=massive damage
How to grow damage on weapon?
IM poland user, sorry for bad english When you are server, in-game in the console, just write:
mp_wpndmg ak47 100000
That makes the AK47 do 100 000 damage
OR
you can do it in lua:
parse("mp_wpndmg ak47 100000")
^that's the lua command, simply put that in you sever.lua or some other script and it should work fine! but he want that only the admin makes that damage DC Admin Offline
in this case he would have to write a Lua script and use the right hook (hit-hook in this case), see sys/lua/info.txt