#1

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 !
Reply
#2

Quote:
Originally Posted by *******
Посмотреть сообщение
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 !
1) Try opening your PAWNO by clicking "Run as Administrator".
2) You need latest .NET framework (this might not need but first try #1)

-FalconX
Reply
#3

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..
Reply
#4

Quote:
Originally Posted by *******
Посмотреть сообщение
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..
Please post the error lines so we can figure out what is making the compiler to popup the errors.

Lines: 3378, 3409 and 16882.

-FalconX
Reply
#5

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;
Reply
#6

Any ideas how to fix this ?
Reply
#7

Код:
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;
thats Ur Code ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)