AltV .NET Core Server Mock Api


Keywords
altv, gta, bridge, mock
License
Apache-2.0
Install
Install-Package AltV.Net.Mock -Version 1.17.2-alpha

Documentation

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;
  }
};