10.01.2018, 20:52
So. Never seen this kinda shit.
ID 1 is never reading good ID from %d.
ID 0 and 2 works fine as shown in pictures.
Pictures - https://imgur.com/a/4Qm8z
Last version of sscanf, and everything is updated, everything works fine for ID 1 only this is bugged. Why the F...
ID 1 is never reading good ID from %d.
ID 0 and 2 works fine as shown in pictures.
Код:
format(recon_string, sizeof(recon_string), "~n~~n~~n~~n~~n~~n~~w~%s ~y~ID: ~w~%d~n~~g~%.1f hp",PlayerName(ReconanID[i]), ReconanID[i], zdravlje); GameTextForPlayer(i, recon_string, 3500, 3);
Last version of sscanf, and everything is updated, everything works fine for ID 1 only this is bugged. Why the F...