07.12.2013, 23:42
Use CreateObject, or get streamer plugin & include.
But if you wan't to create whole house system, take a look on tutorials on this forum, there are many of them.
Anyway to create single label use this form:
But if you wan't to create whole house system, take a look on tutorials on this forum, there are many of them.
Anyway to create single label use this form:
pawn Код:
Create3DTextLabel("Green text\nNew line\n{FF0000}Red text", 0x00FF00EF, Float:X, Float:Y, Float:Z, Float:drawdistance, virtualworld, testLOS);
// if testLOS was set to true (1), 3d text would be visible through objects, and not visible if was set to false (0)