Posted October 28, 200519 yr Dunno if this is the right place for this thread, but I made a pretty simple script for counter strike source, but it's not working, I'm sure it's just one little thing I am mising that is fucking up the whole script, any help would be greatly appreciated. alias go_slot1 "weapon_ak47; weapon_aug; weapon_g3sg1; weapon_m249; weapon_m4a1; weapon_m3; weapon_mac10; weapon_mp5navy; weapon_p90; weapon_scout; weapon_sg552; weapon_sg550; weapon_ump45; weapon_tmp; weapon_xm1014; weapon_awp" alias go_slot2 "weapon_deagle; weapon_usp; weapon_glock18; weapon_p228; weapon_elite; weapon_fiveseven" alias fast "bind MOUSE1 +attack; go_slot2; go_slot1; +attack2" alias regular "bind MOUSE1 +attack" bind "+" fast bind "-" regular If you can't tell, it is suppposed to be an awp switch script.