@Iron-WRDS The same thing happened to me, I banned it from my server and instantly my server started lagging. He was trying to doss me.
https://streamable.com/x1q6as
Kalitos
Posts
-
[T6] Report - Bignoot -
script runtime error IW5FIFIov3 With the last update these errors appeared. That's why I had to go back to the previous version in IW5 for my server.
-
se congela el bo2 cuando me intento unir a un servidor ayudaMegatron9987 Suele pasar cuando no dejas cargar por completo la lista de servidores. Ya sea en MP o ZOMBIES. Deja cargar toda la lista de servidores y luego entra
-
Making Avogrado spawn a max ammo on deathLord_J Maybe this will help you, I haven't tried it.
#include maps\mp\_utility; #include common_scripts\utility; #include maps\mp\zombies\_zm_utility; #include maps\mp\zombies\_zm_powerups; #include maps\mp\zombies\_zm; #include maps\mp\zombies\_zm_ai_avogadro; init() { level thread avogadro_drop(); } avogadro_drop() { for(;;) { level waittill( "avogadro_defeated" ); level specific_powerup_drop("full_ammo", level.avogadro.origin ); } } -
Hacker with Aimbot123 It is not safe to share links to download sites, better upload it to YT or stremeable for admins to see. My antivirus already blocked 2 links.
-
Please I need helpYosmany You need to copy the dll into the "%localappdata%/Plutonium/storage/iw5/plugins/" folder on your server, then in your cfg file set "sv_enableGameChat 0", then reboot your server, if the dll loads correctly, chat should not be available on your server.
-
alguien sabe como meter mas perks en un mapa?TheMast001 https://github.com/whydoesanyonecare/Plutonium-versions-of-T6-custom-survival-maps
También puedes usar estos scriptcomo base y revisar el gsc para añadir más perks personalizados. -
Bank -
Banned For Unknown Reason?Sanctifications https://plutonium.pw/docs/anticheat/#how-to-disable-the-plutonium-anti-cheat
The fact that you play solo and have not deactivated the anticheat, injecting a mod menu caused the anticheat to activate. -
zzTenMileRadiuszz ModernWarfare: 3 Server. UnderConstruction.TenJellybeans https://plutonium.pw/docs/server/iw5/setting-up-a-server/#setting-up-a-server
There you will find the documentation you need. -
alguien sabe como meter mas perks en un mapa? -
PHD for Town@YTTheRealSuzuki6 https://github.com/Paintball/BO2-GSC-Releases/blob/master/Zombies Mods/Zombies%2B%2B/v1.2/Source Code/_clientids.gsc
I'm not sure, but you can compile the file from the link and put it in your scripts folder. Should add the additional Zombies++ perks
-
Will I get banned?bf1Veal Any software that modifies memory in real time while you are running plutonium will trigger the anticheat and you will be banned.
-
not to be rude but i liked the previous look of the forum page 😁i agree
-
BAN NAMELESS MP SERVERzFacu Maybe I should try to enter the discord which is literally in the name of the server
-
How to install bo1ewokism Follow the instructions in the guide. Please note that you must have the game downloaded on your computer. If you don't know how to do it, buy it on steam. Plutonium does not provide illegal copies.
https://plutonium.pw/docs/install/#t5-black-ops-1 -
[Release] Show Player Health ZombiesFedello Paste here all the code of your script without compiling.
-
Tengo un problema en la parte de setupDeathunder Tu explicación no da mucho para entender tu problema. Quizá si publicas alguna imagen del error o detallas más tu problema. Puedan ayudarte
-
BlackBox MapDoes anyone know if the black box map is included in plutonium?

-
[Release] Show Player Health ZombiesFedello This is to deploy on a zombie server, I personally have not tested on the client.