Garry's Mod

Garry's Mod

57 个评价
[E2] SentCore
   
奖励
收藏
已收藏
取消收藏
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Build
文件大小
发表于
更新日期
1.989 KB
2016 年 7 月 17 日 上午 9:25
2019 年 6 月 9 日 上午 11:39
15 项改动说明 ( 查看 )

订阅以下载
[E2] SentCore

在 Ben66 的 1 个合集中
[FR] Les Bricoleurs
107 件物品
描述
Spawn scripted entity with E2.

BUG REPORTS : http://steamproxy.net/workshop/filedetails/discussion/726355111/359543951702114665/

Array = getSpawnableSents()
( Return all scripted entities we can spawn )

Entity = sentSpawn(string class, vector pos, angle ang, number freeze)
( Spawn a scripted ent)

Entity = npcSpawn(string class, vector pos)
( Spawn a Npc )

Entity = weaponSpawn(string class, vector pos, angle ang, number freeze)
(Spawn a weapon)

entity:editValue(string key, string value)
(Edit settings values of the ent)

Array = entity:getKey()
(Get settings values of the ent)

number = getLimit(string type)
(Get the sboxmax'type' number. (type= npcs, sents, etc...))

number = entity:getCount(string type)
(Get the count of the entities's type of entity player "owner():getCount("sents")" (type= npcs, sents, etc...))

number = entity:checkLimit(string type)
(This function returns how many objects allowed remains. owner():checkLimit('type') (type= npcs, sents, etc...))

cleanup('type')
(Do a cleanup of the type. (type= npcs, sents, etc...))

cleanup()
("Do a cleanup.")
热门讨论 查看全部(1)
1
2021 年 7 月 26 日 下午 1:38
Bug Reports
Ben66
16 条留言
Astralcircle 7 月 17 日 下午 4:05 
Soon it will be useless because Sent Core has been added to Wiremod
d4v3 | the Supreme Being 2023 年 6 月 19 日 上午 2:14 
yup
Lowly Foreskin 2022 年 9 月 17 日 下午 7:13 
Cant spawn npc's other than zombies
SuperMonocle 2022 年 3 月 24 日 下午 10:21 
This is a great mod! However, is there any way you could add cleaning up the spawned SENTS? Or is there already a way to do that?
LUIGI 2021 年 10 月 5 日 下午 4:44 
can you add gmod_wire_hydraulic to the spawn list with away to hookup the point1 and point2
ならうさよ 2021 年 6 月 13 日 下午 7:44 
it is possible to change the wire inputs, use the e2's function :createWire
Kerk 2021 年 4 月 7 日 下午 1:39 
Is there a github version of this addon?
Linear Physics 2020 年 12 月 29 日 上午 6:59 
ok cool c bien bonjour
Apu Nahasapeemapetilon 👀 2019 年 7 月 9 日 上午 4:52 
Is it possible to change the wire inputs? for example if I spawn a missile that has the "Arm", "Launch" and "Detonate" wire inputs, being able of calling them from the E2
Ben66  [作者] 2019 年 6 月 9 日 上午 4:53 
There is a new method to get an array of all SENTS we can spawn on the server.
getSpawnableSents()

HF