Open
Description
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.