Posts: 106
Threads: 11
Joined: Jul 2010
Reputation:
0
Hi, I creating mini missions server and I wanna to create mission Death Match. How can I make TextDraw team kills statistic like : TEAM1: 5 kills , TEAM2: 10 kills.
Thanx for help.
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
Create it on a loop under OnGameModeInit. Thne when people start the mini missions use TextDrawSetString ti chage it. Put it on a timer for every 10 seconds or so and you should be good.
Posts: 106
Threads: 11
Joined: Jul 2010
Reputation:
0
Maybe can somone write few functions of this statistic ?
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
Well, I am at work. I cannot get pawno, so I can't but if someone else would like to go for it. Make sure you put the loop under 'onGameModeInit' so that it creates all the player slots. Then use the show and hide function as needed.