Skip to content

Iter_Remove is failing/not working on custom array of iterators #19

@hiwyn

Description

@hiwyn

Iter_Remove is failing/not working on custom array of iterators

public OnPlayerDisconnect(playerid, reason) {
       new facid = fmember[playerid];
        if(facid > 0) {
            Iter_Remove(FactionMembers_List[facid], playerid);
        }
}

but the player id stills on the facid list

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions