How to do, 3d text?
#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


Messages In This Thread
How to do, 3d text? - by campkz - 05.04.2010, 00:38
Re: How to do, 3d text? - by aircombat - 05.04.2010, 01:24
Re: How to do, 3d text? - by campkz - 05.04.2010, 01:28
Re: How to do, 3d text? - by aircombat - 05.04.2010, 01:30
Re: How to do, 3d text? - by campkz - 05.04.2010, 01:32
Re: How to do, 3d text? - by Steven82 - 05.04.2010, 01:41
Re: How to do, 3d text? - by campkz - 05.04.2010, 01:41

Forum Jump:


Users browsing this thread: 1 Guest(s)