Few script 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Few script errors (
/showthread.php?tid=258808)
Few script errors -
Henrix - 01.06.2011
Hello,
I downloaded a script and it's working fine, but the problem is it gives some errors when I compile it (without even editing things). I don't know how to fix these errors, so I hope someone can explain or help me with it.
Код:
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(2636) : error 018: initialization data exceeds declared size
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(3997) : error 004: function "ABroadCast" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(4046) : error 004: function "SendFamilyMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(4082) : error 004: function "SendFamilyMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(4295) : error 004: function "FixHour" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(6810) : error 004: function "ABroadCast" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(8243) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(8261) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(8575) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(8601) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(11130) : error 004: function "ABroadCast" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(11471) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(11960) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(11978) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(15552) : error 004: function "SendIRCMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(15579) : error 004: function "SendIRCMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16012) : error 004: function "OOCOff" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16029) : error 004: function "OOCOff" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16056) : error 004: function "OOCOff" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16066) : error 004: function "OOCOff" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16094) : error 004: function "ProxDetector" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16502) : error 004: function "SendCopMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16504) : error 004: function "SendCopMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16519) : error 004: function "SendCopMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16521) : error 004: function "SendCopMessage" is not implemented
D:\SA-MP\SL-RP\slrp\gamemodes\GLRP - kopie.pwn(16685) : error 004: function "SendFamilyMessage" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Re: Few script errors -
MBX97 - 01.06.2011
lol u must extract again and put the amx file to work again !!!

:P
Re: Few script errors -
Henrix - 01.06.2011
but that means I can never edit the script, so that's not really an option..
I want to be able to edit the script, but I can't if I get these errors when compiling.
Edit: Wow actually you were right, because now it's only giving me 'warnings' and no errors, but I still can compile it. This is weird, thanks though