Posted August 15, 200618 yr Hey i was wondering if anyone has that script where when u shoot once with an awp it switches to deagle, and then u can just start shooting with a deagle, so it only swiches when u shoot with slot1
August 15, 200618 yr Yeah, i'll write that for you when I get back, 1.6 or Source? EDIT: I don't know why I asked whether it was Source or not, not like it matters... But I got around to writing the scripts: //Awp to Pistol Script By: Joe //(Only works while on slot1) alias lol_atk "+attack; wait; sslott2" alias +lol_atk "lol_atk" alias -lol_atk "-attack" alias sslott1 "slot1; alias +lol_atk lol_atk1" alias sslott2 "slot2; alias +lol_atk +attack" You bind 1 to sslott1, 2 to sslott2, and whatever you use to fire to +lol_atk Not sure if it's HLG proof, but it should work on normal servers, if you want me to write a toggle or something just tell me.