24.07.2016, 08:14
213: tag mismatch
A tag mismatch occurs when:
from wiki.. btw http://lmgtfy.com/?q=samp+errors+list+samp+wiki
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 requires a tagged index with no tag or a wrong tag name -Usually happen on a new variable created with missing tag on the required function such as Float:, Text3D:

