-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.script
More file actions
32 lines (32 loc) · 876 Bytes
/
layout.script
File metadata and controls
32 lines (32 loc) · 876 Bytes
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
bindSection('WEAPON BINDS',wbinds)
bindSection('MOVEMENT BINDS',mbinds)
bindSection('ACTIONS BINDS',abinds)
bindSection('CHAT SPAM BINDS',cbinds)
addBind(abinds,'dropflag')
addBind(abinds,'dropweapon')
addBind(abinds,'droppowerup')
addBind(abinds,'readyup')
addBind(abinds,'vote')
addBind(abinds,'messagemode')
addBind(abinds,'pause')
addBind(abinds,'+scores')
addBind(abinds,'+button2')
addBind(abinds,'+button3')
addBind(abinds,'timeout')
addBind(abinds,'timein')
addBind(abinds,'screenshot')
addBind(abinds,'record')
addBind(abinds,'"team ')
addBind(abinds,'+acc')
addBind(abinds,'kill')
addBind(mbinds,'+forward')
addBind(mbinds,'+back')
addBind(mbinds,'+moveright')
addBind(mbinds,'+moveleft')
addBind(mbinds,'+moveup')
addBind(mbinds,'+movedown')
addBind(mbinds,'+speed')
addBind(wbinds,'+attack')
addBind(wbinds,'+zoom')
addBind(wbinds,'weapon ')
addBind(cbinds,'say')