26 Errors -
Master_FM - 10.03.2012
Hi i have 26 Errors
D:\Online Gaming\GodFather\pawno\MsL.pwn(341

: error 017: undefined symbol "TransferMoney"
D:\Online Gaming\GodFather\pawno\MsL.pwn(3447) : error 017: undefined symbol "TransferMoney"
D:\Online Gaming\GodFather\pawno\MsL.pwn(3519) : error 004: function "SetPlayerWeapons" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(3650) : error 004: function "SavePoints" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4387) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4391) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4395) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4399) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4410) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4414) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(441

: error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4422) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4426) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4430) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4434) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(443

: error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4446) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4457) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4461) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4472) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4476) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4480) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4484) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(448

: error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4492) : error 004: function "PlayerToPoint" is not implemented
D:\Online Gaming\GodFather\pawno\MsL.pwn(4496) : error 004: function "PlayerToPoint" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
But it is not a bracket fault i checked it via notepad++ and bracket finder
What could it be? How i could find it?
Do you have any ideas? The compiler abort after line 3700 but at this places there is no mistake
Re: 26 Errors -
GNGification - 10.03.2012
Show errors and code?
Re: 26 Errors -
Master_FM - 10.03.2012
I edited it
Re: 26 Errors -
[XST]O_x - 10.03.2012
Show us your script.
Re: 26 Errors -
Master_FM - 10.03.2012
82k Script i should show you? You can see it there is any other fault but not an bracket fault i wrote
Re: 26 Errors -
CAR - 10.03.2012
You can use IsPlayerInRangeOfPoint() instead of PlayerToPoint()
Re: 26 Errors -
GNGification - 10.03.2012
Of course you're not meant to show the whole script!
example if error is on line 4738 show to us lines 4737 & 4738
Re: 26 Errors -
MP2 - 10.03.2012
There is no need to show this script yet, until we have further determined the cause. Do you actually have the PlayerToPoint function implemented? It's either not implemented, or you've missed a bracket.