07.01.2015, 05:34
pawn Код:
new DuelOpponent[MAX_PLAYERS];
pawn Код:
DuelOpponent[playerid] = opponentID;
pawn Код:
if(InDuel[playerid == 1)
{
new opponentID = DuelOpponent[playerid];
//do all the stuff to 'opponentID' to get him out of the duel, give money, spawn, etc...
}