Greetings and thanks to the entire Plutonium community, which in one way or another makes it possible for us to enjoy the services of this Platform.
I need some function that allows to eliminate the creatures that attack the players when entering the fog in the tranzit map, Zombies Bo2 mode, so that most of the map is passable, and the players can travel the path that the bus takes , to move around the different areas, whenever they want and without using transport, if someone knows of any and could help me thanks ...
Rassel
Posts
-
Eliminating Creatures in Tranzit -
Requesting helpCahz I need a way to check if my dedicated server is down and if so. restart it automatically. Think you can help me? I work on windows 10. not on linux. and if I could create a .bat with that function it would save me bad times.
-
Requesting helpCahz I correct my previous answer, they have already solved the error of the life of the zombies in the repo, I will try adding the scripts only for Tranzit, although the Prison map or the Tomb, they are really the most liked on the server, Thanks
-
Requesting helpCahz In effect, I'm using the Bonus Survival Maps, the last update makes zombies too easy for me, in the highest rounds they are killed with a single stab, so I tried to change the way of calculating the damage for the previous one, I have them I added the other scripts and the server continues to fail every couple of hours, usually the error that gives me (overflow) refers to the excessive use of the strings used in the perks, showing me on the screen the perks of the players, with the change that I previously published does not show any error, only the server crashes, and if I add the scripts that you suggested, I do not know the stability, but I lose both the welcome message, as the hud of life, the score, the perks,. ..Those who contribute a lot to the game. It seems that there are too many things or that it is simply not within my reach to correct it xd
-
Requesting helpSorex
Thanks friend. I tried with the code I replaced as you recommended, and I left the screen without huds like the original game. This is not really for a private server. It is free and is played throughout the country. If someone wants to help us, here is everything in this room. so far 8 players per room and it falls every couple of hours.
https://drive.google.com/file/d/1_CB31zmqcQgDxIDAqWlFvQAdYgvWefgS/view?usp=drivesdk -
Requesting helpThanks for your response, I will put it into practice right away to check the results, before receiving your suggestion I had chosen to eliminate several functions and replace the way of calling and show the Perks for this:
perkHud()
{
self endon("disconnect");
self.perkText = createfontstring("Objective", 1);
self.perkText setpoint("LEFT", "TOP", -290, -10);
while(1)
{
self.perkText settext(self getPerkDisplay());
wait 0.01;
}
}
getPerkDisplay()
{
myperks = self get_perk_array(0);
string = "PERKS: ";
for(i=0;i<myperks.size;i++)
{
string = string + "\n^6" + getPerkName(myperks[i]);
}
return string;
} -
[Release] Black ops II Zombies: GunGameThank you for sharing it, I have put it on the server and it has had good acceptance, they are already asking me to increase the rooms, I will let you know any bug that the code presents
-
Requesting helpSorry for my little knowledge of English and my little knowledge of programming for gsc.
For several days I have compiled pieces of code and some recompiled gsc, for a network of games in Cuba, I started them and thanks to DOKTORSAS, Jbleezy, Cabbcodding, Deicide, JezuzLizzard and to all those who also leave their contributions in github, We can enjoy something better and different that has had great acceptance, but, as a non-programmer at last, the server has been crashing, due to an error "too many strings", I need help to optimize it, from which I have removed the hud of the life, and the second score, both required for gameplay, I just attached the clientids.gsc waiting for your help. I also hope that I have not violated the rules when publishing this topic, so that it is not eliminated, really "not to mention the problems we go through in my country to be able to play", my friends on the network and I need your help.
https://drive.google.com/file/d/19dsH6WguQ1p1XHyCbPvJx8k1Wq5C9GDM/view?usp=sharing