Forum

> > CS2D > General > negative gun values
Forums overviewCS2D overviewGeneral overviewLog in to reply

English negative gun values

6 replies
To the start Previous 1 Next To the start

old negative gun values

EnderCrypt
User Off Offline

Quote
how do i make a negative gun value like -20

i tryd on console but its not working not at lue either
how am i suppose to do

old Re: negative gun values

Nem
User Off Offline

Quote
doom15 has written
rcon mp_wpndmg -<value>

without <>


Ur post is spam lol. Because he tried a NEGATIVE value like "-[number]"

old Re: negative gun values

Nem
User Off Offline

Quote
doom15 has written
why my post is spam , i think it work if i put -1 in old versions i know it worked.

It my opinion :p
Make "-1" as damage does not work for me, and for he, and maybe for other ppl too, idk

old Re: negative gun values

BetaM
User Off Offline

Quote
1
2
3
4
5
6
7
8
addhook("hit","healing")
function healing(id,source,weapon,hpdmg,apdmg)
	if weapon==X then -- X is your healing weapon ID
		if player(id"team")==player(source,"team") then
			parse('sethealth "..id.." player(id,"health")+Y')  -- Y is how much health do you want to heal
		end
	end
end
That's all I say.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview