Antivirus or an app blocking it probably
ClownfishVoice whatever this is might be the reason
Resxt
Posts
-
zm t5 EMPTY CMD -
Any help here?Server didn't setup FastDL probably
-
anyway i can press a key to give myself all perksTo do exactly what you want two solutions would be
- Chat command and then you bind a specific key to say the command in chat
- Combine actions to run a function (like aim + knife) to give perks
-
Why do I get kicked if I'm not cheating?Tons of reasons, could be insulting people, kicking to let their friends, your ping is too high, you're on a ban list from another server you misbehaved in and so on
-
DLC ZombiesBuy them on Steam
-
how can i get my game authenticated when i have the game in my steam library -
[ZM] Discarded V3 - Mod MenuMRCEL no idea
-
What game is the most populated -
Does anyone know what this problem is?bozo__ the problem is what I said, you installed a bad script, remove it
Search for .gsc in your game's folder, might be there
-
Script error: Unexpected Character at #include lineChange / to \ for includes and direct function calls
-
How do you use "-lan"?After -dedicated
-
got banned for "nothing"You need to go in LAN mode to disable the anticheat if you use a software to edit the memory, no unban since it's against the rules
-
Alternate Xbox 360, PlayStation 4 and 5 controller support guide (Steam Controller Configuration)I edited your post to add BO1 links
-
T4 Launcher - sp_minplayers not workingI tried running a solo game with
sp_minplayers 2in zombies and it worked fine, putting me in spectatorsCan you provide more info?
-
unresolved external errorRemove your scripts
-
Is there any way to get my account verified faster to create a server?Why would a rule be set if anyone could just ask to bypass it?
-
"Cloudy Day" Camo from MW3DRV_VALT I guess the author uploaded the wrong files

-
"Cloudy Day" Camo from MW3 -
[MP] Modern Warfare 3 Mapvote@Farrokh everything you imply or ask about how the script works is not tied to the script itself, it's just how the game works
Scripts don't somehow check for their filenames, the game handles loading scripts, any script in the scripts folder is loaded, no reason to have name checks for files
Scripts cannot permanently change dvar values in the game. You could potentially have a more complex system now with the recent Plutonium updates that reads another file but it's not really needed in my opinion
If you want to have dvars set when starting your game then you can edit the game's CFG (assuming we're talking about private games), or yeah edit the script
Permanently save dvars values
Press Win + R, paste%localappdata%\Plutonium\storage\iw5\players\config_mp.cfg
If asked how to open it use Notepad (or any text editor)Go at the very bottom of the file and add
seta dvar_name dvar_value
Change dvar_name and dvar_value with the corresponding values
For exampleseta g_speed "800"
This also works for any custom dvar created by a script or any other source -
[MP] Modern Warfare 3 Mapvote@Farrokh you should not be editing the script, instead edit the dvars in your game/server like the documentation recommends
You probably just didn't configure dvars properly