11.07.2018, 18:56
First print the values to see what is happening. Like this:
And see the values.
pawn Код:
new string[254];
format(string, sizeof(string), "ohp: %f, oar: %f", ohp, oar);
SendClientMessage(playerid, 0xFFFFFFFF, string);
format(string, sizeof(string), "nhp: %f, nar: %f",nhp, nar);
SendClientMessage(playerid, 0xFFFFFFFF, string);