Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script "FDMeleeComboSystem" (void)
- {
- While(TRUE)
- {
- if(!CheckWeapon("MeleeAttack")) terminate;
- if(keyPressed(BT_ATTACK) && !keyPressed(BT_ALTATTACK)) GiveInventory ("MCSBFire", 1);
- if(keyPressed(BT_ALTATTACK) && !keyPressed(BT_ATTACK)) GiveInventory ("MCSBAltFire", 1);
- Delay (1);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement