changeset 15007 | 3ed1cbd31754 |
parent 14903 | 4596357d002d |
15006:1a05a1929e2c | 15007:3ed1cbd31754 |
---|---|
118 function onAmmoStoreInit() |
118 function onAmmoStoreInit() |
119 SetAmmo(amNothing, 0, 0, 0, 0) |
119 SetAmmo(amNothing, 0, 0, 0, 0) |
120 SetAmmo(amRCPlane, 0, 0, 0, 1) |
120 SetAmmo(amRCPlane, 0, 0, 0, 1) |
121 end |
121 end |
122 |
122 |
123 function onPreciseLocal() |
123 function onPrecise() |
124 if GameTime > 3000 then |
124 if GameTime > 3000 then |
125 SetAnimSkip(true) |
125 SetAnimSkip(true) |
126 end |
126 end |
127 end |
127 end |
128 |
128 |