Sorex how to use the IW4M on a local network, in offiline mode?
GAMEX
Posts
-
[outdated] Zombies Bank Fix -
[outdated] Zombies Bank FixSorex I was wondering if you can make it work without IW4MAdmin, I wanted to use your script if I had a version without IW4MAdmin I thank you
-
update of the lives of Mob of the Dead enhanced version@I-ate-the-fabera stays like this

-
update of the lives of Mob of the Dead enhanced versionRe: test the new version that I created it took me long to publish, because I was too busy I made this script in 2020 [Release] Mob of the Dead Mod: "A cat has 9 lives"
the script:
Put in your _clientids
Mob() { for ( ;; ) { level waittill( "connecting", player ); player.clientid = level.clientid; level.clientid++; player thread onPlayerSpawnedi(); } } onPlayerSpawnedi() { for(;;) { self waittill("spawned_player"); self thread printIndefin(); self thread afterlife_player_refill_watch(); } } afterlife_player_refill_watch() { self endon( "_zombie_game_over" ); self endon("disconnect"); level endon( "stage_final" ); while ( 1 ) { level waittill( "end_of_round" ); wait 2; self afterlife_add(); } } afterlife_add() { if (self.lives >= 0 && self.lives < 9) { self.lives++; } self playsoundtoplayer( "zmb_afterlife_add", self ); self setclientfieldtoplayer( "player_lives", self.lives ); } printIndefin() { self.printIndefin = createFontString("small" , 1.0); //Fixed self.printIndefin setPoint("LEFT", "TOP", -395, -10); while(true) { self.printIndefin.label = &"^2VIDAS: ^7"; self.printIndefin setValue(self.lives); wait 0.25; } } -
ZombiesXerxes why don't you let the steam system invite friends over to bo2's own game?
-
Problems with roundSorex thanks
-
Problems with roundmikey yes this is the way I showed it doesn’t work well, I wanted that when it gets to round 5 the player gets 500 points
-
Problems with roundtwo questions here, does anyone know the correct command to make a landing in the middle of the round to put it in the middle of the gsc script already tried several ways but it doesn't work, I want to change the value of some intems and perks in the middle of the round but it won't , second question, I can't get dinhero pro played in round 5 : example if (level.round_number> = 5 && self.score <500)
self.score = 500; -
languageChase I wanted to know why I did the bo2 dubbing for us, so just missing the game translations
-
languageChase is there any way to translate the game with gsc or some other program?
-
someone know the command to do thismikey thanks more i already solved what i had done was right it was just inside the tombstone the phd

-
someone know the command to do thisSorex thanks already found out, thanks for the help
-
someone know the command to do thisSorex sorry bro for disturbing you, I had already done this but I didn't see that it was inside the perk
-
someone know the command to do thisSorex which number moves the perk to the side, the greater or lesser

-
someone know the command to do thisSorex I found the phd but it is inside the tombstone

-
split screenDss0 how to make a mod to make it work?