what means this ..
#1

In my script i get some warnings but I don't know what is means,
can somebody explain what means this:

pawn Код:
warning 213: tag mismatch
Reply
#2

pawn-lang.pdf:
Quote:
tag mismatch

A tag mismatch occurs when:
⋄ assigning to a tagged variable a value that is untagged or that
has a different tag
⋄ the expressions on either side of a binary operator have different
tags
⋄ in a function call, passing an argument that is untagged or that
has a different tag than what the function argument was defined
with
⋄ indexing an array which which requires a tagged index with no tag or
a wrong tag name

Reply
#3

pawn Код:
RedTeamText = TextDrawCreate(180.000000, 20.000000, "~r~Red~w~ Team");
^ warning 213: tag mismatch
Reply
#4

pawn Код:
new Text:RedTeamText;
Reply
#5

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
pawn Код:
new Text:RedTeamText;
ok thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)