3d text
#1

ok i read this command but could someone give me a example on how to ad a if statement to it with a out come what is a certian text

Код:
new Text3D:label[MAX_PLAYERS];
 
public OnPlayerConnect(playerid)
{
  label[playerid] = Create3DTextLabel("Hello, i am a new player!",0x008080FF,30.0,40.0,50.0,40.0,0);
  Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
  return 1;
}
 
public OnPlayerDisconnect(playerid, reason)
{
  Delete3DTextLabel(label[playerid]);
  return 1;
}
Reply


Messages In This Thread
3d text - by 02manchestera - 19.03.2010, 21:58
Re: 3d text - by zallomallo - 19.03.2010, 23:25
Re: 3d text - by 02manchestera - 20.03.2010, 00:44

Forum Jump:


Users browsing this thread: 1 Guest(s)