Xerxes This solution is not working for me, because the server is running on a PC without internet access on a local network. Isn't there a way to set a static GUID for each player?
alejandrodarz
Posts
-
Server issue with players GUID -
Server issue with players GUIDHello, I have created an offline server to play it offline, and I have run into an error, every time the player closes the game and reopens it and connects, the player appears with a different GUID on the server, so tools such as iw4admin not working properly or if the user is banned by GUID, logs in when closing and opening the game, or if in infected mode the player is infected just by closing the game and opening it again he is still infected. any solution or any help
-
HUD killstreak PlayerKalitos You should do it like this, this way it does not update all the time
KillstreakPlayer()
{
self endon ("disconnect");
level endon("game_ended");
self.hudkillstreak = createFontString( "Objective", 1 );
self.hudkillstreak setPoint( "CENTER", "TOP", "CENTER", 10 );
self.hudkillstreak.label = &"^2 KILLSTREAK: ^7";
while(true)
{
if(self.playerstreak != self.pers["cur_kill_streak"])
{
self.playerstreak = self.pers["cur_kill_streak"];
self.hudkillstreak setValue(self.pers["cur_kill_streak"]);
}
wait 0.01;
}
} -
[Release] T6 BattleRoyale Team GamemodeHello, I want to share my script, which thanks to many contributions from many people could be made possible, I must indicate that this is not finished yet, it is a beta type that of course there are many things to correct and there are still some bugs, despite the script It works better than expected, there is a file inside the compress that the compiled scripts are found called BankMoneyBattleRoyaleBO2.cmd this file what it does is execute the BankMoneyBattleRoyaleBO2.py file through python, this is optional since the tool what it does is In the event that the server is turned off by means of the log, recover the money from the bank players in addition to other functions, for its use they only have to have the python installed and run it from the same place where it is located, they cannot move it from place. I must emphasize that this battleroyale is for teams of 3 for a maximum of 6 teams and to match them in the same team they must put the same CLAN or CLANTAG. Hope you like it and can edit the script all you want. Greetings
All maps work and almost all are enlarged
Links to compiled and decompiled scripts: https://github.com/alejandrodarz/Battle-Royale-Script-Bo2-2021.git
Youtube video links:
https://youtu.be/xDapeQRR6W8 -
Someone knows why this error is due: Internal Script OverflowHello, the server closes me sometimes throwing me this error: Internal Script Overflow, do you know why?
-
Hello, I would like to know if there is any way or if in some way the number of players allowed on the server could be increased, the maximum is 18 players, this amount could not be increased in some way or form?Hello, I would like to increase the number of players allowed on the server, which is currently 18 players, the reason is that I have made a battle royale for this game is the most complete but I would only need to be able to increase the number of players
-
A question with all this to change the skins to the weapons can you change the skins to the complete characters?A question with all this to change the skins to the weapons can you change the skins to the complete characters?
-
[Release] Black ops II Mapvote for Zombies and Multiplayeralejandrodarz Por todo lo demas todo ok, me funcion贸 en todos los modos de juego.
-
[Release] Black ops II Mapvote for Zombies and MultiplayerSorex disc煤lpame me equivoqu茅 escribiendo el c贸digo el level notify( "play_final_killcam" ); va antes de wait porque en shearch and destroy se termina antes de los 7 segundos y no da tiempo a pausar el juego para votar y el wait lo modifiqu茅 para 10 segundos para que el mapvote no tuviera conflicto con ningun mensaje del juego al final. Saludos
-
[Release] Black ops II Mapvote for Zombies and Multiplayeralejandrodarz es por si lo deseas implementar en el mapvote. saludos
-
[Release] Black ops II Mapvote for Zombies and MultiplayerSorex Estoy utilizando esta funci贸n para que el mapvote se ejecute cuando no hay kills.
ontimelimit(){
level waittill("game_ended");if(!getKills() && waslastround()){ wait 7; level notify( "play_final_killcam" ); //llamar el mapvote aqui level notify( "final_killcam_done" ); }
}
-
How to get the round number in SyD !Helpcurrentround = game["roundsplayed"]+1;
-
anyone know how to restrict perks using gsc? Or at least send a message to the player who has a specific perk?I need a function for my script, something like iprimtln to the player that has a specific perk
-
Does anyone know how to put accents in gsc?FragsAreUs I have tried a thousand ways and there is no way. If you have permission to delete posts you can delete one that looks a lot like this one. I uploaded it by mistake because I thought I hadn't uploaded this one.
-
How can I find out the number of players on a team?TheHiddenHour Thank you very much everyone for the next one I will specify, and although I already solved thank you very much TheHiddenHour
-
How can I find out the number of players on a team?Xerxes jjjj
-
Does anyone know how to put accents in gsc?For example tildes: 谩, 贸, 铆,
-
[Release] Black ops II Mapvote for Zombies and MultiplayerSorex Yes, how would it be on Twitter? Don't have Telegram?