of     1   

kailen
#141565644Saturday, July 26, 2014 1:25 AM GMT

I'll pay whatever you want me to pay, looking for whoever offers the lowest, this is what I'm looking for: A SIMPLE script, it's super easy, because I do script a bit, that does this: There are 3 teams, Allies, Raiders, and Defenders. What this script needs to do is count the number of Knockouts on each team, and whichever team reaches 400 Knockouts first, the script will make a shout saying, "___ has reached 400 Knockouts and has won!" It also needs to add Allies and Defenders Knockouts together.
EsdeathIsLyfe
#141565839Saturday, July 26, 2014 1:27 AM GMT

hi kailen
kailen
#141566209Saturday, July 26, 2014 1:30 AM GMT

Hey.
kailen
#141685323Sunday, July 27, 2014 2:52 AM GMT

dddddddddd
ehern11
#141685662Sunday, July 27, 2014 2:56 AM GMT

gaim dot plrs get childrenz if plrz dot teem = bricolurdotnew yellow hi then shout pls leave this team has won u bobiiiz noobs
kailen
#141685822Sunday, July 27, 2014 2:57 AM GMT

^ That has nothing to do with the KO quantity.
Kodran
#141686112Sunday, July 27, 2014 3:01 AM GMT

I'm offering it for 100,000.
UncleTaz
#141686181Sunday, July 27, 2014 3:02 AM GMT

My deal is better than Kodrans.. 80,000 + 10x the starter fee which is 10k
UncleTaz
#141686322Sunday, July 27, 2014 3:03 AM GMT

My deal is better than Kodrans. 70,000 + 10x the starting fee which is 10^3
UncleTaz
#141686412Sunday, July 27, 2014 3:04 AM GMT

Wth ? I thought it told my post was floodchecked... Then I rewrote it... Ugh, stupid floodcheck sorry for the spam -_-'
Kodran
#141686460Sunday, July 27, 2014 3:05 AM GMT

Honestly, I'd do it for 77,526. Lowest I go though.
EsdeathIsLyfe
#141686503Sunday, July 27, 2014 3:05 AM GMT

It's a simple script it should cost 1k-5k i can get you some one to do it for that cheap @Kailen.
ehern11
#141686572Sunday, July 27, 2014 3:06 AM GMT

yes it does, sir, you just have no scripting knowledge
Kodran
#141686606Sunday, July 27, 2014 3:06 AM GMT

I'd honestly do it for r$750 kailin msg me if you'd pay that
lampwnage121
#141686678Sunday, July 27, 2014 3:07 AM GMT

Sorry already have the R and money sign for my keyboard I am missing the percent sign so if u could offer that instead...
ehern11
#141687052Sunday, July 27, 2014 3:11 AM GMT

har har youre too funny ^
kailen
#141758455Sunday, July 27, 2014 8:44 PM GMT

d2222
TickerOfTime
#141758659Sunday, July 27, 2014 8:47 PM GMT

500R$ PM me.
KEVEKEV77
#142229430Friday, August 01, 2014 12:24 AM GMT

um.... do the teams have KO values? if so..... h = game:GetService("Teams"); team1 = h.urfirstteamAllensorwahtever--change to first team team2 = h.ursecondteam team3 = h.urthirdteam Spawn(function() while wait() do local winner = false; local teamname = ""; if team1.KOS >= 400 then winner = true; local teamname = team1.Name end if team2.KOS >= 400 then winner = true; local teamname = team2.Name end if team3.KOS >= 400 then winner = true; local teamname = team3.Name end end if winner == true then m = Instance.new("Message", game.Workspace) m.Text = teamname.." has won!"; end end) make sure their is a value in each team named KOS
greencoolman8
#142229612Friday, August 01, 2014 12:26 AM GMT

^ Use math.max

    of     1