Server
GetFPlayer
Function to get FPlayer's methods for the given player's server Id
Parameters description
playerId
- the player server Id to focus on
AllFPlayers
Function to get FPlayer's methods for all players in the server
Notify
Function to send notification to the focused player with HRLib's notification system
Parameters description
description
- the notification's contenttype
- the notification typeduration
- the notification duration (default is 2500, in msec)pos
- the notification position on the screen (default is found in HRLib's config)sound
- sets whether or not the sound should be played (default is true)
FocusedEvent
Function to trigger a client event for the focused player
Parameters description
eventName
- the event name...
- the event's parameters
Last updated