30.05.2018, 12:06
For example, assign variable A to a player.
new A[MAX_PLAYERS];
A[playerid] = bla bla;
then under OnPlayerDeath
if(A[playerid] == blabla) // code
new A[MAX_PLAYERS];
A[playerid] = bla bla;
then under OnPlayerDeath
if(A[playerid] == blabla) // code