CS 1.6 or source players
They have to be like standart cs2d players but need more ligh.
Scripts
The sript is: If player have less 20 health,he will go more slow.
addhook("move","slow") function slow(id,x,y,walk) if player(id,"health")<= 20 then parse("speedmod "..id.." -2") end end
addhook("move","slow") function slow(id,x,y,walk) if player(id,"health")<= 20 then parse("speedmod "..id.." -2") end end