Skip to content
View TheOnly3aq's full-sized avatar

Block or report TheOnly3aq

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
TheOnly3aq/README.md

Kars Talens

Hiya! I'm Kars talens and I'm currently living in Groningen. I mainly focus on frontend development, but in my free time I work on fivem servers using lua.


TheOnly3aq = {}

function TheOnly3aq:new()
    local obj = {
        name = "Kars Talens",
        username = "TheOnly3aq",
        location = "Groningen, Netherlands",
        twitter = "@karstalens",
        web = "https://karstalens.nl"
    }
    setmetatable(obj, self)
    self.__index = self
    return obj
end

My Statistics


Pinned Loading

  1. Misc Misc Public

    Miscellaneous Scripts for Fivem

    Lua

  2. fbi fbi Public

    FBI Database

    JavaScript

  3. hirochiconfigurator hirochiconfigurator Public

    Car configurator for the Hirochi CCF, and possibly the Procyon Vela later on.

    JavaScript

  4. procyonconfigurator procyonconfigurator Public

    Car Configurator for Procyon Vela

    JavaScript