Skip to content

Waypoints not shown to passengers in vehicle #6

@Clink1234

Description

@Clink1234

This script causes waypoints to not be shared between players in a vehicle. It is because of this line in client.lua

SetRelationshipBetweenGroups(2, GetHashKey('PLAYER'), GetHashKey('PLAYER'))

Setting it to SetRelationshipBetweenGroups(1, GetHashKey('PLAYER'), GetHashKey('PLAYER'))

Fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions