hey i got these errors....
#1

i got these errors :-
Quote:

: error 004: function "SetPlayerToTeamColor" is not implemented
: error 004: function "SetPlayerToTeamColor" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 004: function "PlayerToPoint" is not implemented
: error 079: inconsistent return types (array & non-array)
: error 017: undefined symbol "CreateRulesTextDraw"
: error 017: undefined symbol "strmatch"
: error 017: undefined symbol "SafeKick"
: error 079: inconsistent return types (array & non-array)

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

Looks like you've missed a closing bracket somewhere.

Peace...
Reply
#3

now i got these errors.. :-

Quote:

F:\(1592) : error 004: function "SetPlayerToTeamColor" is not implemented
(1617) : error 004: function "SetPlayerToTeamColor" is not implemented
(170 : error 004: function "PlayerToPoint" is not implemented
(1712) : error 004: function "PlayerToPoint" is not implemented
(1724) : error 004: function "PlayerToPoint" is not implemented
(172 : error 004: function "PlayerToPoint" is not implemented
(1732) : error 004: function "PlayerToPoint" is not implemented
(1736) : error 004: function "PlayerToPoint" is not implemented
(1740) : error 004: function "PlayerToPoint" is not implemented
(1744) : error 004: function "PlayerToPoint" is not implemented
(174 : error 004: function "PlayerToPoint" is not implemented
(1760) : error 004: function "PlayerToPoint" is not implemented
(1764) : error 004: function "PlayerToPoint" is not implemented
(176 : error 004: function "PlayerToPoint" is not implemented
(1772) : error 004: function "PlayerToPoint" is not implemented
(1776) : error 004: function "PlayerToPoint" is not implemented
(178 : error 004: function "PlayerToPoint" is not implemented
(1792) : error 004: function "PlayerToPoint" is not implemented
(1796) : error 004: function "PlayerToPoint" is not implemented
(180 : error 004: function "PlayerToPoint" is not implemented
(1812) : error 004: function "PlayerToPoint" is not implemented
(1869) : error 017: undefined symbol "Playername"
(1871) : error 017: undefined symbol "Playername"
(1872) : error 017: undefined symbol "AddConnectionMsgToAll"
(1874) : error 017: undefined symbol "Playername"
(1876) : error 017: undefined symbol "Textdrawf3"

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


26 Errors.

Reply
#4

hhmm there is a missing bracket ( } )
Reply
#5

Show the script plz.

Peace...
Reply
#6

now only these :-
Quote:

(1873) : warning 225: unreachable code
(1873) : warning 217: loose indentation

Reply
#7

Quote:
Originally Posted by deviljingoku
Посмотреть сообщение
now only these :-
Your code "alignment" isn't right, use TAB to fix it.
Reply
#8

Just remove the whole script and errors will be gone

...BUT to be serious, we can't help you if you won't show code.

Peace...
Reply
#9

(1873) : warning 217: loose indentation is nothing to worry about.
(1873) : warning 225: unreachable code, means you've used a return somewhere where you should not.

Peace...
Reply
#10

here is my pwno code... :-
Quote:

public OnPlayerConnect(playerid)
{
{
new string[128], playername[30];
GetPlayerName(playerid, playername, sizeof(playername));
format(string, sizeof(string), "%s has joined Zombie Panic!", playername);
SendClientMessageToAll(0xFFFFFFFF,string);
return 0;
}
if(Security != 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "Host has broken one of the Agreement rules, action has been taken.");
Kick(playerid);
return 1;
}
gActivePlayers[playerid]++;
numplayers++;
new plname[MAX_PLAYER_NAME];
new string[MAX_PLAYER_NAME];
SelectChar[playerid] = 0; HideP

Quote:

Need More...??

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)