27.09.2018, 16:10
Код:
TruckerTogetther[playerid] = INVALID_PLAYER_ID; TruckerTogetther[TruckerTogetther[playerid]] = INVALID_PLAYER_ID;
That's your index out of bounds error.
Store the first value in a local variable, then reset it for playerid and after that use the local variable to reset the other player's TruckerTogetther index.