SA-MP Forums Archive
Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error (/showthread.php?tid=349229)



Error - twitteR - 08.06.2012

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 !


Re: Error - FalconX - 08.06.2012

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


Re: Error - twitteR - 08.06.2012

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..


Re: Error - FalconX - 08.06.2012

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


Re: Error - twitteR - 08.06.2012

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;


Re: Error - twitteR - 08.06.2012

Any ideas how to fix this ?


Re: Error - Saleem - 08.06.2012

Код:
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 ?