Create3DTextLabel("Rob Bank", 2309.1899,-8.4444,26.7422, 200, 1, 0);
E:\WOT\filterscripts\rob.pwn(92) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Create3DTextLabel("Rob Bank", COLOR_HERE, 2309.1899,-8.4444,26.7422, 200, 1, 0);
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
You've forgotten to set a color for your 3d Text.
pawn Код:
|