Garry's Mod

Garry's Mod

510 个评价
Wiremod E2 Extension: ChatPrint
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 工具
插件标签: 建筑, 风景
文件大小
发表于
更新日期
1.183 KB
2013 年 9 月 11 日 下午 12:42
2017 年 8 月 5 日 下午 4:30
4 项改动说明 ( 查看 )

订阅以下载
Wiremod E2 Extension: ChatPrint

在 Divided 的 2 个合集中
The Abyss
58 件物品
The Abyss #2
26 件物品
描述
Wiremod E2: ChatPrint
===============

A utility function to print coloured text to a players chat area.

This is a E2 function! I didn't just upload an E2 to workshop!

Requires Wiremod, duh.

Usage
===============

chatPrint(vector color, string text, ...)
chatPrint(entity player, vector color, string text, ...)
chatPrint(array r)
chatPrint(entity player, array r)

Examples
===============

Please click here[github.com].
111 条留言
Sanders 2023 年 7 月 18 日 下午 2:12 
is there a way to add a set time it stays on screen?
Sanders 2022 年 1 月 7 日 上午 3:24 
its too bad you cannot change the font would be nice.
NOOBoBOT 2020 年 10 月 10 日 上午 11:24 
This mod it isn't i think, i typing in chat and the rainbow chat its really it isn't... :steamfacepalm:
Seong Gi-hun 2020 年 7 月 2 日 下午 6:09 
About the example code: Is there a way to change the username color?
Revenge 2019 年 11 月 30 日 下午 5:08 
Not working.
24kWarLord 2019 年 4 月 4 日 下午 3:30 
how do i chat the command?
lol 2019 年 3 月 24 日 下午 3:14 
bruh
woof 2018 年 8 月 26 日 上午 9:15 
this is allready in the game..
Sanders 2017 年 11 月 20 日 上午 2:33 
ok so im trying to make it so my clock e2 will print in chat the time using this format 00:00:00 in chat every 60 sec

how would i?



P.S my e2 is doing this for time calculations Hrs = time("hour")+5
Mins = time("min")+1-1
Secs = time("sec")

if (Hrs >= 12) { PM = 1 } else { PM = 0 }

if (PM) { Subtractor = 1 } else { Subtractor = 0 }

Hrs = Hrs - (Subtractor * 12)



and this for the print part

if(On)
{
}
timer("playsound",15000)

if(clk("playsound")){
hideChat(1)
print(TIME:toString())

}



can you help?
Seong Gi-hun 2017 年 10 月 21 日 上午 7:10 
wiremod works because you can make all kinds of machines,Expression 2 commands (like admin commands), and you can have chatprint