πidentix_pl_profile_rate
π₯ π¦ππ₯π©ππ₯
identix_pl_profile_rate(α΅Λ‘α΅ΚΈα΅Κ³ target, α΅Λ‘α΅ΚΈα΅Κ³ rater)
βΈ Parameters
ply target
player being rated
ply rater
player rating
βΈ Description
Runs when player rates another player
βΈ Example
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 )Last updated