This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Letter Avatars</h1> | |
<small><strong>Usage:</strong></small> | |
<pre> | |
<code><img width="60" height="60" avatar="Andy Dandy"></code> | |
</pre> | |
<div> | |
<img width="60" height="60" avatar="Andy Dandy"> | |
<img class="round" width="60" height="60" avatar="Andy Dandy"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Africa/Abidjan | |
Africa/Accra | |
Africa/Addis_Ababa | |
Africa/Algiers | |
Africa/Asmara | |
Africa/Asmera | |
Africa/Bamako | |
Africa/Bangui | |
Africa/Banjul | |
Africa/Bissau |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as alt from 'alt'; | |
import * as native from 'natives'; | |
let cameraControlsInterval; | |
let camera; | |
let zpos = 0; | |
let fov = 90; | |
let startPosition; | |
let startCamPosition; | |
let timeBetweenAnimChecks = Date.now() + 100; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const blackList = { | |
// Hats | |
0: { | |
isProp: true, | |
male: [ | |
1, | |
38, | |
46, | |
47, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as alt from 'alt'; | |
import * as native from 'natives'; | |
let NPCS = [ | |
{ "model": "-1022961931", "x": 147.86373901367188, "y": -1041.9560546875, "z": 28.5, "rot": 340 }, //fleeca | |
{ "model": "1767447799", "x": 149.3274688720703, "y": -1042.4176025390625, "z": 28.5, "rot": 340 }, //fleeca | |
{ "model": "1767447799", "x": 313.74066162109375, "y": -280.8527526855469, "z": 53.20, "rot": 340 }, //fleeca | |
{ "model": "-1022961931", "x": 312.052734375, "y": -280.4439697265625, "z": 53.20, "rot": 340 }, //fleeca | |
{ "model": "1055701597", "x": 127.43736267089844, "y": -224.3340606689453, "z": 54.5545654296875, "rot": 90 }, //urban clothes shop | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://gist.github.com/FDiskas/3dd4163d23bbdb77b54852b8cfb71720 | |
export const enum NativeKey { | |
InputNextCamera = 0, // V | |
InputLookLr = 1, // MOUSE RIGHT | |
InputLookUd = 2, // MOUSE DOWN | |
InputLookUpOnly = 3, // (NONE) | |
InputLookDownOnly = 4, // MOUSE DOWN | |
InputLookLeftOnly = 5, // (NONE) | |
InputLookRightOnly = 6, // MOUSE RIGHT | |
InputCinematicSlowmo = 7, // (NONE) |
An guide how to activate Windows 11 Pro for free
Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet
The answer is yes! You can switch from almost any edition to Pro completely for free!
People which already have Pro, but not activated, can skip to this step.
What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import alt from "alt-client" | |
import native from "natives" | |
const localPlayer = alt.Player.local | |
const SYNC_MS_DELAY = 500 | |
const SYNC_MS_DELAY_REMOTE = 100 | |
const MAX_HEADING_DIST = 70.0 | |
const BACKWARDS_HEADING_DIST = 145.0 | |
const TASK_LOOK_AT_COORD_DURATION = 300 | |
const LOOKING_AT_POS_OFFSET = 5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as alt from 'alt-shared'; | |
// Please understand this took quiet some time and effort. | |
// This took 3 different expirements to get the right workflow to assign all torsos. | |
// Some torsos don't take up full clothing, and expect an undershirt. | |
// This is about 92% accurate for all clothes, and 99% accurate for just clothing, no super hero suits. | |
// Check out Rebar. https://rebarv.com/ | |
// Created by Stuyk | |
const MaleTorsos = { |
OlderNewer