SA-MP Forums Archive
Function is not implemented - 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)
+--- Thread: Function is not implemented (/showthread.php?tid=423060)



Function is not implemented - virusa1 - 16.03.2013

Hello I have this errors

pawn Код:
C:\Users\Donald\Downloads\samp03x_svr_R1-2_win32\gamemodes\hrp.pwn(493) : error 004: function "LoadDoor" is not implemented
C:\Users\Donald\Downloads\samp03x_svr_R1-2_win32\gamemodes\hrp.pwn(834) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Donald\Downloads\samp03x_svr_R1-2_win32\gamemodes\hrp.pwn(844) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Donald\Downloads\samp03x_svr_R1-2_win32\gamemodes\hrp.pwn(866) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Donald\Downloads\samp03x_svr_R1-2_win32\gamemodes\hrp.pwn(1877) : error 004: function "LoadDoor" is not implemented
C:\Users\Donald\Downloads\samp03x_svr_R1-2_win32\gamemodes\hrp.pwn(1893) : error 004: function "LoadDoor" is not implemented
C:\Users\Donald\Downloads\samp03x_svr_R1-2_win32\gamemodes\hrp.pwn(1909) : error 004: function "DeleteDoor" is not implemented
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


7 Errors.

pawn Код:
493 - if(djIsSet(DOORS_FILE, string)) LoadDoor(d);
834 - if(PlayerToPoint(2.0, playerid, DoorInfo[i][dExteriorX], DoorInfo[i][dExteriorY], DoorInfo[i][dExteriorZ]) && inter == DoorInfo[i][dExteriorInt] && vir == DoorInfo[i][dExteriorVir])
844 - if(PlayerToPoint(2.0, playerid, DoorInfo[i][dInteriorX], DoorInfo[i][dInteriorY], DoorInfo[i][dInteriorZ]) && inter == DoorInfo[i][dInteriorInt] && vir == DoorInfo[i][dInteriorVir])
866 - if(PlayerToPoint(2.0, playerid, DoorInfo[d][dExteriorX], DoorInfo[d][dExteriorY], DoorInfo[d][dExteriorZ]) && inter == DoorInfo[d][dExteriorInt] && vir == DoorInfo[d][dExteriorVir])
1877 - LoadDoor(id);
1893 - LoadDoor(id);
1909 - DeleteDoor(id);
What i should do?


Re: Function is not implemented - tyler12 - 16.03.2013

Those functions do not exist in your script.


Re: Function is not implemented - virusa1 - 16.03.2013

what do you mean?


Re: Function is not implemented - Denying - 16.03.2013

They're stocks, I guess.
They just do not exist/defined in your script. You probably coppied it from a different script ( if not I am sorry )
and you are missing those stocks, use CTRL + F and search the non-implented functions names.