Posts: 128
Threads: 30
Joined: Jul 2012
Quote:
Originally Posted by nezo2001
you can't use it like this
PHP код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .distance = 30.0);
Remove
PHP код:
.testlos = //and
.distance =
Put instead of them the number directly...
|
Worked like a charm! Thanks alot!