script for crosshair
#4
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.
Thanks given by:


Messages In This Thread
script for crosshair - by Elite - 15 Aug 14, 08:08PM
RE: script for crosshair - by ExodusS - 16 Aug 14, 12:15AM
RE: script for crosshair - by Sveark - 16 Aug 14, 01:10AM
RE: script for crosshair - by Elite - 16 Aug 14, 03:16PM
RE: script for crosshair - by morshu9001 - 18 Aug 14, 07:00AM