Malboro
0eeca85282
Merge pull request #38 from Luiggi33/patch-1
...
CanPermaProp hook
2023-11-11 17:19:42 +01:00
Aron
28f6681f89
feat: CanPermaProp hook
...
Return false to prevent a player from perma propping a ent
2023-11-11 15:16:00 +01:00
Malboro
7a92d6f2bd
Update sv_lib.lua
2023-04-01 11:16:35 +02:00
Malboro
ec27551dff
Merge pull request #34 from tochnonement/master
...
Hooks for appending ent's data and on ent spawning
2023-04-01 11:00:19 +02:00
Malboro
5e51fa86c5
Removed stuff
2021-10-24 16:47:50 +02:00
Aleksandrs Filipovskis
376721cfb2
Hooks for appending ent's data and on ent spawning
2021-05-06 23:36:04 +03:00
Malboro
ff9bd5a7ed
Merge pull request #27 from JustPlayerDE/master
...
Better CAMI support
2021-04-26 22:53:20 +02:00
Malboro
c073636cf2
Update sv_lib.lua
...
For some reasons that cause nocolide props
2021-03-09 15:35:07 +01:00
Malboro
ca248c1ba1
Merge pull request #32 from Cherry/patch-1
...
fix: add support for rainbow feature in Textscreens
2021-01-28 21:09:07 +01:00
James Ross
943916c857
fix: add support for rainbow feature in Textscreens
...
See https://github.com/Cherry/3D2D-Textscreens/pull/73 for more info
2021-01-22 15:51:58 +00:00
Malboro
2bc9d449e7
Merge pull request #30 from AliDeym/master
...
Fixed DarkRP Spawned weapon error caused by #29 .
2020-09-28 08:13:50 +02:00
Ali Deym
198185c518
Fixed DarkRP Spawned weapon error caused by #29 .
2020-09-22 11:45:15 -04:00
Malboro
bc43476a61
Merge pull request #29 from AliDeym/master
...
Fixed user modifications being ignored after ENT:Initialize
2020-09-21 08:37:33 +02:00
Ali Deym
6c93eac916
Properties are now called whenever Initialization of ENT is called.
...
Some entities may change their properties during their Initialization.
It is best to change properties such as skin after spawning an entity.
Imagine an entity that sets skin during Initialization (Or changes position or anges).
Then, the modification of user will be completely ignored if properties are changed first and then the prop is spawned.
2020-09-18 13:41:15 -04:00
Ali Deym
5a5e0317c6
SetPos is now called after entity has been spawned.
...
Some entities change their position during their Initialization process. To fix this, SetPos has to be done after Spawn is called.
2020-09-18 13:37:32 -04:00
Malboro
b1a32a1850
Merge pull request #26 from cl3dev/patch-1
...
Fix error
2020-07-08 11:08:06 +02:00
Malboro
b405d80c9c
Update sv_lib.lua
2020-07-08 11:07:24 +02:00
Justin K
4e83e371b6
Update sv_menu.lua
...
Use CAMI to update usergroups
2020-07-06 17:34:11 +02:00
Luke
3810d8833a
Fix error
...
Was getting errors removing NPC's on my server, this solved it and it's kinda a good idea to check that the trace table exists in the first place :D
2020-07-04 02:31:13 +01:00
Malboro
4960262c72
Fixed TextScreens exploit
2020-01-27 13:34:55 +01:00
Malboro
7d82f7a1d0
Maybe a fix
2019-07-02 01:48:47 +02:00
Malboro
b75b09f745
Merge pull request #21 from tomekb530/patch-1
...
FIX
2019-07-01 17:02:58 +02:00
Tomekb530
3a2693ee1d
Typo!
2019-07-01 16:54:59 +02:00
Malboro
9eb94ab9c7
Textscreen
2019-07-01 15:22:34 +02:00
Malboro
46e628b68e
Update sv_lib.lua
...
Fix error when data is NULL
2019-06-24 14:17:25 +02:00
Malboro
c666eb9751
Merge pull request #19 from Etos7/revert-18-patch-1
...
Revert "SubMaterial Fix"
2019-02-06 18:21:53 +01:00
Etos7
8439b573b9
Update sv_lib.lua
2019-02-06 18:20:37 +01:00
Etos7
6537af9b68
Revert "SubMaterial Fix"
2019-02-06 18:02:10 +01:00
Malboro
324fc1c759
Merge pull request #18 from Etos7/patch-1
...
SubMaterial Fix
2019-02-06 17:36:40 +01:00
Malboro
e6f077a967
Update sv_lib.lua
2019-02-06 17:34:04 +01:00
Etos7
00014c3ac3
Update sv_lib.lua
2019-02-06 16:44:56 +01:00
Etos7
fb568f0cc5
SubMaterial Fix
...
There is no continue in LUA.
SubMaterial index starts form 0.
2019-02-05 19:40:15 +01:00
Malboro
bacae8d762
Dumb thing
2018-07-10 22:58:24 +02:00
Malboro
b9469c2e41
FIX
2018-06-09 14:26:20 +02:00
Malboro
b4f51abef6
Merge pull request #14 from Cherry/patch-1
...
Set fonts for 3D2D Textscreens
2018-06-09 10:51:40 +02:00
James Ross
8037ae7c8a
Set fonts for 3D2D Textscreens
2018-06-09 05:04:21 +01:00
Malboro
eea9aaa3f2
FIX
2018-06-08 19:57:08 +02:00
Malboro
3e29cb83f8
Merge pull request #13 from ReturnEnd/patch-1
...
update sv_menu.lua
2018-06-08 19:56:12 +02:00
ReturnEnd
7c64005f20
update sv_menu.lua
...
do not go further if the user has no permissions
2018-06-08 19:42:07 +02:00
Malboro
a7a0c56958
Merge pull request #11 from FeelTheLemon/master
...
Fix for entities being rendered over translucent props
2017-03-27 22:58:08 +02:00
FeelTheLemon
c61ff31529
fix for entities rendering over translucent props
2017-03-23 22:52:05 +03:00
Malboro
605e565e64
Permissions + Donate
2016-08-20 20:36:05 +02:00
Malboro
4475afacd1
FIX
2016-07-24 21:01:34 +02:00
Malboro
06ef48df9c
ServerGuard
2016-07-24 19:47:17 +02:00
Malboro
7bbfe6f794
FIX ?
2016-06-12 20:27:59 +02:00
Malboro
34a7a78eaf
FIX
2016-06-08 01:06:46 +02:00
Malboro
3243e333d9
ADD
2016-06-06 16:15:39 +02:00
Malboro
2d9e24d624
FIX
2016-06-03 17:51:58 +02:00
Malboro
6056d4b935
ADD
2016-06-03 17:40:51 +02:00
Malboro
b8fdc4040b
ADD
2016-06-03 16:30:18 +02:00