Translations:Factiuni:FBI/35/en: Diferență între versiuni
De la B-Zone Wiki
(Pagină nouă: = Revenues = == For players without a premium account == === Rank 1 === #For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,1 #For each ticket...) |
|||
Linia 3: | Linia 3: | ||
=== Rank 1 === | === Rank 1 === | ||
#For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,1 | #For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,1 | ||
− | |||
#For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,1 | #For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,1 | ||
=== Rank 2 === | === Rank 2 === | ||
#For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,2 | #For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,2 | ||
− | |||
#For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,2 | #For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,2 | ||
=== Rank 3 === | === Rank 3 === | ||
#For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,3 | #For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,3 | ||
− | |||
#For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,3 | #For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,3 | ||
=== Rank 4 === | === Rank 4 === | ||
#For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,4 | #For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,4 | ||
− | |||
#For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,4 | #For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,4 | ||
=== Rank 5 === | === Rank 5 === | ||
#For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,5 | #For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,5 | ||
− | |||
#For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,5 | #For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,5 | ||
=== Rank 6 and Leader === | === Rank 6 and Leader === | ||
#For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,6 | #For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,6 | ||
− | |||
#For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,6 | #For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,6 |
Versiunea curentă din 8 martie 2020 15:22
Cuprins
Revenues
Rank 1
- For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,1
- For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,1
Rank 2
- For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,2
- For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,2
Rank 3
- For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,3
- For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,3
Rank 4
- For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,4
- For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,4
Rank 5
- For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,5
- For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,5
Rank 6 and Leader
- For each arrested suspect: revenue = [2,43 * (247 + random(15) + 10 * WantedLevel)] * 1,6
- For each suspect caught attempting to escape: revenue = [2,43 * (247 + random(15) + 100)] * 1,6