Help - Some little script
#1

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..


Код:
	format(wstring, sizeof(wstring), "$%d" , bank);
		TextDrawSetString(BankadakiPara[playerid],wstring);
So how can i put this code unders 'player spawn' correctly.. thanks..
Reply
#2

look for the textdraw creating under OnGameModeInit
Reply
#3

I have textdraw and its working.. but just when i use /stats i can see it =)
thats why i shared that code, because just it stays under the 'show stats' public..

So if i move this code o OnGameModeInıts (just like that) is that gonna work ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)