Why doesn't this work?
#1

in

Код:
public OnGameModeInit()
Код:
	//3D Text//
	Create3DTextLabel("Default Clothing Business", 0xFFFFDD, 479.5457,-1535.9890, 19.5594, 0, 1);
	Create3DTextLabel("Rodeo Bank", 0xFFFFDD, 474.3142, -1509.1351, - 0.9, 4.0, 0, 1);
	//3D Text//
Reply
#2

PHP код:
new Text3D:Test;
Test Create3DTextLabel("Your text here",0x008080FF,479.5457,-1535.989019.559420.00);
Update3DTextLabelText(Test0x008080FF"Your text here"); 
Reply
#3

You need to define it above like WoodPecker said.
Here you can actually check if it works.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)