getPlayerUID – Talk
Jump to navigation
Jump to search
_uid = getPlayerUID vehicle player;
Is probably confusing.
I suspect that in this example if the player is not the driver _uid will be set to be the UID of the DRIVER of the vehicle and not that of the player as provided by: _uid = getPlayerUID player;
~~