(16899) : error 017: undefined symbol "distance" (16899) : warning 215: expression has no effect (16899) : error 001: expected token: ";", but found ")" (16899) : error 029: invalid expression, assumed zero (16899) : fatal error 107: too many error messages on one line
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);
I got 4 errors after updating my streamer! Please fix these errors for me
Код HTML:
(16899) : error 017: undefined symbol "distance" (16899) : warning 215: expression has no effect (16899) : error 001: expected token: ";", but found ")" (16899) : error 029: invalid expression, assumed zero (16899) : fatal error 107: too many error messages on one line PHP код:
![]() |
new distance[MAX_PLAYERS];
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);
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .streamdistance = 30.0);
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 1, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 1, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);