02.09.2011, 14:05
Hi guys, i wanna put the result of the 2 teams (Attack and Defence) in a Textdraw.
I see the result with TeamRoundsWon[T_HOME] and TeamRoundsWon[T_AWAY] when i do /scores.
now i wanna do same but with textraw.
i try with
but whe i enter ingame i see only TeamRoundsWon
how can i do?
Thanks and sorry for my bad english >_<
I see the result with TeamRoundsWon[T_HOME] and TeamRoundsWon[T_AWAY] when i do /scores.
now i wanna do same but with textraw.
i try with
Код:
risultato = TextDrawCreate(526, 141, "TeamRoundsWon[T_HOME] / TeamRoundsWon[T_AWAY]"); TextDrawFont(risultato , 1); TextDrawLetterSize(risultato , 1, 7); TextDrawSetOutline(risultato , 0); TextDrawSetProportional(risultato , 1); TextDrawSetShadow(risultato , 1);
how can i do?

Thanks and sorry for my bad english >_<