Removing Errors from line of script.
#1

How do I remove these errors from this line of script? They are all on this line which is 17356...

.pwn(17356) : error 017: undefined symbol "distance"
.pwn(17356) : warning 215: expression has no effect
.pwn(17356) : error 001: expected token: ";", but found ")"
.pwn(17356) : error 029: invalid expression, assumed zero
.pwn(17356) : 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);
Thanks
Reply
#2

Try this one:

pawn Код:
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, 1, 30.0);
Reply
#3

It gave me this:

: warning 213: tag mismatch
: error 017: undefined symbol "distance"
: warning 215: expression has no effect
: error 001: expected token: ";", but found ")"
: error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Reply
#4

wing you retard you gotta tell him the line we stuck off 53003 then some different ones on 53050
Reply
#5

@Ninja,
I told him in the first post that it's under 17356

Signed,
Wing
Reply
#6

Did you try the line i told you to try..?
Reply
#7

Yes, It came up with the errors above.
Reply
#8

It gave me this:

: warning 213: tag mismatch
: error 017: undefined symbol "distance"
: warning 215: expression has no effect
: error 001: expected token: ";", but found ")"
: error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Reply
#9

Bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)