Quote:
Originally posted by zell12
Ok, me and flames decided to start the server back up again... but for some of our idea's to work, we need to find out if there is a way to make a different 'Q' inventory, if someone can help it would really help scince me and him were like the only people making it full time, scince everyone quit on us
|
Yes, there is. Just gotta do a few minor adjustments...
first off, use "disableselectweapons" so when you press 'Q', nothing happens, then make something happen using...
NPC Code:
if(keydown(9)&&isweapon){
do stuff;
}
Ask me on MSN sometime and I'll help you out, cause I'm too lazy to do it here (though I do need the 500 posts)