πŸ”—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 )

Last updated