29.05.2015, 12:14
(
Последний раз редактировалось Prokill911; 29.05.2015 в 16:11.
)
Fixed.
Thanks to below help.
Thanks to below help.
new Float:armour = GetPlayerArmour(playerid, armour);
pawn Код:
I just tested this statement and I find it rather odd that it does not give a tag mismatch warning, even though it probably should. |
new Float:armour = GetPlayerArmour(playerid, armour);
new Float:armour;
GetPlayerArmour(playerid, armour);
new Float:armour;
GetPlayerArmour(playerid, armour);