Function is not implemented
#1

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?
Reply
#2

Those functions do not exist in your script.
Reply
#3

what do you mean?
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)