31.03.2013, 15:37
Hello, i've got this code:
I want to change 3DTextLabel with GameTextForPlayer.
Thanks!
Код:
{ 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);
Thanks!