Format
#1

Hi, i had alot of textdraws in my stats system so i changed it a bit

now i have like
pawn Код:
~w~Your Kills: ~g~%d ~n~~w~Your Deaths: ~g~%d ~n~~w~Favorit Skin: ~g~%d, pStats[playerid][Kills], pStats[playerid][Deaths], pStats[playerid][Skin]
And so on, but when i format it only the numbers show up, not the other textdraws, but if i do it like

pawn Код:
~w~Your Kills: ~g~%d, pStats[playerid][Kills] // (only once)
then it works, what can the problem be?
Reply
#2

You forgot quotes:

pawn Код:
"Example %d",10);
Where is this textdraw placed? It writes the informations in various lines. Make sure them get all in the screen.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)