π₯ π¦ππ₯π©ππ₯
Last updated 4 years ago
identix_pl_authenticate( pl )
identix_pl_authenticate(
)
ply pl player object
ply
pl
Runs when player joins server
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 )