#1

^^^^^^^^
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=442095

The font of the text at the top is either 0 or 3 and the rest of it is font 1.
Reply
#3

^^^^^^^^
Reply
#4

Integrate it with an account system
Reply
#5

I have an saving system, can I do it with that?
Reply
#6

Yep, you will get the player variables, place them into a string which will be shown through whichever means of presentation you choose.
Reply
#7

^^^^^^^^
Reply
#8

^^^^^^^^
Reply
#9

I create each textdraw by themselves then add them together, each one will have their own string which will be things like this:
pawn Code:
format(string,sizeof(string),"Money: %d",pStats[pID][Money]);
and then
pawn Code:
TextDrawSetString(yourtd,string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)