[DM] Textdraw "Help"
#1

Hi guys, pls try to create this Textdraw with Update for me:



Thank you!
Best Regards
Reply
#2

Firstly you can start using Pleox's textdraw editor it's very easy to use. Textdraws are really fast to be created or modified. About the stats update you can do on this ways:

1° Kills - Increment the kills variable when you kill a player and update the textdraw
2° Deaths - Do the same thing when your character dies.
3° Killing spree: Same system if you kill more than an amount of times.
4° Ratio: Just Just do Kills/Deaths.

A possible example (not mine though) is:

pawn Код:
new tdstring[5];
new Float:ratio = killsvar/deathsvar;
format( tdstring, sizeof( tdstring ), "%f", ratio );
TextDrawSetString( textdraw, tdstring );
Reply
#3

Hi TheArcher, I can't find "Pleox's textdraw editor" can u help me to find it pls?
Reply
#4

Here. https://sampforum.blast.hk/showthread.php?tid=376758
Reply
#5

Ok thank you very much, can u create the update for me pls?
Its little bit hard for me.

Regards
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)