🔗identix_pl_name_set_post
🟥 𝗦𝗘𝗥𝗩𝗘𝗥
identix_pl_name_set_post(ᵖˡᵃʸᵉʳ pl, ᵗᵉˣᵗ name)
▸ Parameters
ply pl
player object
str name
new name for player
▸ Description
Runs after new name registered for player
▸ Example
local function your_hook( pl, name )
// your custom hook function here
end
hook.Add( 'identix_pl_name_set_post', 'your_hook_id', your_hook )hook.Add( 'identix_pl_name_set_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_set_post', 'your_hook_id', your_hook )Last updated