TextDraw Update
#2

pawn Код:
stock TextDrawUpdate(Text:TextID) {
     TextDrawHideForAll(TextID);
     TextDrawShowForAll(TextID);
}
pawn Код:
public UpdateTeamCash()
{
new string1[60];
new string2[60];
format(string1, sizeof(string1), "Team 1 Cash: %s", T1Cash);
format(string2, sizeof(string2), "Team 2 Cash: %s", T2Cash);
TextDrawSetString(Textdraw0,string1);
TextDrawSetString(Textdraw1,string2);
TextDrawUpdate(TextDraw0);
TextDrawUpdate(TextDraw1);
return 1;
}
Reply


Messages In This Thread
TextDraw Update - by RichyB - 08.07.2010, 13:44
Re: TextDraw Update - by Carlton - 08.07.2010, 13:47
Re: TextDraw Update - by CAR - 08.07.2010, 13:49
Re: TextDraw Update - by Carlton - 08.07.2010, 13:51
Re: TextDraw Update - by CAR - 08.07.2010, 13:52
Re: TextDraw Update - by RichyB - 08.07.2010, 13:59
Re: TextDraw Update - by CAR - 08.07.2010, 14:01
Re: TextDraw Update - by RichyB - 08.07.2010, 14:04

Forum Jump:


Users browsing this thread: 2 Guest(s)