Recent content by RandomUser1

  1. RandomUser1

    [Simple] Which player has most kills. Sorting Integer

    EDIT: After several hours of attempting to fix it. I managed to get it to work. Thank you to all that helped :)
  2. RandomUser1

    [Simple] Which player has most kills. Sorting Integer

    Weird. I tried to turn it into jass. It is about 80% accurate? local integer i set udg_NumberOfPlayers = 5 set udg_PlayerScores[GetConvertedPlayerId(Player(0))] = GetRandomInt(1, 100) set udg_PlayerScores[GetConvertedPlayerId(Player(1))] = GetRandomInt(1, 100) set...
  3. RandomUser1

    [Simple] Which player has most kills. Sorting Integer

    Thank you!! I think i got it. I will leave this incase anyone else needs help with the same issue. Untitled Trigger Events Player - Player 1 (Red) skips a cinematic sequence Conditions Actions Set NumberOfPlayers = 5 Set PlayerScores[(Player number of Player 1...
  4. RandomUser1

    [Simple] Which player has most kills. Sorting Integer

    Just as the tittle states. It may be simple for some by i do not know how to find this especially when you have 8 players. The map at the start caculates how many players are in-game and places the total number in "Players" (Integer) Then i have "PlayerKills" (Integer) How do i find out who...
  5. RandomUser1

    [Jass] Simple, quick question!

    Firstly i'd like to say i tried to create this in the JASS area but everytime i click Create a New etc.. it says "502 BadGateway". Anyway i just have a quick question. Which is better. NOTE: There are multiple Elseif's i just cut it to make this short but there are about 18 Arenas a player can...
Top