Перейти к содержанию

Player::setExclusivePhoneRelationships

Материал из RAGE MP Wiki Archive
Версия от 23:46, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

In appcamera.c4, Line 106:
if (VEHICLE::IS_VEHICLE_DRIVEABLE(Player::SET_EXCLUSIVE_PHONE_RELATIONSHIPS(PLAYER::PLAYER_Player_ID()), 0))
So return type could be a vehicle?

!Hash collision - gets the vehicle handle from ped which is about entering the vehicle!

sfink: agreed, 100%
Proper name is GET_VEHICLE_Player_IS_ENTERING

Syntax

<syntaxhighlight lang="javascript">player.setExclusivePhoneRelationships();</syntaxhighlight>

Required Arguments

Return value

  • Vehicle handle or object

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also