3d/2d text above icons? or anywhere
#6

Look This:

Код:
public OnPlayerText(playerid, text[])
{
if (AccountInfo[playerid][Mute] == 1)
{
SendClientMessage(playerid, RED, "You are muted! You cannot talk.");
return 0;
}
Create3DTextLabel("seifo",0x008080FF,garage[1586.25],garage[1189.62],garage[23.43],40.0,0);
return 1;
}
Reply


Messages In This Thread
3d/2d text above icons? or anywhere - by seifo - 22.07.2010, 08:49
Re: 3d/2d text above icons? or anywhere - by Billy_Macan - 22.07.2010, 08:51
Re: 3d/2d text above icons? or anywhere - by ettans - 22.07.2010, 09:02
Re: 3d/2d text above icons? or anywhere - by seifo - 22.07.2010, 09:16
Re: 3d/2d text above icons? or anywhere - by seifo - 22.07.2010, 09:45
Re: 3d/2d text above icons? or anywhere - by LeNy - 22.07.2010, 09:55
Re: 3d/2d text above icons? or anywhere - by ettans - 22.07.2010, 09:58
Re: 3d/2d text above icons? or anywhere - by seifo - 22.07.2010, 11:12

Forum Jump:


Users browsing this thread: 1 Guest(s)