|
| 17 Jul 2015 06:57 PM |
If I wanted to give a player x3 the probabilty to being chosen can I just do this?
for _,Player in pairs(PlayersTable) do if MarketService:PlayerOwnsAsset(Player, GamePass2) then Murderer = PlayersTable[math.random(3, #PlayersTable)] else Murderer = PlayersTable[math.random(1, #PlayersTable)] end end |
|
|
| Report Abuse |
|
| |
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
|
| 17 Jul 2015 07:09 PM |
Add the player name three times to the table
I don't need a siggy |
|
|
| Report Abuse |
|