Textdraw Strings?
#2

1. Muste be new Text:Textdraw1[MAX_PLAYERS]; and then Textdraw1[playerid] = TextDrawCreate(....
2.
pawn Код:
format(string, sizeof(string), "%s | Money: %d", szPlayerName, GetPlayerMoney(playerid));
TextDrawSetString(Textdraw1[playerid],string);
TextDrawShowForPlayer(playerid, Textdraw1[playerid]);
Reply


Messages In This Thread
Textdraw Strings? - by Swyft™ - 10.02.2012, 00:26
Re: Textdraw Strings? - by Jefff - 10.02.2012, 00:29
Re : Textdraw Strings? - by rbcrp - 10.02.2012, 00:52
Re: Re : Textdraw Strings? - by Swyft™ - 10.02.2012, 01:03

Forum Jump:


Users browsing this thread: 1 Guest(s)