06.07.2014, 13:52
sup guys n girls im using a gm called visual or virtual gaming and im getting 4 errors on compile on one line if anyone could help id really appreciate it. heres the error 4 messages
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
: error 017: undefined symbol "distance"
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
: warning 215: expression has no effect
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
: error 001: expected token: ";", but found ")"
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
: error 029: invalid expression, assumed zero
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
: fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
and the code is here
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);
++iIndex;
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
![Cool](images/smilies/cool.gif)
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
![Cool](images/smilies/cool.gif)
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
![Cool](images/smilies/cool.gif)
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
![Cool](images/smilies/cool.gif)
C:\Users\Jess\Desktop\Pads GM\gamemodes\NB-RP last edit 06.07.14.pwn(1692
![Cool](images/smilies/cool.gif)
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
and the code is here
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);
++iIndex;