Commit Graph

205 Commits

Author SHA1 Message Date
Vortrex
95a5f65921 Offload colour replace to client 2022-02-26 21:29:57 -06:00
Vortrex
41542493d8 Add interior positions for IV 2022-02-25 05:28:46 -06:00
Vortrex
7daa692770 Offload colour replace to client 2022-02-24 15:45:30 -06:00
Vortrex
e53681e0db Add a few interiors to VC + fix SA crack den pos 2022-02-18 16:00:56 -06:00
Vortrex
a4500fdbce Fix game location util 2022-02-18 15:37:35 -06:00
Vortrex
65d388d893 Add a few game locations for GTA SA 2022-02-18 15:37:01 -06:00
Vortrex
c402550490 Restore old pickup types for VC and III 2022-02-14 16:15:13 -06:00
Vortrex
cd6f6b8c27 Fix pickup types 2022-02-13 19:39:02 -06:00
Vortrex
11e6cc5ce5 Moving fishing data to game data 2022-02-10 18:02:42 -06:00
Vortrex
8eef59c60b Move some utilities to shared 2022-02-10 18:01:40 -06:00
Vortrex
d8390d8d86 Make biz default item sets PascalCase 2022-02-05 00:13:57 -06:00
Vortrex
553ac41f2c Add get element type name util 2022-02-04 10:41:11 -06:00
Vortrex
3663add85b Rename some SA vehs, disable face anims 2022-02-04 10:40:54 -06:00
Vortrex
b85cccaba6 Some util funcs 2022-01-31 12:34:14 -06:00
Vortrex
6d94aa6654 Rename some SA vehicles to reduce duplicates 2022-01-31 12:34:07 -06:00
Vortrex
c306f833a6 Add basic job pickup model to gamedata 2022-01-21 20:34:32 -06:00
Vortrex
c1ec7c2fc4 Add content resource names array, add tazed anim for VC/SA 2022-01-19 13:03:17 -06:00
Vortrex
c8a8480bf3 Check if array isn't null for clear array util 2022-01-17 07:47:31 -06:00
Vortrex
5dfe47a3e8 Organize a lot of utils 2022-01-09 17:19:53 -06:00
Vortrex
b30ff17352 Add anim freeze type const 2022-01-09 05:28:19 -06:00
Vortrex
2d833d00c3 Move bool/int conversion utils to shared 2022-01-09 05:27:44 -06:00
Vortrex
290b512252 Fixed tazed anim wrong type 2022-01-09 05:27:22 -06:00
Vortrex
9217638191 New anim const 2022-01-06 13:33:17 -06:00
Vortrex
89c139288c Add tazed anim + use new anim consts 2022-01-06 13:33:11 -06:00
Vortrex
9148b05dd2 Add ammo to gun store default items 2022-01-04 20:05:03 -06:00
Vortrex
9e3cca3481 Add LV & SF police stations to gamedata 2022-01-04 15:15:13 -06:00
Vortrex
55443e9d09 Add skin names for Mafia 1 2021-12-22 23:35:20 -06:00
Vortrex
3c32bd9d60 Fix front pos util 2021-12-22 23:34:53 -06:00
Vortrex
dc44389b02 Remove obsolete and duplicate data 2021-12-15 12:03:50 -06:00
Vortrex
d0f33326f6 Add missing game data 2021-12-13 20:47:05 -06:00
Vortrex
01b9a533fa Add combo keystate const (combo keys unfinished) 2021-12-11 20:17:28 -06:00
Vortrex
832545e9c9 Fix range utils, move array chunk util to shared 2021-12-03 10:24:01 -06:00
Vortrex
271e512d46 Start offloading veh buy logic to clientside 2021-12-03 10:23:41 -06:00
Vortrex
4b13a34cd7 Disable some skins in skin-changer 2021-11-28 22:50:50 -06:00
Vortrex
32a0fa5f79 Use new prop label consts 2021-11-28 22:45:41 -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
2e753b4d87 Use game namespace and new const 2021-11-16 02:00:54 -06:00
Vortrex
b8ee6efcd6 MafiaC support 2021-11-16 01:57:48 -06:00
Vortrex
ffd9558f03 Update mafiac camera fade util 2021-10-25 13:08:15 -05:00
Vortrex
c327b10766 Move game removed world objs to game resource 2021-10-25 13:07:35 -05:00
Vortrex
34a7812dce Disable some VC skins that were crashing 2021-10-15 22:42:04 -05:00
Vortrex
cf5139dcc5 Fix float parse 2021-10-06 15:44:14 -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
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
163eb8f271 MP mod and game script consts+comments sections 2021-08-24 19:55:52 -05:00
Vortrex
88ba26e529 Fix some data saving and wrong label setting 2021-08-15 12:15:34 -05:00
Vortrex
4fe9c45e0a Mafia Connected support 2021-08-14 20:49:47 -05:00