π₯ π¦ππ₯π©ππ₯
Last updated 4 years ago
identix_pl_profile_rate( target, rater)
identix_pl_profile_rate(
)
ply target player being rated
ply
target
ply rater player rating
rater
Runs when player rates another player
local function your_hook( targ, rater ) // your custom hook function here end hook.Add( 'identix_pl_profile_rate', 'your_hook_id', your_hook )
hook.Add( 'identix_pl_profile_rate', 'your_hook_id', function( targ, rater ) // your custom hook function here end )
local function your_hook( targ, rater ) // your custom hook function here end rhook.new.rlib( 'identix_pl_profile_rate', 'your_hook_id', your_hook )