Commit Graph

112 Commits

Author SHA1 Message Date
Vortrex
d0e7d143cb Remove old/obsolete stuff 2022-04-10 00:03:20 -05:00
Vortrex
1752a1a659 Fixes for discord webhook (not finished yet) 2022-04-06 16:36:50 -05:00
Vortrex
94e5644edf Add trigger arrays 2022-04-04 02:11:41 -05:00
Vortrex
798c1080ef Use class constructor for commands 2022-03-29 21:06:50 -05:00
Vortrex
bbf0921003 NPC class, data load and save 2022-03-24 15:25:23 -05:00
Vortrex
1f095a5ed0 Chat box auto-hide (for next GTAC update) 2022-03-22 00:14:58 -05:00
Vortrex
e71d411007 Remove unused classes for unfinished stuff 2022-03-19 00:01:29 -05:00
Vortrex
efc72dffe1 Mass convert indentation + add ped speech cmd 2022-03-16 17:02:33 -05:00
Vortrex
ef1ba1dd99 Cutscene interior stuff 2022-03-15 04:16:51 -05:00
Vortrex
e371df54b9 Remove client pedId member (use "ped") 2022-03-09 05:17:39 -06:00
Vortrex
b263c5a3e0 Add vehdata class members for IV 2022-03-09 02:51:37 -06:00
Vortrex
4bb4a83729 Fix for server settings bitflags 2022-03-08 10:07:14 -06:00
Vortrex
9c0e660c3e Cleanup 2022-03-08 01:10:49 -06:00
Vortrex
f22c001c48 Move bool settings for server config to bitflags 2022-02-26 21:31:48 -06:00
Vortrex
0146b93cb2 Fix some job route class stuff 2022-02-10 18:01:17 -06:00
Vortrex
447285fcf8 Remove separate fields for vehicle RGBA colour 2022-02-04 10:36:27 -06:00
Vortrex
c85f1aff0e Add sessionId, afk status to client + last active to veh 2022-01-31 12:27:33 -06:00
Vortrex
839ca6fb2c Small class changes 2022-01-21 20:31:37 -06:00
Vortrex
1427c8ff6c Add health to client data class 2022-01-19 12:57:53 -06:00
Vortrex
2706f2967e Fix initial weapon damage state not being set 2022-01-17 07:43:15 -06:00
Vortrex
8f56d87aca Add index members to NPC classes 2022-01-13 17:31:23 -06:00
Vortrex
b26b19ccc9 Add password reset GUI and processing 2022-01-07 19:48:59 -06:00
Vortrex
e49dce217d Add anim members to class (forgot to do this) 2022-01-06 13:34:58 -06:00
Vortrex
d83a959fd5 New client data class members 2022-01-04 20:02:18 -06:00
Vortrex
94ff60c84a Move keybinds to client data 2022-01-04 15:10:38 -06:00
Vortrex
7f3f64edfe Add job route location class 2021-12-26 11:49:03 -06:00
Vortrex
ce0173d544 New job route classes/data 2021-12-22 23:36:36 -06:00
Vortrex
a571ccea6d Add respawn time to veh class 2021-12-11 20:20:26 -06:00
Vortrex
8257789f8e Load biz radiostation 2021-12-03 10:20:38 -06:00
Vortrex
859936e0cf Woops that's not an int 2021-11-30 21:53:20 -06:00
Vortrex
32a0fa5f79 Use new prop label consts 2021-11-28 22:45:41 -06:00
Vortrex
683fa5908d Load accent 2021-11-25 04:15:31 -06:00
Vortrex
28578f3b9f Remove unused clan rank class members 2021-11-24 07:21:31 -06:00
Vortrex
2dc07afde1 Use new svr cfg class, use Id on class members 2021-11-16 02:02:48 -06:00
Vortrex
45bfc50efb Add gui colour to svr + new card deck classes 2021-10-25 13:01:50 -05:00
Vortrex
daa1596230 Add client return-to type 2021-10-15 22:37:36 -05:00
Vortrex
9d8d5d1418 Bunch of changes (see description)
* New script files to organize GUI
* Added clientside pickup detection to reduce server load for enter/exit
* Added notips command for players to toggle random tips
* Select account last IP as part of wildcard (was separate due to old INT)
* Save account registration with datetime instead of unix timestamp
* Don't force mouse camera on moving anims in SA+
* Add IP ban to server runtime memory in subnet ban command
* Add non-roleplay character name account moderation flag
* Fix bizowner and bizclan commands
* Fix bug that allowed buying items without having the needed cash
* Fix set biz blip command
* Add dealership help label type command
* Added command to show all clan flag types
* Added discord config and load from database
* Fix angle for directional teleport and anim move directions
* Use new colour structure in preparation for locale translations
* Add on-foot only item usetype array to prevent using when in veh
* Fix wrong const value for exit pickup type
* Start using datetime in MySQL tables instead of unix timestamps
* Start adding webhooks for discord (unfinished)
* Added new discord URL to discord help category
* Added house reset pickups/blips utils
* Prevent using items when in skin selector
* Fix get player command
* Fix give player money command
* Add coffee shop and vehicle repair shop default biz item templates
* Remove old game fixes util (resource now in server config)
* Fix bug where characters in clans wouldn't be shown in char select
* Slimmed down the amount of timers
* Made some potentially large numbers more readable (commas)
* Remove colours in message for console output
2021-09-28 11:41:33 -05:00
Vortrex
80eeaa14c5 Lots of changes and fixes
* Add guiReady state
* Add mouseCameraEnabled state
* Make sure GUI is ready on some things
* Fix wrong veh prop funcs being used clientside
* Add local player ped parts/props util for IV
* Add vehicle.lightStatus sync
* Add element interior sync
* Dont use interior on IV
* Use new class structure
* Set default anim offset to 1
* Set biz data to save when changing biz properties
* Add mouse cam state util
* Prefix item type admin cmds with "itemtype"
* Fix server config saving
* Fix server time setting hour to minute arg
* Add player returnTo data types
* Make veh rent/buy price numbers readable
* Fix wrong house index being used to create blip/pickup on create
* Don't cache player hotbar items if working
* Fix cache player hotbar items util
* Add lots of anims to GTA SA
* Try/catch on all data saving to prevent one from blocking the rest
* Fix readable time from showing AM for 12 PM (noon)
* Set veh interior on create
* Dont set engine for spawnlocked vehicles
2021-09-18 06:48:13 -05:00
Vortrex
cfc22a77ee Bunch of fixes/changes
* Set client log level to info
* Added element prop sync util
* Added check to make sure veh upgrade was valid
* Fixed incorrect acct settings being saved
* Added help tip when using invalid anim
* Fixed create biz cmd
* Allow biz owners to set biz name
* Allow biz owners to give biz to player or clan
* Added biz clan rank cmd
* Allow those with permission to lock/unlock biz & houses
* Fix set biz interior
* Allow players with permission to withdraw from biz till
* Added utils to check if player has biz permissions for till/lock/lights
* Added check if players are in same int/vw on talk/shout/whisper
* Follow server civilians cvar when toggling ambience
* Renamed some clan cmds to prefix with "clan"
* Added vehlivery cmd
* Set server log level to debug
* Show veh owner info on enter
* Sync body parts & props on IV
* Add clan help in help cmd
* Don't show values for melee weapons
* Add IV support for some utils
* Sync player ped fight style in SA
* Added fightstyle cmd
* Fix wrong job owner on vehinfo cmd
* Return false on world label support util for IV
2021-09-12 13:53:51 -05:00
Vortrex
9c87ff950c Lots of fixes + clans
* Added clans
* Fixed interior exit labels
* Disabled nametags on games without 3D label support
* Fixed mouse cursor toggle command
* Fixed SA fight-style not being applied
* Added manageRanks clan permission bitflag
* Added interior lights toggle
* Fixed clan chat
* Added real-time support with optional timezone offset
* Added lots of JSDoc stuff
* Added command for managers to set server GUI colour
* Added GeoIP command for admins
* Added command for admins to force an immediate payday
* Added admins gotospawn command
* Added return player command for teleported players
* Added pizza delivery job const
* Fixed biz/house set pickup & interior type
* Fixed inventory showing ammo count for melee weapons
* Fixed SA using wrong pickup types
* Fixed char select screen breaking when in a clan
* Added +/- symbol util for number display
* Added get current timestamp for timezone offset util
* Fixed vehicle owner ID being set wrong for job veh
2021-09-09 01:37:04 -05:00
Vortrex
f4baca7c59 Add interior lights to house/biz classes 2021-08-27 18:47:20 -05:00
Vortrex
e17b43bf2f Add radiostation and keybinds list 2021-08-24 20:36:02 -05:00
Vortrex
08c1d68cc2 Add biz/house game script classes 2021-08-24 19:53:02 -05:00
Vortrex
4fe9c45e0a Mafia Connected support 2021-08-14 20:49:47 -05:00
Vortrex
2aeb17c190 Add some stuff to classes 2021-08-11 09:42:06 -05:00
Vortrex
c485ae5da6 Add house/biz to returnTo data for client 2021-07-25 22:12:21 -05:00
Vortrex
9ce391ef9a Tons of fixes, change netevent prefix. 2021-07-18 20:39:49 -05:00
Vortrex
6ad0c4d120 Add minute duration to server cfg class 2021-07-13 00:51:40 -05:00
Vortrex
c006afcb23 Revert location overhaul (unfinished) 2021-06-21 15:12:52 -05:00
Vortrex
49dde311a2 Changes 2021-06-21 15:06:38 -05:00