SA-MP Forums Archive
26 errors '' 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 26 errors '' not implemented '' ? (/showthread.php?tid=183505)



26 errors '' not implemented '' ? - Spiral - 15.10.2010

Hey folks I tried to compile a script but it got fucked up and gave me 26 errors of unknown shit what i didnt even touch, and it gave me errors of not implemented stuff. Heres the stuff itself:
pawn Код:
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(2584) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(2613) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(2649) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(2650) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(2677) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3083) : error 004: function "LoadModsForAll" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3084) : error 004: function "TuneThisCar" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3170) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3181) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3193) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3197) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3209) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3213) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3217) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3221) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3225) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3229) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3233) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3237) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3249) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3261) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3265) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3269) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3281) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3285) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Kennu\Desktop\SAMPS\gamemodes\VFCRPv1.5.pwn(3289) : error 004: function "PlayerToPoint" is not implemented
I did do the PlayerToPoint stuff, then it gave me Undefined symbol and then i didnt know what to do. Any help fast?


Re: 26 errors '' not implemented '' ? - Retardedwolf - 15.10.2010

You are missing a bracket.


Re: 26 errors '' not implemented '' ? - Spiral - 16.10.2010

Oh thanks, ill try to find the place. But any idea where it can be?


Re: 26 errors '' not implemented '' ? - armyoftwo - 16.10.2010

how big is your script? i know some methods...


Re: 26 errors '' not implemented '' ? - Spiral - 16.10.2010

Its 40,000 lines.


Re: 26 errors '' not implemented '' ? - sTeAlthy [Brandon Brown] - 16.10.2010

Get the latest server files and includes.

Compile your script with the newest pawno inside the new server files.

Should work fine.


Re: 26 errors '' not implemented '' ? - Retardedwolf - 16.10.2010

goto the line where there is a 'stock SafeGivePlayerMoney' or 'public SafeGivePlayerMoney' It should be above that.


Re: 26 errors '' not implemented '' ? - Spiral - 16.10.2010

So the public SafeGivePlayerMoney is at line 49548, and how ima check all above that? thats nuts.
Any more solutions?


Re: 26 errors '' not implemented '' ? - Spiral - 16.10.2010

Bump I really need help.


Re: 26 errors '' not implemented '' ? - dillo1000 - 16.10.2010

Quote:
Originally Posted by Spiral
ПоÑмотреть Ñообщение
Its 40,000 lines.
Quote:
Originally Posted by Spiral
ПоÑмотреть Ñообщение
So the public SafeGivePlayerMoney is at line 49548, and how ima check all above that? thats nuts.
Any more solutions?
So if you have 40000 how is at line 49548