SA-MP Forums Archive
ERROR 004: function "..." not implemented. [+rep] - 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 004: function "..." not implemented. [+rep] (/showthread.php?tid=590622)



ERROR 004: function "..." not implemented. [+rep] - EgyptForLife - 01.10.2015

Hey guys,
Well I was just doing a new dialog system in my script for [/jobs] command and when I finished following this tutorial I compiled my script and got 26 errors.
pawn Код:
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2711) : warning 204: symbol is assigned a value that is never used: "string"
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2840) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2844) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2858) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2862) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2866) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2870) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2874) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2878) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2882) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2896) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2900) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2904) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2908) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2912) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2926) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2930) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2934) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2948) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2952) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2956) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(2960) : error 004: function "PlayerToPoint" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(3332) : error 004: function "SendIRCMessage" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(3354) : error 004: function "SendIRCMessage" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(3687) : error 004: function "OOCOff" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(3699) : error 004: function "OOCOff" is not implemented
C:\Users\BadBoYzZ\Desktop\Fun-Generation RPG\gamemodes\Rp.pwn(3719) : error 004: function "OOCOff" is not implemented

All I added was the ShowPlayerDialog and OnDialogResponse and the listitem. Can anyone help me ? Thanks.
+rep



Re: ERROR 004: function "..." not implemented. [+rep] - PrO.GameR - 01.10.2015

Buddy, you know that we can't see your code magically don't you ? please when there is an error, copy paste that function or CMD so we can see what is wrong, from error list I would say it's either a custom function that you didn't copy paste, or it's a misstype of PlayerDistanceFromPoint somehow


Re: ERROR 004: function "..." not implemented. [+rep] - EgyptForLife - 01.10.2015

I fixed this this problem.
Thanks PrO.GameR anyway.