Farzad I begin to believe that we are playing guessing games.
Paste your current code with the modifications you say you have made.
Kalitos
Posts
-
[Support] Mono Syntax Error -
[Support] Mono Syntax ErrorFarzad It is the same error, in all the lines that are decimal numbers change "," by "."
-
[Support] Mono Syntax ErrorFarzad Ok, Ok, I was wrong. If they are decimal numbers you should use a "." instead of ","
-
[Support] Mono Syntax ErrorFarzad said in [Support] Mono Syntax Error:
titlesize = 2,5;Try like this:
Edited::
titlesize = 2.5; -
[Release] SND & TDM Mapvote menu on end gameSorex There is the problem. The killcam does not allow players to vote.
-
[Release] SND & TDM Mapvote menu on end gameSorex I mean, the voting menu is hidden when the killcam comes out.
-
[Release] SND & TDM Mapvote menu on end gameSorex Additionally, did you try the finalkillcam? This overlaps the voting menu.
-
[Release] SND & TDM Mapvote menu on end gameSorex I downloaded your code, compiled it without making any changes, and also ended the game winning the game as you suggested, and still the map image error remains.
https://gyazo.com/b4ae5233ee2670cf7b2cb6c56e95e8a8
Unless these lines
level.maptovote["image"][index] = "loadscreen_mp_hijacked";refer to image files in the server directory. -
Serversdankdabs115 You can implement your own server, instructions here.
-
Modify the default classes on my Multiplayer Server. ! HelpCR7999x Welcome to reality, that variable does not work, or at least until now, what I have been able to achieve is to restrict weapons and accessories when the player chooses from his predefined classes, and as for the default classes, they can be changed also when the player chooses them, but change them to be displayed with other weapons in the class menu choice, you can not yet.
-
[Release] SND & TDM Mapvote menu on end gameSorex said in [Release] SND & TDM Mavote menu on end game:
Okey encontré 2 errores pero no tengo tus errores
Tried with a real game, where there is a final killcam?, Because when I try it on my server myself, killing myself, no final final killcam
Add::
This I get, at the end of the game when I commit suicide, without a final camera
https://gyazo.com/afc994655ea8d1a456f9a4bdf404e965 -
[Release] SND & TDM Mapvote menu on end gameSorex I was testing it, commenting on the problems:
- The images of the maps do not load
- When the game ends, the votemap begins but as soon as the final chamber of death begins it overlaps the voting menu and does not allow players to vote.
-
[Release] [Zombies] Configuration Mod for dedicated serversMiguelitoS2 edited::
It refers to this line
level.start_weapon == "c96_zm";I already checked well. the assignment of the value of the variable is wrong its syntax.
it changes in all the lines where it assigns the values, since some have that errorlevel.start_weapon = "c96_zm"; -
[Support] Replacing OutcomesFarzad Referring to the post of "[Release] Overwrite Default Class (GSC)" where it declares the following:
init() { level thread onPlayerConnect(); game["strings"]["change_class"] = undefined; }I think, if what you need is to change the message it shows the player, if you declare it like this, it should work.
init() { level thread onPlayerConnect(); game[ "strings" ][ "round_win" ] = "Your message"; game[ "strings" ][ "victory" ] = "Your message"; } -
[Release] SND & TDM Mapvote menu on end gameSorex is it also for a TDM mode?
-
[Release] [Zombies] Configuration Mod for dedicated serversJezuzLizard Thanks for the explanation

-
[Release] [Zombies] Configuration Mod for dedicated serversJezuzLizard Excuse the question, I don't see these DVARS in the
_clientidsset magic_chest_movable 1 set revive_trigger_radius 75 set player_lastStandBleedoutTime 45Are they assigned directly by declaring in the server configuration file, or not?
-
[Release] MW3 Style Infection Gamemode *UPDATED 10/20/2020*Cahz Is it possible to change the weapons assigned to the first infected?
Because whenever I go to play with a friend, there are only 2 of us, and I am the first infected, I appear with a weapon and so it is not fun because I can easily kill him.
That the first infected have the same equipment as the rest of the infected. It would be great -
Contents of the GSC file "_clientids" !QuestionOx_ I agree with you, although since you mentioned the gsc dump search, I got on it, and if you talk about ".clientid", the game does refer to it, but it directly includes "player.clientid". On the other hand, if we search for level.clientid, we only see that it refers to a single file "_clientids.gsc". It's strange.
-
Asia servers?jcquints That depends, if you connect to servers hosted in the USA or any country in America, I think so.
But if you are lucky and there is a hosted server near where you live, for example China, I think your ping will be normal.