03.06.2011, 00:42
pawn Код:
C:\Documents and Settings\Wallace\Desktop\corrida.pwn(166) : error 010: invalid function or declaration
C:\Documents and Settings\Wallace\Desktop\corrida.pwn(168) : error 010: invalid function or declaration
C:\Documents and Settings\Wallace\Desktop\corrida.pwn(172) : error 010: invalid function or declaration
C:\Documents and Settings\Wallace\Desktop\corrida.pwn(177) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
linhas:
pawn Код:
if (strcmp(cmd, "/elevador2", true) == 0)
{
if(PlayerToPoint(2.0, playerid, 1912.76464844,-1356.61962891,13.28764534)) //linha 168 comeзa aki
{
SetPlayerPos(playerid, 1910.75439453,-1356.62219238,13.82241058);
}
if(PlayerToPoint(2.0, playerid, 1910.75439453,-1356.62219238,13.82241058))
{
SetPlayerPos(playerid, 1912.76464844,-1356.61962891,13.28764534);
}
}
return 1;
} // 178 termina aki