Commit graph

1420 commits

Author SHA1 Message Date
in0finite
0259e044c2 add SAU_Plugins folder to gitignore 2021-02-27 16:05:55 +01:00
in0finite
8abd08fda8 provide list of registered commands 2021-02-23 00:54:46 +01:00
in0finite
0589ccb039 exit aim & fire states if ped is not holding a weapon 2021-02-23 00:10:11 +01:00
in0finite
c52fd29de8 don't display inflicted damage for the same player 2021-02-22 23:56:58 +01:00
in0finite
9e7378d1ca exit drive-by state if ped doesn't have gun weapon 2021-02-22 23:20:01 +01:00
in0finite
eb937dd512 send command back to player 2021-02-22 22:20:36 +01:00
in0finite
fb2f17792e unsupported vehicles will not cause spamming error messages - they are destroyed 2021-02-22 22:19:15 +01:00
in0finite
e21ef25835 players can specify model id for their ped or stalker 2021-02-22 21:26:57 +01:00
in0finite
000a8a6cc9 revert adaption 2021-02-22 20:21:14 +01:00
in0finite
e36c87861f add script to prefab 2021-02-22 20:16:44 +01:00
in0finite
700e9e9e44 some more adaptions 2021-02-22 19:53:41 +01:00
in0finite
506c7bd1f0 rename script 2021-02-22 19:45:17 +01:00
in0finite
16380a4fe7 adapt all scripts to command system - stop using PlayerRequests 2021-02-22 19:43:17 +01:00
in0finite
a6204749b2 impl teleport command 2021-02-22 18:50:35 +01:00
in0finite
ea7c27b573 impl weapon commands 2021-02-22 18:13:28 +01:00
in0finite
e3b8d9fd65 impl ped & vehicle commands 2021-02-22 17:51:26 +01:00
in0finite
e649952aa9 don't show "..." button in Peds window on clients 2021-02-22 17:44:29 +01:00
in0finite
780a02e842 add rate-limit to commands 2021-02-22 17:43:18 +01:00
in0finite
71ea451b3b add Player.onDisable event 2021-02-22 15:52:46 +01:00
in0finite
ead26ca9da add "description" and "runOnlyOnServer" to CommandInfo 2021-02-22 15:50:43 +01:00
in0finite
f7022565e3 send response only if it is not empty 2021-02-22 15:48:47 +01:00
in0finite
fb332a40c0 add flag "addWeaponsToSpawnedPlayers" 2021-02-21 02:35:26 +01:00
in0finite
985054b648 add Ped.onAwake event 2021-02-21 01:39:39 +01:00
in0finite
6e23e3a97c add Ped.onStart event 2021-02-21 01:20:20 +01:00
in0finite
fb1212305c add player to ProcessCommandContext 2021-02-21 00:46:48 +01:00
in0finite
3aef4d8559 display in 1 line 2021-02-20 23:56:55 +01:00
in0finite
901ba053c2 add scripts to prefabs 2021-02-20 23:16:26 +01:00
in0finite
97e09134bd add error check 2021-02-20 22:54:25 +01:00
in0finite
18504422f1 run commands from chat messages 2021-02-20 21:59:29 +01:00
in0finite
2f47dbf5d7 trim chat messages 2021-02-20 21:57:52 +01:00
in0finite
4db2437dfc add chat preprocessing 2021-02-20 21:57:10 +01:00
in0finite
11c0680c09 add some basic commands 2021-02-20 21:55:05 +01:00
in0finite
f563597d96 implement command processing 2021-02-20 21:52:23 +01:00
in0finite
485ba93c8d fix sync bug 2021-02-20 17:59:25 +01:00
in0finite
1970c945aa add SpawnHandler - spawn positions can be overridden 2021-02-20 17:04:17 +01:00
in0finite
6eb48ad5f3 remove WorldStatsWindow script 2021-02-20 16:21:01 +01:00
in0finite
2a3374f6c2 make it more error-proof 2021-02-20 16:19:04 +01:00
in0finite
8a8ed71751 use short name because it will be a part of json 2021-02-20 16:15:19 +01:00
in0finite
2c4d09b8c2 use struct so that it doesn't allocate memory 2021-02-20 16:13:41 +01:00
in0finite
5436f71840 display player stats dynamically based on data from server 2021-02-20 02:23:16 +01:00
in0finite
b5e308c135 add SyncedServerData 2021-02-20 02:20:19 +01:00
in0finite
0b4794bb72 extract function 2021-02-19 23:04:45 +01:00
in0finite
a729fa7692 add 'attackingPlayer' to DamageInfo 2021-02-19 22:08:37 +01:00
in0finite
b365759ce9 impl SyncedBag 2021-02-19 21:45:54 +01:00
in0finite
82c6df722b change namespace 2021-02-19 20:36:07 +01:00
in0finite
16f991db98 remove commented code 2021-02-19 20:35:46 +01:00
in0finite
e711eaae58 fix plugin loading 2021-02-19 20:35:38 +01:00
in0finite
98e110881a move file to another folder 2021-02-19 18:30:10 +01:00
in0finite
7e97945021 add Ped.onDamaged event 2021-02-19 02:55:09 +01:00
in0finite
ec436c6037 add plugin loading and game modes 2021-02-19 02:22:03 +01:00