π₯ π¦ππ₯π©ππ₯
Last updated 4 years ago
identix_pl_name_rs_post( pl, name)
identix_pl_name_rs_post(
)
ply pl player object
ply
pl
str name new name for player (default stream name)
str
name
Runs after player has name reset
local function your_hook( pl, name ) // your custom hook function here end hook.Add( 'identix_pl_name_rs_post', 'your_hook_id', your_hook )
hook.Add( 'identix_pl_name_rs_post', 'your_hook_id', function( pl. name ) // your custom hook function here end )
local function your_hook( pl, name ) // your custom hook function here end rhook.new.rlib( 'identix_pl_name_rs_post', 'your_hook_id', your_hook )