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



26 Errors ! - dorperez - 15.01.2011

W T F ?!?!

D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(126) : warning 201: redefinition of constant/macro (symbol "dcmd(%1,%2,%3)")
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2713) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2725) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2737) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2751) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2769) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2773) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2785) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2789) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2793) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2797) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2801) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2805) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2809) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2813) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2825) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2829) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2833) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2837) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2841) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2853) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2857) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2861) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2873) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2877) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2881) : error 004: function "PlayerToPoint" is not implemented
D:\GTA San Andreas\server\gamemodes\SRC\rp11.pwn(2885) : error 004: function "PlayerToPoint" is not implemented

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


26 Errors.


Re: 26 Errors ! - bamby - 15.01.2011

Something is clearly wrong with ur "PlayerToPoint"..... Give us the lines, we cant help you without them..


Re : 26 Errors ! - Amine_Mejrhirrou - 15.01.2011

can you show us your "PlayerToPoint" functons


Re: 26 Errors ! - Hal - 15.01.2011

You are missing a bracket in something you scripted. That is usually what 26 error means, so i recommend you look over what you made/edited.

OR

You messed up the dcmd line


Re: 26 Errors ! - dorperez - 15.01.2011

^^I forgot what i did bro how can i find it ??


Re: 26 Errors ! - Anthonyx3' - 15.01.2011

If im correct usually when there is 26errors, its suppose to be random ones if your missing a "}". Its says
pawn Код:
"PlayerToPoint" is not implemented
So im guessing you screwed up with that code


Re: 26 Errors ! - umast97thebest - 15.01.2011




Re: 26 Errors ! - WillyP - 15.01.2011

Fail advertisement?


Re: 26 Errors ! - Hal - 15.01.2011

Quote:
Originally Posted by dorperez
Посмотреть сообщение
^^I forgot what i did bro how can i find it ??
Search and see if the PlayerToPoint stock is in your script.


Re: 26 Errors ! - dorperez - 15.01.2011

^^Cant find it bro...