πidentix_pl_authenticate
π₯ π¦ππ₯π©ππ₯
identix_pl_authenticate( α΅Λ‘α΅ΚΈα΅Κ³ pl )
βΈ Parameters
ply pl
player object
βΈ Description
Runs when player joins server
βΈ Example
local function your_hook( pl )
// your custom hook function here
end
hook.Add( 'identix_pl_authenticate', 'your_hook_id', your_hook )hook.Add( 'identix_pl_authenticate', 'your_hook_id', function( pl )
// your custom hook function here
end )local function your_hook( pl )
// your custom hook function here
end
rhook.new.rlib( 'identix_pl_authenticate', 'your_hook_id', your_hook )Last updated