Hello, my server has a problem, when someone join the server after the first round started he spawn out of map it is a know bug or only my server ?

Matrixv (@Matrixv)
Best posts made by Matrixv
-
-
UPDATED: the script to fix zm spawn now fix spectator bug
-
hello, i made few gamemodes for mp like red light green light , only knife, only sniper and something to fix spawn on zombies after the restart of map cause everyone is died
please don't judge me at my scripts lol i'm still a beginner in gsc scripting
red light green light is better to use with SND mode ( search and destroy )
only knife work with everything
in only sniper only l96a1 can kill
and the fix for spawn is working with shangri-la, five, kino der toten, moon i will do call of the dead soon
Note: in only knife, grenade and tomehawk can kill
red light green light : linkonly knife : link
spawn fix for zm: link
only sniper : link
-
Yes but a tutorial dedicated for T4 will be better, because me too I wanna setup a T4 zombie server in Linux but itโs hard to setup a server for first time and itโs agains more hard if we look a tutorial Who is not detected for the game we try to setup the server
Sorry for bad English I try my best
Latest posts made by Matrixv
-
UPDATED: fixed potential loop in script error, fixed bug with fix of spectator, it should be the last update for fix errors of the script
next update will only be only for add more maps compatibility ( I think you understood what script I'm talking about but in case, I'm talking about spawn fix for zm )
So please redownload it and remove the old version from your server
-
sorry i made an mistake, please redownload the new spawn fix for zm and remove the old from your server
-
UPDATED: the script to fix zm spawn now fix spectator bug
-
hello, i made few gamemodes for mp like red light green light , only knife, only sniper and something to fix spawn on zombies after the restart of map cause everyone is died
please don't judge me at my scripts lol i'm still a beginner in gsc scripting
red light green light is better to use with SND mode ( search and destroy )
only knife work with everything
in only sniper only l96a1 can kill
and the fix for spawn is working with shangri-la, five, kino der toten, moon i will do call of the dead soon
Note: in only knife, grenade and tomehawk can kill
red light green light : linkonly knife : link
spawn fix for zm: link
only sniper : link
-
i tried to make a script for edit perks limit but even with editing everything i can only buy 4 perks here is the script :
#include maps\_utility; #include common_scripts\utility; init() { level.perk_purchase_limit = 9; level.perk_limit = 9; self.num_max_perks = 9; level.max_perks = 9; for ( ;; ) { level waittill( "connecting", player ); player.clientid = level.clientid; player thread onplayerspawned(); level.clientid++; } } onPlayerConnect() { //level.perk_limit = 9; //self.num_max_perks = 9; //level.max_perks = 9; //level.perk_purchase_limit = 9; for ( ;; ) { level waittill( "connecting", player ); player.clientid = level.clientid; player thread onplayerspawned(); level.clientid++; } } onPlayerSpawned() { self endon( "disconnect" ); for( ;; ) { self waittill( "spawned_player" ); //self.num_max_perks = 9; //level.perk_limit = 9; //level.max_perks = 9; //level.perk_purchase_limit = 9; while(1){ self.num_perks = 0; } } }
why do i did a while boucle ? because i see that in zombiemode.gsc a check is made if self.num_perks >=4 then the game deny player to buy new perk so the while boucle is for make self.num_perks as 0 always but didn't work also
-
@mercxry yes + sometimes the screen start to be blur and the sound donโt work anymore, dedicated server are really unstable
-
Hello, my server has a problem, when someone join the server after the first round started he spawn out of map it is a know bug or only my server ?