Compiling Errors.
#1

Well tryed to fix it but i gaveup.
Those are the errros:
pawn Код:
C:\Documents and Settings\kris\щемзп дтбегд\P-RP\gamemodes\P-RP.pwn(16900) : error 017: undefined symbol "distance"
C:\Documents and Settings\kris\щемзп дтбегд\P-RP\gamemodes\P-RP.pwn(16900) : warning 215: expression has no effect
C:\Documents and Settings\kris\щемзп дтбегд\P-RP\gamemodes\P-RP.pwn(16900) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\kris\щемзп дтбегд\P-RP\gamemodes\P-RP.pwn(16900) : error 029: invalid expression, assumed zero
C:\Documents and Settings\kris\щемзп дтбегд\P-RP\gamemodes\P-RP.pwn(16900) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
This is the line 16900:
pawn Код:
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);
Any help?? suggestions??
Reply
#2

replace
Quote:

.distance = 30.0

with
Quote:

.streamdistance = 30.0

erros will be fixed
Reply
#3

remove distance =
Reply
#4

Quote:
Originally Posted by Danyal
Посмотреть сообщение
replace


with


erros will be fixed
Thanks man..worked well...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)