Posts: 128
Threads: 21
Joined: Jul 2015
Reputation:
0
what i gonna use to draw that ??
for example in textdraw , Health : %s ? %f %d %i
Posts: 128
Threads: 21
Joined: Jul 2015
Reputation:
0
if im using
%i = 12201110333
%s = notin
%d = 11102920120 same %i
%f = 100.0000000
%f is 100 its correct but i want to remove .0000000 i want 100 only
Posts: 128
Threads: 21
Joined: Jul 2015
Reputation:
0
Nevermind i fix it by my self using %0.0f
thank you