03.04.2010, 00:25
To increase the range of the headshots, just increase the 50 in this line:
for (new Float:i = 0.0; i < 50; i = i + 0.5) {
put like 200 and u'll be fine. But remember this is a for, and putting a 200 may be laggy!
for (new Float:i = 0.0; i < 50; i = i + 0.5) {
put like 200 and u'll be fine. But remember this is a for, and putting a 200 may be laggy!