Errors
#1

[code]C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1399) : error 004: function "FixHour" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1552) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1724) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1937) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1941) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1953) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1957) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1961) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1965) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1969) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1973) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1977) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1989) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1993) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(1997) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2001) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2005) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2017) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2021) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2025) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2037) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2041) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2345) : error 004: function "ProxDetector" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2352) : error 004: function "ProxDetector" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(239 : error 004: function "ProxDetector" is not implemented
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\DREAM W~1.PWN(2406) : error 004: function "ProxDetector" is not implemented

Compilation aborted.Pawn compiler 3.2.3664/CODE]

idk what is the problem i add this
Код:
if (strcmp("/gsfz", cmdtext, true, 10) == 0)
	{
	    if(PlayerInfo[playerid][pMember] == 1 ||PlayerInfo[playerid][pLeader] == 1)
        {
        	MoveObject(gsfgate, 2496.80004883,-1742.40002441,14.69999981, 2);
        	SendClientMessage(playerid, COLOR_WHITE, "{37F906}INFO:{FFFFFF}Go zatvorivte skladot.");
        	GetPlayerName(playerid, sendername, sizeof(sendername));
    		format(string, sizeof(string), "* %s go zatvara skladot.", sendername);
    		ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
			return 1;
	    }
Код:
if(strcmp(cmd,"/lcno",true)==0)
	{
	    if(PlayerInfo[playerid][pMember] == 5||PlayerInfo[playerid][pLeader] == 5)
	    {
			MoveObject(lcnkapija, 1263.59997559,-2046.09997559,55.40000153,9.000);
        	SendClientMessage(playerid, COLOR_WHITE, "{37F906}INFO:{FFFFFF}Ja otvorivte kapijata.");
			GetPlayerName(playerid, sendername, sizeof(sendername));
			format(string, sizeof(string), "* %s ja otvori bazata.", sendername);
			ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
		}
		else
		{
			SendClientMessage(playerid, COLOR_YELLOW, "Ne si clen.");
		}
		return 1;
	}
and they appear :@
Reply


Messages In This Thread
Errors - by imnoob - 22.05.2012, 16:10
Re: Errors - by KevinR - 22.05.2012, 16:19
Re: Errors - by imnoob - 22.05.2012, 16:36
Re: Errors - by Ruben_Alonso - 22.05.2012, 16:38
Re: Errors - by imnoob - 22.05.2012, 16:43
Re: Errors - by Ruben_Alonso - 22.05.2012, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)