17.08.2012, 23:26
Just create a LastCall variable and store the ID of the person who last called backup
pawn Код:
format(string,sizeof(string),"%s[%d] has responded to the backup call from %s[%d]!",PlayerName(playerid),playerid, PlayerName(LastCall), LastCall);