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


Messages In This Thread
Function is not implemented - by virusa1 - 16.03.2013, 13:48
Re: Function is not implemented - by tyler12 - 16.03.2013, 13:53
Re: Function is not implemented - by virusa1 - 16.03.2013, 14:16
Re: Function is not implemented - by Denying - 16.03.2013, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)