Posts: 498
Threads: 24
Joined: Apr 2013
I'm not sure nut maybe this :
PHP код:
format(stringy, sizeof(stringy), "%s [%d]\nHP: %0.6f | AP: %0.6f",GetName(playerid),playerid,hp,ap);
or this one :
PHP код:
format(stringy, sizeof(stringy), "%s [%d]\nHP: %0.4f | AP: %0.4f",GetName(playerid),playerid,hp,ap);
But I'm sure one of them is what you want

Is There Any +REP ?!
Posts: 223
Threads: 68
Joined: Apr 2014
Reputation:
0
Both... didn't work.
EDIT: Oh wait, I've noticed some FAIL on my script.
BTW thanks for the help,here's your REP+.
Posts: 498
Threads: 24
Joined: Apr 2013
when you use mine what does it show?
and when i put 0.2 it shows with two zeros