CFGFactory will be ceasing all operations on 13.03.2026. That will be the final date of this site. Thank you.

Navigation

Promod Sniper with old Snipers

File description

Promod Sniper with old Snipers
****details****
* Killcam New
* red dots from shots or vat totally removed
* Added cod4x commands
- $ fov
- $ fps
- $ promod
* 12 killcam music was added, you can add music names in the killcam (check maps / mp / gametype / _finalkillcam.gsc to add music titles)
* In Loading map you can Add some detail of your server or clan name, etc. (check Server.cfg to add details of your server)
* Completely removed the rest of the weapons in the menu and replaced the assault class for the old Snipers
***** Add-on links used in this mod *****
Final killcam:
https://cod4x.me/index.php?/forums/topic/4509-final-killcam-with-music-titles/
Gloves:
http://cfgfactory.com/downloads/show/5d2aa86a84ce6
http://cfgfactory.com/downloads/show/5d27a92087a11
Edited Source:
https://github.com/cod4mw/promod
if you need help with something send me an MP to enjoy!

Comments

1 0

bro, the old sniper has a bug, it reloads full when you cancel reload also could you please remove the deagle ammos or keep another sniper as secondary and remove flash and grenade too. please bro


Posted on 20.11.2021 / 9:39

check promod_ruleset/custom_public.gsc
// grenades
setDvar( "weap_allow_flash_grenade", 0 );//set this to 0 to disable and 1 to enable
setDvar( "weap_allow_frag_grenade", 0 );//set this to 0 to disable and 1 to enable
setDvar( "weap_allow_smoke_grenade", 0 );//set this to 0 to disable and 1 to enable
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
to deactivate the bullets of the pistols you can do it in 2 ways, first is by editing the weapon in
(weapons / mp / deserteagle_mp)
edit the following on that weapon
(maxAmmo \ 0 \ startAmmo \ 0 \ clipName \ deserteagle_mp \ clipSize \ 0 \ shotCount \ 1 \ dropAmmoMin \ 1 \ dropAmmoMax \ 0)
or add this when player spwan, not sure it works but give it a try

sidearmWeapon = self.pers [self.pers ["class"]] ["loadout_secondary"] + attachment + "_ mp";

self setweaponammoclip (sidearmWeapon, 0);
self setweaponammostock (sidearmWeapon, 0);


Posted on 21.11.2021 / 2:49

0 1

how to add fps and fov


Posted on 29.11.2021 / 13:08

It already has activated, you only need to put in the chat $fov or $fps


Posted on 12.12.2021 / 17:12

0 0

what is the mp server ip?


Posted on 02.03.2022 / 8:45

Post comment

ONLY USERS CAN POST COMMENTS.

Related files