changeset 14919 | 4596357d002d |
parent 14665 | 5fc5e4b79a5a |
child 14953 | ff4003a90ff8 |
14918:6a928999fefd | 14919:4596357d002d |
---|---|
313 SetAmmo(amWatermelon, 0, 0, 0, 1) |
313 SetAmmo(amWatermelon, 0, 0, 0, 1) |
314 SetAmmo(amSniperRifle, 0, 0, 0, 1) |
314 SetAmmo(amSniperRifle, 0, 0, 0, 1) |
315 end |
315 end |
316 end |
316 end |
317 |
317 |
318 function onPrecise() |
318 function onPreciseLocal() |
319 if GameTime > 3000 then |
319 if GameTime > 3000 then |
320 SetAnimSkip(true) |
320 SetAnimSkip(true) |
321 end |
321 end |
322 end |
322 end |
323 |
323 |