home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.kills >= 5)
- {
- if(_root.active == "deagle")
- {
- if(_root.inclip != 35)
- {
- _root.inclip = 35;
- _root.kills -= 5;
- }
- }
- if(_root.kills >= 20)
- {
- if(_root.active == "awp")
- {
- if(_root.inclip != 20)
- {
- _root.inclip = 20;
- _root.kills -= 15;
- }
- }
- }
- if(_root.kills >= 15)
- {
- if(_root.active == "m4")
- {
- if(_root.inclip != 60)
- {
- _root.inclip = 60;
- _root.kills -= 15;
- }
- }
- }
- }
- }
-