08.06.2012, 11:21
Hello guys, When I try to compile my script I get an error - "Unable to execute compiler..."
Any ideas how to fix it ?
Thanks in advance !
Any ideas how to fix it ?
Thanks in advance !
Hello guys, When I try to compile my script I get an error - "Unable to execute compiler..."
Any ideas how to fix it ? Thanks in advance ! |
It worked out, but now I get another errors caused by the compiling... -
D:\uTorent\GTA-SanAndreas\United City Roleplay\gamemodes\UCRP.pwn(337 : warning 203: symbol is never used: "seek" D:\uTorent\GTA-SanAndreas\United City Roleplay\gamemodes\UCRP.pwn(3409) : warning 203: symbol is never used: "seek" D:\uTorent\GTA-SanAndreas\United City Roleplay\gamemodes\UCRP.pwn(16882) : error 017: undefined symbol "distance" D:\uTorent\GTA-SanAndreas\United City Roleplay\gamemodes\UCRP.pwn(16882) : warning 215: expression has no effect D:\uTorent\GTA-SanAndreas\United City Roleplay\gamemodes\UCRP.pwn(16882) : error 001: expected token: ";", but found ")" D:\uTorent\GTA-SanAndreas\United City Roleplay\gamemodes\UCRP.pwn(16882) : error 029: invalid expression, assumed zero D:\uTorent\GTA-SanAndreas\United City Roleplay\gamemodes\UCRP.pwn(16882) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. Thanks.. |
3378 - SendAudioToRange(audioid, volume, seek, Float, Float:y, Float:z, Float:range) 3409 - stock SendAudioURLToRange(url[], volume, seek, Float, Float:y, Float:z, Float:range) 16882 - 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;