Posts: 55
Threads: 27
Joined: May 2014
Reputation:
0
How can i update money textdraw(default).
Posts: 325
Threads: 5
Joined: Jun 2017
The default money from SP? Use ResetPlayerMoney / GivePlayerMoney
Or if it is a scripted textdraw you need to use format , PlayerTextDrawSetString and PlayerTextDrawHide and then PlayerTextDrawShow
Posts: 55
Threads: 27
Joined: May 2014
Reputation:
0
Yea default from SP but i meant update like i give there
Decimal point..Or the dollar if i can change to Euro.
Posts: 325
Threads: 5
Joined: Jun 2017
You can't change it's symbol from SA-MP natives... But you can use a textdraw to do this.