3d Text Labels wtf
#1

I'm confused, i've tried everything and looked all over the internet but really can't find the reason as to why I can't see this text label in game...

pawn Код:
Create3DTextLabel("Type /enter to enter the Police Station", COLOR_BLUE, -1605.8081,711.6846,13.8672, 100.00, 1);
This is under OnGameModeInit and I have defined the color. I get no errors, it just doesn't show.
Reply
#2

Are the coordinates right? I mean you maybe created that 3dtext but not there you want to see it.
Reply
#3

You've obviously not looked on the wiki.

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);
You are setting the Virtual World to 1, it should be 0 for you to see the label.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)