Help me
#1

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?
Reply
#2

Use textdraws.
Reply
#3

Quote:
Originally Posted by Finn
i know but how can i make it to show your Bank Cash?
Reply
#4

pawn Код:
new string[11];
format(string, sizeof(string), "$%d", BANK_CASH_VALUE_GOES_HERE);
TextDrawSetString(TEXTDRAW_GOES_HERE, string);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)