
Kalitos
Posts
-
alguien sabe como meter mas perks en un mapa? -
Custom Gloves/Viewhands Request -
how many cores would i need to run 4 servers ????EZBleach Well, according to my experience, a VPS of 2 cores and at least 5 GB of ram, since the servers occupy 1 GB of ram for each one
-
how to change juggernog max health ?//jugg health bonus level.juggHealthBonus = getDvarIntDefault( "juggHealthBonus", 160 ); level.zombie_vars[ "zombie_perk_juggernaut_health" ] = level.juggHealthBonus; //perma jugg health bonus level.permaJuggHealthBonus = getDvarIntDefault( "permaJuggHealthBonus", 190 ); level.zombie_vars[ "zombie_perk_juggernaut_health_upgrade" ] = level.permaJuggHealthBonus;
-
BAN NAMELESS MP SERVERzFacu Maybe I should try to enter the discord which is literally in the name of the server
-
Mw3 Spectator HudTheOreoSlayer It would be a very good implementation.
-
hello ..! I need a script to balance teams on my server...@Snoopy__ https://github.com/efinst0rm/PlutoBO2-Autobalance/blob/master/maps/mp/teams/_teams.gsc
Compile the code into a file named "_teams.gsc" and place the compiled file in "plutonium\storage\t6\maps\mp\teams"
It must be called "_teams.gsc" once compiled, otherwise it won't work -
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
-
Plutonium IW5 Bot Warfare Issue -
How to ban cheaters from my server?PedreteJB If you have a server, you must manage it with IW4MAdmin. Follow the guide this will allow you to manage remotely through your web panel or directly from the game using the commands.
https://github.com/RaidMax/IW4M-Admin -
[Support] Zombie Counter! HelpDon Mishi prueba esto
/* * Black Ops 2 - GSC Studio by iMCSx * * Creator : vkarl * Project : arma * Mode : Zombies * Date : 2020/03/25 - 10:53:48 * */ #include common_scripts\utility; #include maps\mp\zombies\_zm; #include maps\mp\zombies\_zm_utility; #include maps\mp\gametypes_zm\_hud_util; #include maps\mp\gametypes_zm\_hud_message; init() { level.clientid = 0; level.perk_purchase_limit = 9; level thread onplayerconnect(); drawZombiesCounter(); } onplayerconnect() { for ( ;; ) { level waittill( "connecting", player ); player.clientid = level.clientid; level.clientid++; } } createServerText(font, text, fontScale, point, relativePoint, x, y, color, glowColor, alpha, glowAlpha, sort, team) { elem = createServerFontString(font, fontScale, team); elem setPoint(point, relativePoint, x, y); elem setText(text); elem.color = color; elem.glowColor = glowColor; elem.alpha = alpha; elem.glowAlpha = glowAlpha; elem.sort = sort; return elem; } drawZombiesCounter() { level.zombiesCountDisplay = createServerFontString("Objective" , 1.7); level.zombiesCountDisplay setPoint("RIGHT", "CENTER", 315, "CENTER"); thread updateZombiesCounter(); } updateZombiesCounter() { level endon("stopUpdatingZombiesCounter"); while(true) { zombiesCount = get_current_zombie_count(); level.zombiesCountDisplay SetText("Zombies: " + zombiesCount); waitForZombieCountChanged("stopUpdatingZombiesCounter"); } } recreateZombiesCounter() { level notify("stopUpdatingZombiesCounter"); thread updateZombiesCounter(); } waitForZombieCountChanged(endonNotification) { level endon(endonNotification); oldZombiesCount = get_current_zombie_count(); while(true) { newZombiesCount = get_current_zombie_count(); if(oldZombiesCount != newZombiesCount) { return; } wait 0.05; } }
-
se puede abrir Call of duty blo1 o 2 sin red internet ,rooter?no. Plutonium necesita internet para verificar el inicio de sesión.
-
[Release] [GSC] MapEditS3VDITO Correct me if I'm wrong but I think the elevators should run it in a separate thread. Such that:
thread createElevator((0, 0, 0), 512, (0, 0, 0));
-
Commands Bo2 (T6) -
[Support] Permanent information message in the player screen !Help -
estan caidos los server? no entra mi cuentaXPanquesitoX que versión de plutonium estás usando ?
-
[Release] UT2004 announcerBrentdevent The download link only gets a flat file.
-
Commands Bo2 (T6)FakerHisSon95 No, those are private scripts.
-
drop points@Arlene-Excalibur No, but you must write at least the first 4 or 5 letters. Sometimes you may have to write the whole name