18.07.2014, 17:13
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.
To
pawn Код:
Create3DTextLabel("Exit", 0x008080FF, dInfo[doorid][dIPos][0], dInfo[doorid][dIPos][1], dInfo[doorid][dIPos][2],10.0, 1, 0);
pawn Код:
Create3DTextLabel("Exit", 0x008080FF, dInfo[doorid][dIPos][0], dInfo[doorid][dIPos][1], dInfo[doorid][dIPos][2],10.0, -1, 0);