[Flashy] Show with TextDraw a Kill counter
#10

You need a variable in which you store how many people are killed from each team.

Whether you do this with an two cells array or two seperate variables is up to you. If you don't want to use an array simply declare:

new team_rifa_alive=10; // or with whatever number of players the team starts
new team_triad_alive; // " "

and just store in those how many people are still alive (meaning each time a player of one team dies the respective variable gets decremented by one:

Either team_rifa_alive--; or team_rifa_alive=team_rifa_alive-1; which do technically the same.

As I said, I don't ask you to do "all things you know" - I ask you to read this short text I gave you instead of asking for final code as next time you want to have something like that scripted, you won't need to ask in here anymore, but be able to do it on your own.
Reply


Messages In This Thread
[Flashy] Show with TextDraw a Kill counter - by Flashy - 14.05.2010, 09:48
Re: [Flashy] Show with TextDraw a Kill counter - by Flashy - 14.05.2010, 10:31
Re: [Flashy] Show with TextDraw a Kill counter - by Flashy - 14.05.2010, 12:23
Re: [Flashy] Show with TextDraw a Kill counter - by juice.j - 14.05.2010, 12:54
Re: [Flashy] Show with TextDraw a Kill counter - by Flashy - 14.05.2010, 13:02
Re: [Flashy] Show with TextDraw a Kill counter - by juice.j - 14.05.2010, 13:11
Re: [Flashy] Show with TextDraw a Kill counter - by Flashy - 14.05.2010, 13:47
Re: [Flashy] Show with TextDraw a Kill counter - by Flashy - 14.05.2010, 15:46
Re: [Flashy] Show with TextDraw a Kill counter - by Flashy - 14.05.2010, 17:22
Re: [Flashy] Show with TextDraw a Kill counter - by juice.j - 14.05.2010, 18:46

Forum Jump:


Users browsing this thread: 1 Guest(s)