Thread
:
Q Menu
View Single Post
#
2
12-23-2005, 01:03 AM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
The Wiki
suggests that the check for Q is:
PHP Code:
if (
keydown
(
9
))
{
// Code
}
You may also want to disable weapon select if you are writing your own Q menu:
PHP Code:
disableselectweapons
;
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld