I did a script some time ago, but some guys report some bugs, I can“t fix. Here is the script:
;Artificial Intelligence Script
;by Corno
;Header
;so you can shoot with crosshair and aim without crosshair
;place it in a triggerzone(main)
desc = crossair on/off toggle
;Triggers
:plrusingreload=1:etimerstart,state=10
:state=10,etimergreater=700:state=0
:state=0:crosshair=1,state=1
:state=1,mouseclick=0:state=2
:state=2,mouseclick=2:crosshair=0,state=3
:state=3,mouseclick=0:state=4
:state=4,mouseclick=2:crosshair=1,state=1
;End of Script
Games make the world better