strange 3dtext warning
#1

The code:
PHP код:
format(stringsizeof(string), ""COL_LIGHTBLUE"%s\n"COL_WHITE"-----\n"COL_LIGHTBLUE"Owned by: "COL_WHITE"%s"BuildingInfo[i][bName], BuildingInfo[i][bOwner]);
        
buildings3d[BuildingInfo[i][ID]] = Create3DTextLabel(stringCOLOR_WHITEBuildingInfo[i][bEntranceX], BuildingInfo[i][bEntranceY], BuildingInfo[i][bEntranceZ], 15.000); 
The warning:
PHP код:
C:\Users\andrei\Desktop\Scripting SA-MP\Basic RP Script Scratch FIX\gamemodes\U1.pwn(2082) : warning 213tag mismatch
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Warning

Reply
#2

Make sure you have this on your enum

PHP код:
Text3D:ID 
Reply
#3

Quote:
Originally Posted by Eoussama
Посмотреть сообщение
Make sure you have this on your enum

PHP код:
Text3D:ID 
Oh, completly forgot about that!

PHP код:
new Text3D:buildings3d[MAX_BUILDINGS]; 
I used ID just as a number, buildings3d was the variable.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)