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=546159)



Errors - DangerSta - 13.11.2014

hello guys why get this errors
PHP код:
D:\ZuRa\My Amx\Papkebi\The Hunger Game\pawno\include\JunkBuster.inc(2653) : error 004: function "IsPlayerAdminCall" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2709) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2721) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2733) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2737) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2749) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2753) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2757) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2761) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2765) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2769) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2773) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2777) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2789) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2793) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2797) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2801) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2805) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2817) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2821) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2825) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2837) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2841) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(2845) : error 004: function "PlayerToPoint" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(3959) : error 004: function "RemoveRoadblock" is not implemented
D
:\ZuRa\My Amx\Papkebi\Angel Pine GF\gamemodes\larp.pwn(4064) : error 004: function "ClearChatbox" is not implemented
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors

help +rep
thank you


Re: Errors - Kwarde - 13.11.2014

Those functions seem to not be forwarded (When you use a custom 'public' function, it must be forwarded with 'forward {callbackname}();'. And please delete that gamemode immediately... It's used way too much, I really hope you're not gonna start a server with it. If you wanna play it only with friends it's okay though. Otherwise, if you DO want to start a server; I can tell you now, it will not be a succes.


Re: Errors - DangerSta - 13.11.2014

thank you


Re: Errors - DangerSta - 13.11.2014

pls can uou show me cods how to fix its so hard pls


Re: Errors - Kwarde - 13.11.2014

1- It's not needed to double post..
2- Asking me it like that "pls help me pls pls pls" (you know what I mean), makes me NOT wanna help
3- Not gonna spend time on a larp gamemode.
4- Can't do anything without the code.

And seriously, if you cannot even do something that simple, start learning to script first. I suggest you to read this page: https://sampwiki.blast.hk/wiki/Category:Scripting_Callbacks - If you still can't figure it out then, you should really start from the basics of scripting. Forwarding a callback is not hard at all really!