How to do, 3d text?
#1

Just for instance, atm i wanna make a command called '3dtext' just for Learning Reasons.


How can i do this? (i know how to create a command just not 3d text -.-)
Reply
#2

here is an example for 3dtext for rcon admins :
Under OnPlayerSpawn :
Код:
new Text3D:label1[MAX_PLAYERS];
if(IsPlayerAdmin(playerid)) {
 	label1[playerid] = Create3DTextLabel("Rcon Admin",0x008080FF,30.0,40.0,50.0,40.0,0);
 	Attach3DTextLabelToPlayer(label1[playerid], playerid, 0.0, 0.0, 0.7);
  }
Reply
#3

is the '0x008080FF' the color?
Reply
#4

yes
Reply
#5

Is this HTML Color? or what?
Reply
#6

http://bfxtylez.bf.funpic.de/PawnoColors.htm

Those are just some of the color's.
Reply
#7

https://sampwiki.blast.hk/wiki/Hex_colours


^^ are colors anyway done now, Thanks!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)