i posted this ideea on the supraface dwelers first, now i will post it herehow about there will be a few weapons with no clips: you must reload them bullet by bullet(like the striker or SPAS 12 or any other CoD MW2 shotgun exept AA-12 and Ranger)so reload will be 1 AP but it will fill the magazine with only 1 bullet. It can be done with a small under-program:Code: [Select]void 1bullet_reload(){ if(reload_used==1)//or whatever the condition for using the reload mode is { if(current_ammo<max_ammo) { current_ammo++; current_AP--; } }}some weapons that will use this mode can be: hunting rifle, revolver(not the speed reloader) probably some level/pump action shotguns and why not the SniperRifle
void 1bullet_reload(){ if(reload_used==1)//or whatever the condition for using the reload mode is { if(current_ammo<max_ammo) { current_ammo++; current_AP--; } }}
i posted this ideea on the supraface dwelers first