Skip to content
View phoen1xf's full-sized avatar

Block or report phoen1xf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Lua Clock Example: Formatting second... Lua Clock Example: Formatting seconds nicely
    1
    local tz = "!*t"
    2
    function string.SecondsToClock(seconds, f)
    3
        seconds = tonumber(seconds) or 0
    4
    
                  
    5
        local time = os.date(tz, seconds)
  2. pointshop2-achievements pointshop2-achievements Public

    Garry's Mod Pointshop2 Achievements system - released to public

    Lua 3

  3. pointshop2-masks pointshop2-masks Public

    Garry's Mod Pointshop2 Masks system - released to public

    Lua 1