-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FRAMEWORK 1.0 IS OUT!!!!!!!
- Loading branch information
Pyth3rEx
committed
Feb 24, 2019
1 parent
bc12bed
commit 9871cdb
Showing
13 changed files
with
103 additions
and
910 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# esx_fireDispatch | ||
Fire script for RP servers in FiveM | ||
|
||
The script is not functional right now. Check #release for working versions | ||
This script intorduces a fully-functional Fire Departement System with Fire Callouts | ||
|
||
Features: | ||
- Fire Calls | ||
- Dynamic Fires | ||
- Fire Particles Management System | ||
- Fire Alarm Sytem | ||
- Server-sided calculations (all clients see the same thing) | ||
|
||
Check the Wiki for all infos on how to setup this script for your server, help us out in the development, or just more data I don't really know how to fit here ;) |
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
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
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
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 +1,10 @@ | ||
stuff to sync fire between clients (not done) | ||
FIREMANAGER --------- | ||
syncFire = Used to sync the /startFire command to all clients | ||
|
||
removeFire = Used to sync the /stopFires command to all clients | ||
|
||
POTATO --------- | ||
syncedAlarm = Used to trigger the fire alarm in the fire stations on all clients | ||
|
||
OTHERS // COMMANDS--------- | ||
fireAlarm = "Start the fire alarm" command |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
firePositionsX = X position of fire | ||
firePositionsY = Y position of fire | ||
firePositionsZ = Z position of fire | ||
fires = ini value of spawned fire intities | ||
particles = ini value of spawned fire particles |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.