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

Last updated