SA-MP Forums Archive
Help please, please - 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: Help please, please (/showthread.php?tid=364734)



Help please, please - seanny - 31.07.2012

Код:
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(2119) : error 004: function "ABroadCast" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(2158) : error 004: function "SendFamilyMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(2186) : error 004: function "SendFamilyMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(2357) : error 004: function "FixHour" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(4613) : error 004: function "ProxDetector" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(4626) : error 004: function "ProxDetector" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(4856) : error 004: function "SendFamilyMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(4871) : error 004: function "ProxDetector" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(5928) : error 004: function "ProxDetector" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(6252) : error 004: function "SendFamilyMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8003) : error 004: function "SendIRCMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8025) : error 004: function "SendIRCMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8312) : error 004: function "OOCOff" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8325) : error 004: function "OOCOff" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8345) : error 004: function "OOCOff" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8353) : error 004: function "OOCOff" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8395) : error 004: function "ProxDetector" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8673) : error 004: function "SendCopMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8675) : error 004: function "SendCopMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8686) : error 004: function "SendCopMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8688) : error 004: function "SendCopMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8813) : error 004: function "SendFamilyMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(8832) : error 004: function "SendFamilyMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(9120) : error 004: function "PlayerFixRadio" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(9494) : error 004: function "SendFamilyMessage" is not implemented
C:\Users\sean mcelholm\Desktop\SAN-RP Scripting - PRIVATE\gamemodes\sasrp.pwn(11081) : error 004: function "ABroadCast" is not implemented

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


26 Errors.
How can I know where the problem is?


Re: Help please, please - seanny - 31.07.2012

I know I should not be bumping, but is there any way to fix a "is not implemented" error?


Re: Help please, please - Kevin FOx - 31.07.2012

Give us a code of the last thing you did. before getting those errors.


Respuesta: Help please, please - lewismichaelbbc - 31.07.2012

Looks like you have missed a ';' in the whole of your script. Try looking through it very carefully, to find a missing ';'

> it could also be a missing bracket ) }


Re: Respuesta: Help please, please - Majed - 31.07.2012

Quote:
Originally Posted by lewismichaelbbc
Посмотреть сообщение
Looks like you have missed a ';' in the whole of your script. Try looking through it very carefully, to find a missing ';'

> it could also be a missing bracket ) }
It's like most thing what causes those errors, Or you will have a missing include.
Yes as he said have one more careful look.


Re: Help please, please - XStormiest - 31.07.2012

i have 2 ideeas: 1. do you have all that function or
you typed ] or [ , instead of { } making getting 26 nice errors....


Re: Help please, please - RelaxCafe - 31.07.2012

This error has to do with the forwarding a public function. See if forwarding them works..


Re: Help please, please - seanny - 31.07.2012

Quote:
Originally Posted by Kevin FOx
Посмотреть сообщение
Give us a code of the last thing you did. before getting those errors.
Too much errors to give a code, and those error lines have got no error in them.

Quote:
Originally Posted by lewismichaelbbc
Посмотреть сообщение
Looks like you have missed a ';' in the whole of your script. Try looking through it very carefully, to find a missing ';'

> it could also be a missing bracket ) }
Ok, I'll search.

Quote:
Originally Posted by Majed
Посмотреть сообщение
It's like most thing what causes those errors, Or you will have a missing include.
Yes as he said have one more careful look.
Same answer.


Respuesta: Help please, please - HarlemSAMP - 31.07.2012

That's all about forward functions, do you even have "forward ProxDetector();" and so on? if not add it, and fix the other fuctions not implemented.


Edit: Then you missing an include.


Re: Respuesta: Help please, please - seanny - 31.07.2012

Quote:
Originally Posted by HarlemSAMP
Посмотреть сообщение
That's all about forward functions, do you even have "forward ProxDetector();" and so on? if not add it, and fix the other fuctions not implemented.
They are all forwarded, but the errors are still the same.