Help me - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me (
/showthread.php?tid=97867)
Help me -
GforceNL - 17.09.2009
hi can you help me
i was in a Server and i saw this:
The Blue text is the Bank Cash
But one Question
How can i make this?
Re: Help me -
Finn - 17.09.2009
Use
textdraws.
Re: Help me -
GforceNL - 17.09.2009
Quote:
Originally Posted by Finn
|
i know but how can i make it to show your Bank Cash?
Re: Help me -
Finn - 17.09.2009
pawn Код:
new string[11];
format(string, sizeof(string), "$%d", BANK_CASH_VALUE_GOES_HERE);
TextDrawSetString(TEXTDRAW_GOES_HERE, string);