SA-MP Forums Archive
[HELP] Function is not implemented - 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] Function is not implemented (/showthread.php?tid=457764)



[HELP] Function is not implemented - MattGregory - 13.08.2013

Hello SA:MP Community!

I've been using Raven's roleplay and been messing around with it and I was compiling it about half an hour ago and it was all good. I then made a few changes to the LSPD ranks and when I tried to compile it, this came up:

Код:
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(3492) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(3521) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(3867) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(3910) : error 017: undefined symbol "GetVehicleName"
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(3910) : warning 202: number of arguments does not match definition
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(3926) : error 004: function "IsASalesVehicle" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(3930) : error 004: function "GetVehiclePrice" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(4025) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(4030) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(4035) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(4040) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(4045) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(5695) : error 004: function "ClearChatbox" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(5762) : error 004: function "ClearChatbox" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6281) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6321) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6350) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6397) : error 004: function "SaveGuns" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6401) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6405) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6409) : error 004: function "UpdatePlayerPosition" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6515) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6516) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6525) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6526) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6558) : error 004: function "RemoveRoadblock" is not implemented
C:\Users\Matt Gregory\Desktop\RP Server\gamemodes\larp.pwn(6615) : error 004: function "SafeSetPlayerPos" is not implemented

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


26 Errors.
All the plugins I need are in there(the only one I need in there is streamer) and the plugins line in the server.cfg looks like:
plugins streamer.dll

So it's all good but I just do't see where the issue has come from. If someone could help that'd be great.


Re: [HELP] Function is not implemented - MattGregory - 13.08.2013

Disregard, found the issue. I dun' goofed.

L&A


Re : [HELP] Function is not implemented - Matnix - 13.08.2013

It's was a missing brackets?


Re: [HELP] Function is not implemented - PrinceKumar - 13.08.2013

I think you forget to forward your safegiveplayermoney function so it is giving not implemented error whatever else it is...
Edit: and others which is giving same errors , according to me they are not forward or you didn't create public function for them.


Re: [HELP] Function is not implemented - MattGregory - 13.08.2013

It was a bug with pawno not compiling like it should of done. Dealt with now