On Compile | 26 Errors | PlayerToPoint - 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: On Compile | 26 Errors | PlayerToPoint (
/showthread.php?tid=135334)
On Compile | 26 Errors | PlayerToPoint -
Brandon_Brown - 20.03.2010
Hello, If anyone could help me with my GF edit, I get 26 errors about PlayerToVirtualPoint not Implemented
Here's the errors on compile
Код:
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(2899) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(2911) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(2919) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(3807) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(3808) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(3897) : warning 225: unreachable code
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(6630) : error 004: function "FixHour" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(6648) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(6661) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(6881) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(8824) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(8839) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(8855) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(8924) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(8993) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9039) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9085) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9131) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9177) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9223) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9269) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9313) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9355) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9378) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9617) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9633) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9682) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9699) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9739) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9780) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9946) : error 004: function "PlayerToVirtualPoint" is not implemented
C:\Documents and Settings\Admin\Desktop\SA-MP\gamemodes\critical.pwn(9962) : error 004: function "PlayerToVirtualPoint" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Re: On Compile | 26 Errors | PlayerToPoint -
Kurence - 20.03.2010
There is somewhere missing bracket
Re: On Compile | 26 Errors | PlayerToPoint -
Brandon_Brown - 20.03.2010
How would I find this?
Edit: Noticed this was in the wrong forum :/
Re: On Compile | 26 Errors | PlayerToPoint -
Kurence - 20.03.2010
Well, you should copy part of code, then remove it and compile, if you will get these errors then paste it at it's place and do the same with another part of code