26.06.2013, 22:30
(
Last edited by [..MonTaNa..]; 18/01/2014 at 09:25 PM.
)
Removed.
|
pawn Code:
|
|
use to update, when it's needed to update |
new team, stringkills[128];
format(stringkills, sizeof(stringkills), "European Kills: %d USA Kills: %d Russian Kills: %d China Kills: %d", TeamKills[EUROPE], TeamKills[USA], TeamKills[RUSSIA], TeamKills[CHINA]);
TextDrawHideForAll(kills);///this is to update the textdraw
TextDrawSetString(kills, stringkills);//this is to update the textdraw
TextDrawShowForAll(kills);//this is two update the textdraw...