3D text label not showing
#2

You're setting the Virtual World to 1 therefore it's only visible for players in VW 1, so in case you don't have setting to VW 1 I'd suggest you change it to -1 (I think this is the code to all VWs) or 0.

pawn Код:
Create3DTextLabel("Exit", 0x008080FF, dInfo[doorid][dIPos][0], dInfo[doorid][dIPos][1], dInfo[doorid][dIPos][2],10.0, 1, 0);
To

pawn Код:
Create3DTextLabel("Exit", 0x008080FF, dInfo[doorid][dIPos][0], dInfo[doorid][dIPos][1], dInfo[doorid][dIPos][2],10.0, -1, 0);
Reply


Messages In This Thread
3D text label not showing - by Blademaster680 - 18.07.2014, 16:42
Re: 3D text label not showing - by Blast3r - 18.07.2014, 17:13
Re: 3D text label not showing - by Blademaster680 - 18.07.2014, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)