Hello 3D Label [Request]
#3

Quote:
Originally Posted by Shetch
Посмотреть сообщение
This will create a 3D text label once a player spawns.

Код:
public OnPlayerSpawn(playerid)
{
	new string[128], Float:X, Float:Y, Float:Z;
	GetPlayerPos(playerid, X, Y, Z);
	format(string, sizeof(string), "Playerid: %d", playerid);
	Create3DTextLabel(string, COLOR_WHITE, X, Y, Z, 10, 0);
	return 1;
}
You don't attach it...
Reply


Messages In This Thread
Hello 3D Label [Request] - by Infinity90 - 16.04.2012, 18:16
Re: Hello 3D Label [Request] - by Shetch - 16.04.2012, 18:34
Re: Hello 3D Label [Request] - by Emci_Funtik - 16.04.2012, 18:36
Re: Hello 3D Label [Request] - by Kaczmi - 16.04.2012, 18:37

Forum Jump:


Users browsing this thread: 1 Guest(s)