Forum
CS2D Scripts FlashlightFlashlight
3 replies 1
*click*
I am just showing lines 18 to 20 (assuming that the script's unedited before), the lines you need to edit. (Please don't tell me how to count the lines)
1
2
3
4
5
2
3
4
5
-- From Line 1-17 addhook("serveraction","lightz") -- Line 18 (Changed) function lightz(p,t) -- Line 19 (Unchanged) 	if (t == 2) then -- Line 20 (Changed) -- From Line 21 onwards
1