04.04.2009, 12:14
hey, i made a textdraw so that onplayerdeath the score of each of my 3 teams in my deathmatch was updated:
new s;
s = score[0];
TextDrawSetString(Text:gTextDraw,"GROVE: %d",s);
s = score[1];
TextDrawSetString(Text:gTextDraw2,"GOLFERS: %d",s);
s = score[2];
TextDrawSetString(Text:gTextDraw3,"POLICE: %d",s);
but i cant format the draw.... cheers for any help.
sorry for the short writeup, but its late and i need to go to bed, so i dont have time to explain fully
once again; thanks.
new s;
s = score[0];
TextDrawSetString(Text:gTextDraw,"GROVE: %d",s);
s = score[1];
TextDrawSetString(Text:gTextDraw2,"GOLFERS: %d",s);
s = score[2];
TextDrawSetString(Text:gTextDraw3,"POLICE: %d",s);
but i cant format the draw.... cheers for any help.
sorry for the short writeup, but its late and i need to go to bed, so i dont have time to explain fully
once again; thanks.