Tag mismatch (+REP) :)
#1

PHP код:
#define MAX_TELEPORTS 500
new TPText[MAX_TELEPORTS];
for(new 
0MAX_TELEPORTSi++){
    
format(String,sizeof(String),"- Teleport -\n%s",tpDB[i][Description]);
    
TPText[i] = Create3DTextLabel(StringC_WHITEtpDB[i][X],tpDB[i][Y],tpDB[i][Z], 25.0tpDB[i][VW], 0);
    
TPText[i] = Create3DTextLabel(StringC_WHITEtpDB[i][ToX],tpDB[i][ToY],tpDB[i][ToZ], 25.0tpDB[i][ToVW], 0);
    } 
Tag mismatch lines are the TPText[i] = Create3DTextLabel, if i remove the TPText[i] its working fine.
Reply
#2

Add tag ''Text3D:'' to new TPText
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)