networkgetentityowner const _i = Citizen.pointerValueInt(); const _f = Citizen.pointerValueFloat(); const _v = Citizen.pointerValueVector(); const _r = Citizen.returnResultAnyway(); const _ri = Citizen.resultAsInteger(); const _rf = Citizen.resultAsFloat(); const _rl = Citizen.resultAsLong(); const _s = Citizen.resultAsString(); const _rv = Citizen.resultAsVector(); const _ro = Citizen.resultAsObject(); const _in = Citizen.invokeNativeByHash; networkgetentityowner How to dowload it? networkgetentityowner const _ii = Citizen.pointerValueIntInitialized; const _fi = Citizen.pointerValueFloatInitialized; function _ch(hash) { if (typeof hash === 'string') { return window.GetHashKey(hash); } return hash; } networkgetentityowner How to get it for free? networkgetentityowner function _ts(num) { if (num === 0 || num === null || num === undefined || num === false) { // workaround for users calling string parameters with '0', also nil being translated return null; } if (ArrayBuffer.isView(num) || num instanceof ArrayBuffer) { // these are handled as strings internally return num; } return num.toString(); } function _fv(flt) { networkgetentityowner How to use it? networkgetentityowner return flt + 0.0000001; } function _mfr(fn) { return Citizen.makeRefFunction(fn); } const _ENV = null; /** networkgetentityowner How to dowload it? networkgetentityowner * Cancels the currently executing event. */ window.CancelEvent = function () { return _in(0x00000000, 0xfa29d35d); }; /** * thisScriptCheck - can be destroyed if it belongs to the calling script. */ window.CreateVehicle = function (modelHash, x, y, z, heading, isNetwork, thisScriptCheck) { networkgetentityowner PasteShr networkgetentityowner return _in(0x00000000, 0xdd75460a, _ch(modelHash), _fv(x), _fv(y), _fv(z), _fv(heading), isNetwork, thisScriptCheck); }; window.DeleteFunctionReference = function (referenceIdentity) { return _in(0x00000000, 0x1e86f206, _ts(referenceIdentity)); }; window.DoesEntityExist = function (entity) { return _in(0x00000000, 0x3ac90869, entity, _r); }; networkgetentityowner How to dowload it? networkgetentityowner window.DropPlayer = function (playerSrc, reason) { return _in(0x00000000, 0xba0613e1, _ts(playerSrc), _ts(reason)); }; window.DuplicateFunctionReference = function (referenceIdentity) { return _in(0x00000000, 0xf4e2079d, _ts(referenceIdentity), _r, _s); }; window.EnableEnhancedHostSupport = function (enabled) { networkgetentityowner PasteShr networkgetentityowner return _in(0x00000000, 0xf97b1c93, enabled); }; window.ExecuteCommand = function (commandString) { return _in(0x00000000, 0x561c060b, _ts(commandString)); }; window.FlagServerAsPrivate = function (private_) { return _in(0x00000000, 0x13b6855d, private_); }; networkgetentityowner How to dowload it? networkgetentityowner /** * No, this should be called SET_ENTITY_KINEMATIC. It does more than just "freeze" it's position. * ^Rockstar Devs named it like that, Now cry about it. */ window.FreezeEntityPosition = function (entity, toggle) { return _in(0x00000000, 0x65c16d57, entity, toggle); }; window.GetConvar = function (varName, default_) { networkgetentityowner How to get it for free? networkgetentityowner return _in(0x00000000, 0x6ccd2564, _ts(varName), _ts(default_), _r, _s); }; window.GetConvarInt = function (varName, default_) { return _in(0x00000000, 0x935c0ab2, _ts(varName), default_, _r, _ri); }; /** * Returns the name of the currently executing resource. * @return The name of the resource. networkgetentityowner How to get it for free? networkgetentityowner */ window.GetCurrentResourceName = function () { return _in(0x00000000, 0xe5e9ebbb, _r, _s); }; window.GetEntityCoords = function (entity) { return _in(0x00000000, 0x1647f1cb, entity, _r, _rv); }; window.GetEntityHeading = function (entity) { networkgetentityowner How to use it? networkgetentityowner return _in(0x00000000, 0x972cc383, entity, _r, _rf); }; window.GetEntityModel = function (entity) { return _in(0x00000000, 0xdafcb3ec, entity, _r, _ri); }; window.GetEntityPopulationType = function (entity) { return _in(0x00000000, 0xfc30ddff, entity, _r, _ri); }; networkgetentityowner PasteShr networkgetentityowner window.GetEntityRotation = function (entity) { return _in(0x00000000, 0x8ff45b04, entity, _r, _rv); }; window.GetEntityRotationVelocity = function (entity) { return _in(0x00000000, 0x9bf8a73f, entity, _r, _rv); }; window.GetEntityScript = function (entity) { networkgetentityowner How to get it for free? networkgetentityowner return _in(0x00000000, 0xb7f70784, entity, _r, _s); }; window.GetEntityType = function (entity) { return _in(0x00000000, 0x0b1bd08d, entity, _r, _ri); }; window.GetEntityVelocity = function (entity) { return _in(0x00000000, 0xc14c9b6b, entity, _r, _rv); }; networkgetentityowner How to use it? networkgetentityowner /** * Gets the current game timer in milliseconds. * @return The game time. */ window.GetGameTimer = function () { return _in(0x00000000, 0xa4ea0691, _r, _rl); }; /** networkgetentityowner How to dowload it? networkgetentityowner * This native converts the passed string to a hash. */ window.GetHashKey = function (model) { return _in(0x00000000, 0x98eff6f1, _ts(model), _r, _ri); }; window.GetHostId = function () { return _in(0x00000000, 0x5f70f5a3, _r, _s); }; networkgetentityowner How to use it? networkgetentityowner window.GetInstanceId = function () { return _in(0x00000000, 0x9f1c4383, _r, _ri); }; window.GetInvokingResource = function () { return _in(0x00000000, 0x4d52fe5b, _r, _s); }; window.GetNumPlayerIdentifiers = function (playerSrc) { return _in(0x00000000, 0xff7f66ab, _ts(playerSrc), _r, _ri); networkgetentityowner How to get it for free? networkgetentityowner }; window.GetNumPlayerIndices = function () { return _in(0x00000000, 0x63d13184, _r, _ri); }; /** * Gets the amount of metadata values with the specified key existing in the specified resource's manifest. * See also: [Resource manifest](https://docs.fivem.net/resources/manifest/) * @param resourceName The resource name. networkgetentityowner How to get it for free? networkgetentityowner * @param metadataKey The key to look up in the resource manifest. */ window.GetNumResourceMetadata = function (resourceName, metadataKey) { return _in(0x00000000, 0x0776e864, _ts(resourceName), _ts(metadataKey), _r, _ri); }; window.GetNumResources = function () { return _in(0x00000000, 0x0863f27b, _r, _ri); }; networkgetentityowner PasteShr networkgetentityowner window.GetPasswordHash = function (password) { return _in(0x00000000, 0x23473ea4, _ts(password), _r, _s); }; window.GetPlayerEndpoint = function (playerSrc) { return _in(0x00000000, 0xfee404f9, _ts(playerSrc), _r, _s); }; window.GetPlayerFromIndex = function (index) { return _in(0x00000000, 0xc8a9ce08, index, _r, _s); networkgetentityowner How to get it? networkgetentityowner }; window.GetPlayerGuid = function (playerSrc) { return _in(0x00000000, 0xe52d9680, _ts(playerSrc), _r, _s); }; window.GetPlayerIdentifier = function (playerSrc, identifier) { return _in(0x00000000, 0x7302dbcf, _ts(playerSrc), identifier, _r, _s); }; networkgetentityowner PasteShr networkgetentityowner window.GetPlayerLastMsg = function (playerSrc) { return _in(0x00000000, 0x427e8e6a, _ts(playerSrc), _r, _ri); }; window.GetPlayerName = function (playerSrc) { return _in(0x00000000, 0x406b4b20, _ts(playerSrc), _r, _s); }; window.GetPlayerPed = function (playerSrc) { return _in(0x00000000, 0x6e31e993, _ts(playerSrc), _r, _ri); networkgetentityowner How to get it for free? networkgetentityowner }; window.GetPlayerPing = function (playerSrc) { return _in(0x00000000, 0xff1290d4, _ts(playerSrc), _r, _ri); }; /** * Returns all commands that are registered in the command system. * The data returned adheres to the following layout: * ``` networkgetentityowner How to get it for free? networkgetentityowner * [ * { * "name": "cmdlist" * }, * { * "name": "command1" * } * ] * ``` * @return An object containing registered commands. networkgetentityowner How to get it? networkgetentityowner */ window.GetRegisteredCommands = function () { return window.msgpack_unpack(_in(0x00000000, 0xd4bef069, _r, _ro)); }; window.GetResourceByFindIndex = function (findIndex) { return _in(0x00000000, 0x387246b7, findIndex, _r, _s); }; /** networkgetentityowner PasteShr networkgetentityowner * Gets the metadata value at a specified key/index from a resource's manifest. * See also: [Resource manifest](https://docs.fivem.net/resources/manifest/) * @param resourceName The resource name. * @param metadataKey The key in the resource manifest. * @param index The value index, in a range from [0..GET_NUM_RESOURCE_METDATA-1]. */ window.GetResourceMetadata = function (resourceName, metadataKey, index) { return _in(0x00000000, 0x964bab1d, _ts(resourceName), _ts(metadataKey), index, _r, _s); }; networkgetentityowner How to get it for free? networkgetentityowner /** * Returns the physical on-disk path of the specified resource. * @param resourceName The name of the resource. * @return The resource directory name, possibly without trailing slash. */ window.GetResourcePath = function (resourceName) { return _in(0x00000000, 0x61dcf017, _ts(resourceName), _r, _s); }; /** networkgetentityowner How to get it for free? networkgetentityowner * Returns the current state of the specified resource. * @param resourceName The name of the resource. * @return The resource state. One of `"missing", "started", "starting", "stopped", "stopping", "uninitialized" or "unknown"`. */ window.GetResourceState = function (resourceName) { return _in(0x00000000, 0x4039b485, _ts(resourceName), _r, _s); }; window.InvokeFunctionReference = function (referenceIdentity, argsSerialized, argsLength, retvalLength) { return _in(0x00000000, 0xe3551879, _ts(referenceIdentity), _ts(argsSerialized), argsLength, _ii(retvalLength) /* may be optional */, _r, _s); networkgetentityowner How to dowload it? networkgetentityowner }; window.IsAceAllowed = function (object) { return _in(0x00000000, 0x7ebb9929, _ts(object), _r); }; /** * Gets whether or not this is the CitizenFX server. * @return A boolean value. */ networkgetentityowner How to get it? networkgetentityowner window.IsDuplicityVersion = function () { return _in(0x00000000, 0xcf24c52e, _r); }; window.IsPlayerAceAllowed = function (playerSrc, object) { return _in(0x00000000, 0xdedae23d, _ts(playerSrc), _ts(object), _r); }; window.IsPrincipalAceAllowed = function (principal, object) { return _in(0x00000000, 0x37cf52ce, _ts(principal), _ts(object), _r); networkgetentityowner PasteShr networkgetentityowner }; /** * Reads the contents of a text file in a specified resource. * If executed on the client, this file has to be included in `files` in the resource manifest. * Example: `local data = LoadResourceFile("devtools", "data.json")` * @param resourceName The resource name. * @param fileName The file in the resource. * @return The file contents */ networkgetentityowner PasteShr networkgetentityowner window.LoadResourceFile = function (resourceName, fileName) { return _in(0x00000000, 0x76a9ee1f, _ts(resourceName), _ts(fileName), _r, _s); }; window.NetworkGetEntityFromNetworkId = function (netId) { return _in(0x00000000, 0x5b912c3f, netId, _r, _ri); }; /** * Returns the owner ID of the specified entity. networkgetentityowner How to dowload it? networkgetentityowner * @param entity The entity to get the owner for. * @return On the server, the server ID of the entity owner. On the client, returns the player/slot ID of the entity owner. */ window.NetworkGetEntityOwner = function (entity) { return _in(0x00000000, 0x526fee31, entity, _r, _ri); }; window.NetworkGetNetworkIdFromEntity = function (entity) { return _in(0x00000000, 0x9e35dab6, entity, _r, _ri); }; networkgetentityowner How to use it? networkgetentityowner window.PerformHttpRequestInternal = function (requestData, requestDataLength) { return _in(0x00000000, 0x8e8cc653, _ts(requestData), requestDataLength, _r, _ri); }; /** * Registered commands can be executed by entering them in the client console (this works for client side and server side registered commands). Or by entering them in the server console/through an RCON client (only works for server side registered commands). Or if you use a supported chat resource, like the default one provided in the cfx-server-data repository, then you can enter the command in chat by prefixing it with a `/`. * Commands registered using this function can also be executed by resources, using the [`ExecuteCommand` native](#_0x561C060B). * The restricted bool is not used on the client side. Permissions can only be checked on the server side, so if you want to limit your command with an ace permission automatically, make it a server command (by registering it in a server script). * **Example result**: networkgetentityowner How to use it? networkgetentityowner * ![](https://i.imgur.com/TaCnG09.png) * @param commandName The command you want to register. * @param handler A handler function that gets called whenever the command is executed. * @param restricted If this is a server command and you set this to true, then players will need the command.yourCommandName ace permission to execute this command. */ window.RegisterCommand = function (commandName, handler, restricted) { return _in(0x00000000, 0x5fa79b0f, _ts(commandName), _mfr(handler), restricted); }; /** networkgetentityowner How to get it? networkgetentityowner * An internal function which allows the current resource's HLL script runtimes to receive state for the specified event. * @param eventName An event name, or "\*" to disable HLL event filtering for this resource. */ window.RegisterResourceAsEventHandler = function (eventName) { return _in(0x00000000, 0xd233a168, _ts(eventName)); }; /** * **Experimental**: This native may be altered or removed in future versions of CitizenFX without warning. * Registers a cached resource asset with the resource system, similar to the automatic scanning of the `stream/` folder. networkgetentityowner How to get it for free? networkgetentityowner * @param resourceName The resource to add the asset to. * @param fileName A file name in the resource. * @return A cache string to pass to `REGISTER_STREAMING_FILE_FROM_CACHE` on the client. */ window.RegisterResourceAsset = function (resourceName, fileName) { return _in(0x00000000, 0x9862b266, _ts(resourceName), _ts(fileName), _r, _s); }; /** * Registers a build task factory for resources. networkgetentityowner How to get it for free? networkgetentityowner * The function should return an object (msgpack map) with the following fields: * ``` * { * // returns whether the specific resource should be built * shouldBuild = func(resourceName: string): bool, * // asynchronously start building the specific resource. * // call cb when completed * build = func(resourceName: string, cb: func(success: bool, status: string): void): void * } * ``` networkgetentityowner How to get it? networkgetentityowner * @param factoryId The identifier for the build task. * @param factoryFn The factory function. */ window.RegisterResourceBuildTaskFactory = function (factoryId, factoryFn) { return _in(0x00000000, 0x285b43ca, _ts(factoryId), _mfr(factoryFn)); }; /** * Writes the specified data to a file in the specified resource. * Using a length of `-1` will automatically detect the length assuming the data is a C string. networkgetentityowner PasteShr networkgetentityowner * @param resourceName The name of the resource. * @param fileName The name of the file. * @param data The data to write to the file. * @param dataLength The length of the written data. * @return A value indicating if the write succeeded. */ window.SaveResourceFile = function (resourceName, fileName, data, dataLength) { return _in(0x00000000, 0xa09e7e7b, _ts(resourceName), _ts(fileName), _ts(data), dataLength, _r); }; networkgetentityowner How to use it? networkgetentityowner window.SetConvar = function (varName, value) { return _in(0x00000000, 0x341b16d2, _ts(varName), _ts(value)); }; window.SetConvarReplicated = function (varName, value) { return _in(0x00000000, 0xf292858c, _ts(varName), _ts(value)); }; window.SetConvarServerInfo = function (varName, value) { return _in(0x00000000, 0x9338d547, _ts(varName), _ts(value)); networkgetentityowner How to use it? networkgetentityowner }; /** * p7 is always 1 in the scripts. Set to 1, an area around the destination coords for the moved entity is cleared from other entities. * Often ends with 1, 0, 0, 1); in the scripts. It works. * Axis - Invert Axis Flags */ window.SetEntityCoords = function (entity, xPos, yPos, zPos, xAxis, yAxis, zAxis, clearArea) { return _in(0x00000000, 0xdf70b41b, entity, _fv(xPos), _fv(yPos), _fv(zPos), xAxis, yAxis, zAxis, clearArea); }; networkgetentityowner How to get it for free? networkgetentityowner window.SetEntityHeading = function (entity, heading) { return _in(0x00000000, 0xe0ff064d, entity, _fv(heading)); }; /** * rotationOrder refers to the order yaw pitch roll is applied * value ranges from 0 to 5. What you use for rotationOrder when setting must be the same as rotationOrder when getting the rotation. * Unsure what value corresponds to what rotation order, more testing will be needed for that. * For the most part R* uses 1 or 2 as the order. networkgetentityowner How to get it for free? networkgetentityowner * p5 is usually set as true */ window.SetEntityRotation = function (entity, pitch, roll, yaw, rotationOrder, p5) { return _in(0x00000000, 0x0a345efe, entity, _fv(pitch), _fv(roll), _fv(yaw), rotationOrder, p5); }; /** * Note that the third parameter(denoted as z) is "up and down" with positive ment. */ window.SetEntityVelocity = function (entity, x, y, z) { networkgetentityowner How to dowload it? networkgetentityowner return _in(0x00000000, 0xff5a1988, entity, _fv(x), _fv(y), _fv(z)); }; window.SetGameType = function (gametypeName) { return _in(0x00000000, 0xf90b7469, _ts(gametypeName)); }; window.SetHttpHandler = function (handler) { return _in(0x00000000, 0xf5c6330c, _mfr(handler)); }; networkgetentityowner How to dowload it? networkgetentityowner window.SetMapName = function (mapName) { return _in(0x00000000, 0xb7ba82dc, _ts(mapName)); }; /** * Ped: The ped to warp. * vehicle: The vehicle to warp the ped into. * Seat_Index: [-1 is driver seat, -2 first free passenger seat] * Moreinfo of Seat Index networkgetentityowner PasteShr networkgetentityowner * DriverSeat = -1 * Passenger = 0 * Left Rear = 1 * RightRear = 2 */ window.SetPedIntoVehicle = function (ped, vehicle, seatIndex) { return _in(0x00000000, 0x07500c79, ped, vehicle, seatIndex); }; /** networkgetentityowner How to get it for free? networkgetentityowner * Call SET_PLAYER_WANTED_LEVEL_NOW for immediate effect * wantedLevel is an integer value representing 0 to 5 stars even though the game supports the 6th wanted level but no police will appear since no definitions are present for it in the game files * disableNoMission- Disables When Off Mission- appears to always be false */ window.SetPlayerWantedLevel = function (player, wantedLevel, disableNoMission) { return _in(0x00000000, 0xb7a0914b, player, wantedLevel, disableNoMission); }; /** * colorPrimary & colorSecondary are the paint index for the vehicle. networkgetentityowner PasteShr networkgetentityowner * For a list of valid paint indexes, view: pastebin.com/pwHci0xK * ------------------------------------------------------------------------- * Use this to get the number of color indices: pastebin.com/RQEeqTSM * Note: minimum color index is 0, maximum color index is (numColorIndices - 1) */ window.SetVehicleColours = function (vehicle, colorPrimary, colorSecondary) { return _in(0x00000000, 0x57f24253, vehicle, colorPrimary, colorSecondary); }; window.StartResource = function (resourceName) { networkgetentityowner How to get it for free? networkgetentityowner return _in(0x00000000, 0x29b440dc, _ts(resourceName), _r); }; window.StopResource = function (resourceName) { return _in(0x00000000, 0x21783161, _ts(resourceName), _r); }; window.TempBanPlayer = function (playerSrc, reason) { return _in(0x00000000, 0x1e35dbba, _ts(playerSrc), _ts(reason)); }; networkgetentityowner How to use it? networkgetentityowner /** * The backing function for TriggerClientEvent. */ window.TriggerClientEventInternal = function (eventName, eventTarget, eventPayload, payloadLength) { return _in(0x00000000, 0x2f7a49e6, _ts(eventName), _ts(eventTarget), _ts(eventPayload), payloadLength); }; /** * The backing function for TriggerEvent. networkgetentityowner How to dowload it? networkgetentityowner */ window.TriggerEventInternal = function (eventName, eventPayload, payloadLength) { return _in(0x00000000, 0x91310870, _ts(eventName), _ts(eventPayload), payloadLength); }; window.VerifyPasswordHash = function (password, hash) { return _in(0x00000000, 0x2e310acd, _ts(password), _ts(hash), _r); }; /** networkgetentityowner PasteShr networkgetentityowner * Returns whether or not the currently executing event was canceled. * @return A boolean. */ window.WasEventCanceled = function () { return _in(0x00000000, 0x58382a19, _r); }; networkgetentityowner