22.12.2010, 21:49
Hmm, there is something wrong. I dont know how to fix it, i dont get the error.
This is my code
This is the code i get the error on:
This is my code
pawn Код:
else
{
SetPlayerToTeamColor(playerid);
SetPlayerPos(playerid,1612.3240,-2330.1670,13.5469);
SetPlayerFacingAngle(playerid, 0);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
return 1;
}
}
return 1;
}
Код:
error 010: invalid function or declaration
pawn Код:
else
{
SetPlayerToTeamColor(playerid);
SetPlayerPos(playerid,1612.3240,-2330.1670,13.5469);
SetPlayerFacingAngle(playerid, 0);
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
return 1;
}
}
HERE HERE return 1; - HERE HERE HERE
}