SA-MP Forums Archive
3d text - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3d text (/showthread.php?tid=135276)



3d text - 02manchestera - 19.03.2010

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;
}



Re: 3d text - zallomallo - 19.03.2010

Give us an example please.


Re: 3d text - 02manchestera - 20.03.2010

dont worry all ready sorted