17.11.2012, 10:42
Not quite sure why you are checking an else if as the same thing try this.
pawn Код:
if(strcmp("/sapca",cmdtext,true) == 0)
{
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1) {
RemovePlayerAttachedObject(playerid,3);
}
}