Commit Graph

52 Commits

Author SHA1 Message Date
Vortrex
5dfe47a3e8 Organize a lot of utils 2022-01-09 17:19:53 -06:00
Vortrex
39e9664ae0 Use new force player anim util for item actions 2022-01-09 05:30:00 -06:00
Vortrex
0728c1f9e6 Use anims for item actions 2022-01-06 13:35:50 -06:00
Vortrex
d67c8a0099 Implement ammo items 2022-01-04 20:03:58 -06:00
Vortrex
b2158839b7 Fix additem cmd 2021-12-22 23:36:48 -06:00
Vortrex
d8276a8160 Simplify some item chatbox displays 2021-12-03 10:22:24 -06:00
Vortrex
3e9b09f0f9 Fix wrong index being used for storage items 2021-11-28 22:47:35 -06:00
Vortrex
c10daa926b Fix food/drink setting HP to 0 2021-11-25 04:16:45 -06:00
Vortrex
8f4ac90dc6 Locale stuff + fixes 2021-11-19 19:27:34 -06:00
Vortrex
2f1dd55b29 Fixes 2021-11-16 02:04:40 -06:00
Vortrex
02cbdf61ef Fix using some items 2021-10-25 13:04:50 -05:00
Vortrex
2968e10e7d Fix job equipment bug, add badge item usetype 2021-10-15 22:39:19 -05:00
Vortrex
0b7bb4c504 Start working on phone item usage 2021-10-11 19:31:50 -05:00
Vortrex
c3e9d43561 Fix delplritem admin cmd 2021-10-02 18:22:31 -05:00
Vortrex
0b186c9a08 Save item value 2021-09-30 18:55:24 -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
acfc788371 Lots of changes
* Add optional offset for some anims (like sitting)
* Fix int/vw chat check not working
* Disable ambience utils for now
* Add ped stop anim util
* Fix enter veh messages
* Fix radio stream not stopping when exiting vehicle
* Fix job items bugging out
* Don't save job equipment items
* Switch to inactive item slot when going on/off duty
* Fix gotospawn not working with int/vw
* Added anims for offset use
* Added element ID & syncer utils
* Fixed wrong job name being shown when setting job vehicle rank
* Added anim move type constants
* Added element collision net events
* Added is any GUI active util
* Fixed showing player list when a GUI is active
2021-09-13 07:22:00 -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
300c7785ff Use new db saving util 2021-08-24 19:54:22 -05:00
Vortrex
4fe9c45e0a Mafia Connected support 2021-08-14 20:49:47 -05:00
Vortrex
be48c85f2e Add me action for addgrounditem, check for item action state 2021-07-25 22:16:17 -05:00
Vortrex
9ce391ef9a Tons of fixes, change netevent prefix. 2021-07-18 20:39:49 -05:00
Vortrex
c5c6d39595 Add use logic for veh repair, livery, & color kits 2021-07-13 00:54:52 -05:00
Vortrex
db762b44fc Use more util funcs 2021-06-14 20:05:15 -05:00
Vortrex
7b44801a20 Rebrand 2021-06-05 17:31:17 -05:00
Vortrex
75c264eace Rebrand 2021-06-05 03:14:10 -05:00
Vortrex
d58abe4287 Big Commit 2021-05-06 01:29:46 -05:00
Vortrex
d4810209cb Dont try to use item if index is -1 2021-04-23 18:19:21 -05:00
Vortrex
59b442d126 Cache all ground items before creating objs 2021-04-20 21:32:59 -05:00
Vortrex
2689663019 Fix display for some items 2021-04-18 23:12:13 -05:00
Vortrex
1e63c180d7 Process item action item on server, not netevent 2021-04-18 19:13:50 -05:00
Vortrex
936d836600 Change item init log to info, add item type cmds 2021-04-04 23:23:12 -05:00
Vortrex
15321c97f1 Move item listing to util funcs 2021-03-30 21:47:54 -05:00
Vortrex
8a28d06206 Fix changed util for vec3 offset 2021-03-22 03:12:52 -05:00
Vortrex
deaf0b34a5 Reorganize some utils, change dividing lines 2021-03-16 00:34:45 -05:00
Vortrex
07ef68e190 Use skin selector for clothes item 2021-03-07 14:15:14 -06:00
Vortrex
f22248de14 Fix create ground item cmd 2021-02-09 04:07:50 -06:00
Vortrex
c2d1ad6f49 Add item action reset 2021-01-25 22:40:52 -06:00
Vortrex
f6e5886aaf Fix contat issue for walkie talkie power toggle 2021-01-23 13:32:57 -06:00
Vortrex
4e63b78258 Just change skin for job uniform, dont use item 2021-01-19 04:45:20 -06:00
Vortrex
f9517442e1 Fix trying to drop item slot -1 2021-01-15 03:42:31 -06:00
Vortrex
55a19fc6bd Fix create item to assign value, with optional amount 2021-01-13 11:03:10 -06:00
Vortrex
7f2ee0c8d5 No message. 83 files changed. 2021-01-11 10:31:49 -06:00
Vortrex
22231b6f91 Add items system 2021-01-09 22:38:01 -06:00
Vortrex
d9aee52499 Add load item types & item cmds 2021-01-08 18:30:11 -06:00
Vortrex
a814a59ebd Fix load items concat issue 2020-12-28 01:26:40 -06:00
Vortrex
2ef292d799 Huge command system overhaul 2020-12-13 14:44:14 -06:00
Vortrex
33f8c4615a Many improvements. 2020-12-04 02:48:16 -06:00