28.09.2011, 12:02
I think the problem may be here, the compiler did not read the return as within the braces
pawn Код:
if(PlayerInfo[para1][pMember] > 0 || PlayerInfo[para1][pFMember] < 255)
{
SendClientMessage(playerid, COLOR_GREY, "** ?????????!????????");
return 1;
}

