27.05.2015, 19:14
You've obviously not looked on the wiki.
https://sampwiki.blast.hk/wiki/Create3DTextLabel
You are setting the Virtual World to 1, it should be 0 for you to see the label.
https://sampwiki.blast.hk/wiki/Create3DTextLabel
pawn Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
pawn Код:
Create3DTextLabel("Type /enter to enter the Police Station", COLOR_BLUE, -1605.8081,711.6846,13.8672, 100.00, 0);