Create3DTextLabel
#1

I'm having trouble getting my label to display. It's not showing up, and I get no errors.

Код:
public OnGameModeInit()
{

	Create3DTextLabel("TEST", COLOR_WHITE, 1681.1783, -2262.1082, 13.2912, 500, 0, 1);

	return 1;
}
Reply
#2

I think that the distance is too high (500) .
Reply
#3

Quote:
Originally Posted by luis_mendoza
Посмотреть сообщение
I think that the distance is too high (500) .
I tried 50 and still didn't work.
Reply
#4

Try 10.0

Maybe.
Reply
#5

Maybe the distance should be in float like he said.

Try it like this

pawn Код:
Create3DTextLabel("TEST", COLOR_WHITE, 1681.1783, -2262.1082, 13.2912, 25.0, 0, 0);
and/or try another color , white is maybe not good on sight .
Reply
#6

Try using the Streamer plugin by Incognito

Example Code
pawn Код:
CreateDynamic3DTextLabel(STRING, COLOUR, Float:X, Float:Y, Float:Z, DrawDistance);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)