10.12.2014, 08:32
Thanks for the reply,
I understand how format works and the uses of it, I did that as an example to show it's not working.
I'm using format to display the players ammo,
that is what I'm working on, but in my example you can see it's not working at all, even with just a blank statement reading "test".
I understand how format works and the uses of it, I did that as an example to show it's not working.
I'm using format to display the players ammo,
pawn Код:
format(str, sizeof(str), "%d : %d", magazines, ammoInMag);