Tag mismatch error
#1

i have strange tag mismatch error i don't know what does it mean

Код:
C:\Documents and Settings\iStrow\Desktop\iStrow RolePlay\gamemodes\iSRP.pwn(427) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
here is the part
Код:
 format(infotekst, sizeof(infotekst), "{FFFFFF}Hello!");
            KucaInfo[idx][kID] = CreateDynamic3DTextLabel(infotekst,0x008080FF,KucaInfo[idx][kUlazX],KucaInfo[idx][kUlazY],KucaInfo[idx][kUlazZ]+1,10.0); // this is line that screws me up
Just to add that text is showing in game!

but text can be seen trought the wall! can i fix that too?
Reply
#2

I think you have kID in enum without Text3D: in front of it, change in enum
Код:
    kID,
with
Код:
    Text3D:kID,
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)