π₯ π¦ππ₯π©ππ₯
Last updated 4 years ago
identix_pl_name_rs( pl)
identix_pl_name_rs(
)
ply pl player to reset name
ply
pl
Resets player name
Runs in the following order: π’ Updates database π’ DarkRP.storeRPName π’ pmeta setalias π’ set_firstname, set_lastname π’ base:broadcast( )
local function your_hook( pl, fname, lname ) // your custom hook function here end hook.Add( 'identix_pl_name_rs', 'your_hook_id', your_hook )
hook.Add( 'identix_pl_name_rs', 'your_hook_id', function( pl. fname, lname ) // your custom hook function here end )
local function your_hook( pl, fname, lname ) // your custom hook function here end rhook.new.rlib( 'identix_pl_name_rs', 'your_hook_id', your_hook )