forked from citizenfx/cfx-server-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(baseevents): use NetworkGetPlayerIndexFromPed rather than old act…
…ive player loop.
- Loading branch information
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
3 changes: 3 additions & 0 deletions
3
resources/[system]/baseevents/__resource.lua → resources/[system]/baseevents/fxmanifest.lua
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
-- This resource is part of the default Cfx.re asset pack (cfx-server-data) | ||
-- Altering or recreating for local use only is strongly discouraged. | ||
|
||
fx_version 'cerulean' | ||
game 'gta5' | ||
|
||
version '1.0.0' | ||
author 'Cfx.re <[email protected]>' | ||
description 'Adds basic events for developers to use in their scripts. Some third party resources may depend on this resource.' | ||
|