/docs

alt-mp docs

Primary LanguageCSS

Welcome to alt:V API Documentation

Hello developer. We are glad to see you here.

const obj = {
  one: 1,
  two: 2,
  fn: (player) => {
    return 1;
  }
};