SA-MP Forums Archive
Errors - 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: Errors (/showthread.php?tid=286893)



Errors - Dripac - 01.10.2011

[pwn]C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(59050) : warning 216: nested comment
C:\Users\Stefanche16\Desktop\hrpserver\pawno\inclu de\G_ObjectsRot.inc(91) : error 004: function "OnObjectRotated" is not implemented
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(4645) : error 017: undefined symbol "SaveBusiness"
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(4970) : error 017: undefined symbol "IsVehicleRCVehicle"
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(4979) : error 017: undefined symbol "IsVehicleRCVehicle"
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5149) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5152) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5155) : error 029: invalid expression, assumed zero
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5155) : error 004: function "IsAnInstructor" is not implemented
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5163) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5167) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5170) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5173) : warning 225: unreachable code
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5173) : error 029: invalid expression, assumed zero
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5173) : error 004: function "IsAMember" is not implemented
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5181) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5185) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(518 : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5191) : warning 225: unreachable code
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5191) : error 029: invalid expression, assumed zero
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5191) : error 004: function "IsACop" is not implemented
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5199) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5203) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5206) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5209) : warning 225: unreachable code
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5209) : error 029: invalid expression, assumed zero
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5209) : error 004: function "IsAtClothShop" is not implemented
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5213) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5215) : error 079: inconsistent return types (array & non-array)
C:\Users\Stefanche16\Desktop\hrpserver\gamemodes\h rp.pwn(5217) : error 004: function "PlayerToPoint" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.[/pwn]

What does this mean? And i think that's since i installed RC3


Re: Errors - [MWR]Blood - 01.10.2011

You missed a bracket somewhere in your script.


Re: Errors - iPLEOMAX - 01.10.2011

You probably missed a bracket. "{" or "}"


Re: Errors - Dripac - 01.10.2011

Anywhere or just between 4000 and 6000 line?


Re: Errors - Markx - 01.10.2011

your missing a "}" somewhere, check it.

EDIT: Check the latest function/command you made and there should be one or more missing.


Re: Errors - [MG]Dimi - 01.10.2011

Check line 85 and 90, code just before OnObjectRotated


Re: Errors - Jafet_Macario - 01.10.2011

https://sampforum.blast.hk/showthread.php?tid=171429


Re: Errors - Dripac - 01.10.2011

Quote:
Originally Posted by Jafet_Macario
Посмотреть сообщение
trying this now, if it works i will give you +k


Re: Errors - Dripac - 01.10.2011

Okay the application didn't help, should i now search all fucking 57k lines for a bracket?


Re: Errors - Dripac - 01.10.2011

Nevermind, i used to recover it 1 day before.