-
Notifications
You must be signed in to change notification settings - Fork 10
/
it_says_gullible_on_the_ceiling.txt
45 lines (37 loc) · 1.1 KB
/
it_says_gullible_on_the_ceiling.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@name it says gullible on the ceiling
@inputs
@outputs
@persist
@trigger
# sprops recommended
if( first() ){
concmd("ulx csay it says gullible on the ceiling")
findByClass("sky_camera")
Xd = findResult(1)
runOnTick(1)
I = 0
function h( M:string ){
I++
holoCreate(I,Xd:pos() + vec(150-I*50,0,0))
holoModel(I,M)
holoScale(I,vec(3))
holoAng(I,ang(0,0,-90))
}
h("models/sprops/misc/alphanum/alphanum_g.mdl")
h("models/sprops/misc/alphanum/alphanum_u.mdl")
h("models/sprops/misc/alphanum/alphanum_l.mdl")
h("models/sprops/misc/alphanum/alphanum_l.mdl")
h("models/sprops/misc/alphanum/alphanum_i.mdl")
h("models/sprops/misc/alphanum/alphanum_b.mdl")
h("models/sprops/misc/alphanum/alphanum_l.mdl")
h("models/sprops/misc/alphanum/alphanum_e.mdl")
}
foreach(N,K:entity=players()){
if(K:eye():dot(vec(0,0,1)) > 0.8){
if(K:isAlive()){
K:plyGod(0)
Bruh = propSpawn("models/props_c17/oildrum001_explosive.mdl",K:pos(),1)
Bruh:propBreak()
}
}
}