@citizenfx/server 2.0.28814-1 → 2.0.28954-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/natives_server.d.ts +1 -1
- package/package.json +1 -1
package/natives_server.d.ts
CHANGED
|
@@ -2257,7 +2257,7 @@ declare function ScheduleResourceTick(resourceName: string): void;
|
|
|
2257
2257
|
|
|
2258
2258
|
/**
|
|
2259
2259
|
* Sets the displayed sprite for a specific blip.
|
|
2260
|
-
* There's a [list of sprites](https://docs.fivem.net/game-references/blips/) on the FiveM documentation site.
|
|
2260
|
+
* There's a [list of sprites](https://docs.fivem.net/docs/game-references/blips/) on the FiveM documentation site.
|
|
2261
2261
|
* @param blip The blip to change.
|
|
2262
2262
|
* @param spriteId The sprite ID to set.
|
|
2263
2263
|
*/
|