type ContactInfo = [string, string];
type LifeInfo = [string[], string[]];
type CodingSkills = {
langs: {
expert: string[];
intermediate: string[];
learning: string[];
};
specialities: string[];
ide: string[];
};
class Mar {}
class Attributes extends Mar {
get contact(): ContactInfo {
const discord = "https://discord.gg/starscripts";
const email = "[email protected]";
return [email, discord];
}
get life(): LifeInfo {
const langs = ["Dutch", "Arabic", "English"];
const country = ["Netherlands", "Morocco"];
return [langs, country];
}
get coding(): CodingSkills {
const langs = {
expert: ["python", "lua"],
intermediate: ["go", "js"],
learning: ["c", "c++", "c#"],
};
const specialities = ["web/app reverse engineering", "ai", "fivem"];
const ide = ["vscode", "intellij"];
return [langs, specialities, ide];
}
}
Highlights
Pinned Loading
-
tabarra/txAdmin
tabarra/txAdmin PublicThe official FiveM server management platform used by over 27k servers!
-
overextended/ox_lib
overextended/ox_lib PublicA FiveM resource and script library for Lua and JS.
-
-
star-scripts-xyz/star-blackmarket
star-scripts-xyz/star-blackmarket PublicA free blackmarket resource made with ox_lib context menu
Lua
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.