Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Notification Player to Player target Displays a notification: %1 = PlayerID name, %2 targetPlayerID SCR_NotificationData: m_iParam1 = PlayerID, m_iParam2 = targetPlayerID Can be used for: GM (m_iParam1) gives player (m_iParam2) photomode rights. Which allows the other GMs to go to target player position Can be used for: KillerPlayer (m_iParam1) killed killedPlayer (m_iParam2). (ENotificationSetPositionData = SET_POSTION_ONCE) Can be used for: GM (m_iParam1) kicks player (m_iParam2) (ENotificationSetPositionData = NEVER_AUTO_SET_POSITION)
Definition at line 10 of file SCR_NotificationPlayerTargetPlayer.c.