

crazy
Members-
Content Count
19 -
Joined
-
Last visited
-
Days Won
6
-
Yes itโs really strange lol ๐
-
ohh NeHo were have you been mate. Were can we keep in touch mate i see your never on steam anymore ?
-
masi_ullah started following crazy
-
hi guys i am wounding if you could make a plugin to play music from links like youtube and stuff just like cs:go this will help the mods so its not so big in size if we want to add music and would be good on none modded servers
- 1 reply
-
- 1
-
-
Latest b3 fix for cod4x 1.8. Put B3hide.so into your cod4/plugins dir. Open your server.cfg and paste loadplugin "b3hide" then save server.cfg Put cod4x into /b3/parsers dir. Open b3.ini/b3.xml and change the line parser: cod4 to parser: cod4x Enjoy
-
the mod.ff has a thing were if the ip is changed it will detect your not the real owner off the mod and shows you a spam message to stop you from using it just make your own mod and do not steal other peoples mods simple as that.
-
i just use a database with b3 and use echelon to get them ips much better then making a script
-
i will make a 2.16 with the flags i don't know when but when i have spare time.
-
Latest b3 fix for cod4x 1.8. Put B3hide.so into your cod4/plugins dir. Open your server.cfg and paste loadplugin "b3hide" then save server.cfg Put cod4x into /b3/parsers dir. Open b3.ini/b3.xml and change the line parser: cod4 to parser: cod4x Enjoy b3hide.zip
-
yes just do what kecdpt said would be better ill attach _class.gsc and _weapons.gsc files for you but yes just replace the files with these files that i have attached. class_weapons.zip
-
This is final killcam for normal servers none modded it also follows grenades in the killcam. i have removed all the bullshit so it only contains the final killcam no editing scripts to install just put the localized_english_iw07.iwd file into cod4/main. and i also included 3 final killcams for promodlive211/216/220 enjoy finalkillcam2.20.zip finalkillcam2.16.zip final killcam2.11.zip localized_english_iw07.zip
-
as far as i can remember its located in the _globallogic.gsc around line 730 look for this //** Deleted ShowPerk because we need the shaders otherwhere /* if ( getdvar( "scr_showperksonspawn" ) == "" ) setdvar( "scr_showperksonspawn", "1" ); if ( !level.splitscreen && getdvarint( "scr_showperksonspawn" ) == 1 && game["state"] != "postgame" ) { perks = getPerks( self ); self showPerk( 0, perks[0], -50 ); self showPerk( 1, perks[1], -50 ); self showPerk( 2, perks[2], -50 ); self thread hidePerksAfterTime( 3.0 ); self thread hidePerksOnDeath(); } */ and change it for this if ( getdvar( "scr_showperksonspawn" ) == "" ) setdvar( "scr_showperksonspawn", "1" ); if ( !level.splitscreen && getdvarint( "scr_showperksonspawn" ) == 1 && game["state"] != "postgame" ) { perks = getPerks( self ); self showPerk( 0, perks[0], -50 ); self showPerk( 1, perks[1], -50 ); self showPerk( 2, perks[2], -50 ); self thread hidePerksAfterTime( 3.0 ); self thread hidePerksOnDeath(); } its been along time ago but i think am correct but not 100% sure. hope it helped
-
Lossy stop chatting shit mate. You have all the information you need in the _flags.gsc to edit the _flags.gsc. i will not release the csv guys sorry.
-
you only have to change the _flags.gsc and change the code as you said above.