Change 3DTextLabel with GameTextForPlayer
#1

Hello, i've got this code:
Код:
	{

			format(str,sizeof(str),"Informazioni Business\n%s\n\nCosto entrata: $%d\nUsa /enter per entrare in questo edificio",BizInfo[i][bName],BizInfo[i][bEntranceFee]);

		}
		BizInfo[i][bPickup] = Create3DTextLabel(str, COLOR_LIGHTBLUE, BizInfo[i][bSpawnX], BizInfo[i][bSpawnY], BizInfo[i][bSpawnZ], 10.0, 0, 0);
I want to change 3DTextLabel with GameTextForPlayer.
Thanks!
Reply
#2

So would you want the text to come up only when the person is in range of the business?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)