Thread: Q Menu
View Single Post
  #2  
Old 12-23-2005, 01:03 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
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
Reply With Quote