16 Aug 14, 03:16PM
[SELECT ALL] Code:
onHit = [ if ( = $arg1 (player1 cn) ) [ crosshairsize 10; sleep 300 [ crosshairsize 20 ] ] ]
onSpawn = [
if (= (curteam) 0) [loadcrosshair default_orange.png];
if (= (curteam) 1) [loadcrosshair default_green.png]]
That was my desire, the only thing that isn't perfect yet, is the delay, some increase is necessary. The idea comes from battlefield bad company 2, anyone who has played that game, should have noticed this effect.
@ExodusS:
Yeah, the colour should help me to get a better contrast.