Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function ulx.floop ( calling_ply, target_ply )
- calling_ply:SetClipboardText ( target_ply:SteamID() )
- ulx.fancyLogAdmin( calling_ply, true, "#A copied the SteamID of #T", target_ply )
- end
- local floop = ulx.command ( CATEGORY_NAME, "ulx id", ulx.floop, "!id" )
- floop:addParam{ type=ULib.cmds.PlayersArg }
- floop:defaultAccess ( ULib.ACCESS_ALL )
- floop:help ( "Copies target's SteamID" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement