06.10.2012, 10:59
Guys, i took some scripts from Raven's role play.
It makes to see your ' bank account ' on your screen always.. I just wanna take this, and put on my mod.
I got it, but i had to put it under the 'show stats' public, thats why when i use /stats i can see the textdraw.
I wanna show this bank money textdraw for all time..
So how can i put this code unders 'player spawn' correctly.. thanks..
It makes to see your ' bank account ' on your screen always.. I just wanna take this, and put on my mod.
I got it, but i had to put it under the 'show stats' public, thats why when i use /stats i can see the textdraw.
I wanna show this bank money textdraw for all time..
Код:
format(wstring, sizeof(wstring), "$%d" , bank); TextDrawSetString(BankadakiPara[playerid],wstring);