New Tagmismatch problem.
#1

i've changed my code to this, and i get a warning about tag mismatch.

Код:
       armour = GetPlayerArmour(i, armour);
Why am i getting a warning?
Reply
#2

just do

pawn Код:
new Float:armour;
GetPlayerArmour(i, armour);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)