Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

alejandrodarzundefined

alejandrodarz

@alejandrodarz
About
Posts
96
Topics
25
Shares
0
Groups
0
Followers
8
Following
0

Posts

Recent Best Controversial

  • Server issue with players GUID
    alejandrodarzundefined alejandrodarz

    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?

    MW3 Server Hosting Support error guid

  • Server issue with players GUID
    alejandrodarzundefined alejandrodarz

    Hello, 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

    MW3 Server Hosting Support error guid

  • HUD killstreak Player
    alejandrodarzundefined alejandrodarz

    Kalitos 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;
    }
    }

    MW3 Modding Releases & Resources

  • [Release] T6 BattleRoyale Team Gamemode
    alejandrodarzundefined alejandrodarz

    Hello, 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

    https://youtu.be/CJ-iRJhVnWQ

    BO2 Modding Releases & Resources battleroyale gamemode mod modding

  • Someone knows why this error is due: Internal Script Overflow
    alejandrodarzundefined alejandrodarz

    Hello, the server closes me sometimes throwing me this error: Internal Script Overflow, do you know why?

    BO2 Server Hosting Support

  • 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?
    alejandrodarzundefined alejandrodarz

    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

    BO2 Server Hosting Support

  • A question with all this to change the skins to the weapons can you change the skins to the complete characters?
    alejandrodarzundefined alejandrodarz

    A question with all this to change the skins to the weapons can you change the skins to the complete characters?

    BO2 Modding Support & Discussion

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    alejandrodarzundefined alejandrodarz

    alejandrodarz Por todo lo demas todo ok, me funcion贸 en todos los modos de juego.

    BO2 Modding Releases & Resources gsc gsc script mapvote

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    alejandrodarzundefined alejandrodarz

    Sorex 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

    BO2 Modding Releases & Resources gsc gsc script mapvote

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    alejandrodarzundefined alejandrodarz

    alejandrodarz es por si lo deseas implementar en el mapvote. saludos

    BO2 Modding Releases & Resources gsc gsc script mapvote

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    alejandrodarzundefined alejandrodarz

    Sorex 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" );
    }
    

    }

    BO2 Modding Releases & Resources gsc gsc script mapvote

  • How to get the round number in SyD !Help
    alejandrodarzundefined alejandrodarz

    Kalitos

    currentround = game["roundsplayed"]+1;

    BO2 Modding Support & Discussion

  • anyone know how to restrict perks using gsc? Or at least send a message to the player who has a specific perk?
    alejandrodarzundefined alejandrodarz

    I need a function for my script, something like iprimtln to the player that has a specific perk

    BO2 Modding Support & Discussion

  • Does anyone know how to put accents in gsc?
    alejandrodarzundefined alejandrodarz

    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.

    BO2 Modding Support & Discussion

  • How can I find out the number of players on a team?
    alejandrodarzundefined alejandrodarz

    TheHiddenHour Thank you very much everyone for the next one I will specify, and although I already solved thank you very much TheHiddenHour

    BO2 Modding Support & Discussion

  • How can I find out the number of players on a team?
    alejandrodarzundefined alejandrodarz

    Xerxes jjjj

    BO2 Modding Support & Discussion

  • Does anyone know how to put accents in gsc?
    alejandrodarzundefined alejandrodarz

    For example tildes: 谩, 贸, 铆,

    BO2 Modding Support & Discussion

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    alejandrodarzundefined alejandrodarz

    Sorex Yes, how would it be on Twitter? Don't have Telegram?

    BO2 Modding Releases & Resources gsc gsc script mapvote
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate