Weird 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: Weird errors (
/showthread.php?tid=381117)
Weird errors -
HyDrAtIc - 28.09.2012
Hello guys
I'm having those errors:
Код:
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\pawno\include\YSI\y_files.inc(98) : error 025: function heading differs from prototype
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\pawno\include\YSI\y_files.inc(98) : error 025: function heading differs from prototype
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\pawno\include\YSI\y_amx.inc(371) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\pawno\include\YSI\y_amx.inc(419) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\pawno\include\YSI\y_amx.inc(654) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(16935) : warning 202: number of arguments does not match definition
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(17015) : error 017: undefined symbol "udb_CheckLogin"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(25909) : error 017: undefined symbol "udb_CheckLogin"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29513) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29521) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29529) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29537) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29545) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29553) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29561) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29570) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29579) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29588) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29597) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29606) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29615) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29624) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29633) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29642) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(29651) : error 017: undefined symbol "EditAttachedObject"
C:\Users\Mohamed\Desktop\The FreeRoame[V.2]\gamemodes\FreeRoam.pwn(36682) : error 017: undefined symbol "EditAttachedObject"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
22 Errors.
Is the function "EditAttachedObject" Has been re-named or something?
same for "udb_CheckLogin"
Re: Weird errors -
HyDrAtIc - 29.09.2012
Bumb
Re: Weird errors -
gtakillerIV - 29.09.2012
EditAttachedObject works fine here and compiles
Show us these lines please :-
(371) : warning 219: local variable "base" shadows a variable at a preceding level
(419) : warning 219: local variable "base" shadows a variable at a preceding level
(654) : warning 219: local variable "base" shadows a variable at a preceding level
(16935) : warning 202: number of arguments does not match definition