tag mismatch
#1

Hey again! Don't know why my last post delete, just ask for help..

Anyway, now i have only 1 warning:
pawn Код:
Turnirs2.pwn(618) : warning 213: tag mismatch
618 line:
pawn Код:
var4 = floatround(var3, 1);
What is wrong?
Reply
#2

Show us your var3
Reply
#3

pawn Код:
new var4 = floatround(var3, 1);
be sure that var3 was declared float ( new Float:var3)
Reply
#4

The second argument is declared with the tag floatround_method:. Hence, tag mismatch. Use either of these: https://sampwiki.blast.hk/wiki/Floatround_method
Reply
#5

Var3:
pawn Код:
new Float:var3 = 0.0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)