SA-MP Forums Archive
Godfather errror - 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: Godfather errror (/showthread.php?tid=209940)



Godfather errror - Sepelin - 11.01.2011

can someone help me fix this error's

PHP код:
C:\Samp Server\pawno\gf.pwn(1767) : error 004: function "SetPlayerToTeamColor" is not implemented
C
:\Samp Server\pawno\gf.pwn(1792) : error 004: function "SetPlayerToTeamColor" is not implemented
C
:\Samp Server\pawno\gf.pwn(1812) : error 004: function "SetPlayerCriminal" is not implemented
C
:\Samp Server\pawno\gf.pwn(1817) : error 004: function "SetPlayerCriminal" is not implemented
C
:\Samp Server\pawno\gf.pwn(1896) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1900) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1912) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1916) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1920) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1924) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1928) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1932) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1936) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1948) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1952) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1956) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1960) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1964) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1976) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1980) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1984) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(1996) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(2000) : error 004: function "PlayerToPoint" is not implemented
C
:\Samp Server\pawno\gf.pwn(2264) : warning 225unreachable code
C
:\Samp Server\pawno\gf.pwn(2338) : error 004: function "SendIRCMessage" is not implemented
C
:\Samp Server\pawno\gf.pwn(2360) : error 004: function "SendIRCMessage" is not implemented
C
:\Samp Server\pawno\gf.pwn(2372) : error 004: function "SaveCK" is not implemented
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors




Re: Godfather errror - blackwave - 11.01.2011

By what I know, PlayerToPoint is from 0.2 or less ( I dont remember ). So, you had to change these functions for new ones, and recompile with new includes


Re: Godfather errror - tony_fitto - 11.01.2011

To be honest mate, I have got this error some times to, It's often a code that you have scripted wrong which pawno are not able to read, which give you all this errors,

The error are often found if you have missed on of this codes "{" & "}".


Re: Godfather errror - Hal - 12.01.2011

Search for a missing bracket finder, its your best option.


Re: Godfather errror - Steven82 - 12.01.2011

If thats the case, you could recreate PlayerToPoint with a stock?