Skip to content

Bug #515

Open
Open
Bug#515
@AlexDrift

Description

@AlexDrift

EXAMPLE DEMO
new test[MAX_PLAYERS];
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
test[playerid] = clickedplayerid;
return 1;
}

Demo example
Ban(test[playerid]) ;
new test2[MAX_PLAYERS];
test2[test[playerid]]; and if(............)
Here are examples of when I use it, and what doesn't happen.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions