SA-MP Forums Archive
Need help - 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: Need help (/showthread.php?tid=81823)



Need help - WardenCS - 14.06.2009

hello,i just downloaded fresh GodFather,i tried to delete that thing if you dont got licenses it will remove u from car,how to take it off?i tried to delete the Removeplayerfromvehicle or smth and then came such stuff::

Quote:

C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1714) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1739) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1759) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1764) : error 004: function "SetPlayerCriminal" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(182 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1832) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1844) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(184 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1852) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1856) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1860) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1864) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(186 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1880) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1884) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(188 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1892) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1896) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(190 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1912) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1916) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(192 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(1932) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(217 : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(2200) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\SFJRP\gamemodes\gf.pwn(2212) : error 004: function "SaveCK" is not implemented

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


26 Errors.

any help?


Re: Need help - Correlli - 14.06.2009

You probably removed some other functions (SetPlayerToTeamColor, SetPlayerCriminal, PlayerToPoint, SendIRCMessage and SaveCK).


Re: Need help - WardenCS - 14.06.2009

i removed it : RemovePlayerFromVehicle(playerid); }


Re: Need help - Correlli - 14.06.2009

Quote:
Originally Posted by WardenCS
i removed it : RemovePlayerFromVehicle(playerid); }
You shouldn't remove an ending bracket.


Re: Need help - WardenCS - 14.06.2009

Thanks!your genius:P