| |
|
| |
|
Psy's Text
|
| Category: CS:S > Scripting |
| Tags: text, menu |
| Added 3 years ago - last modified 40 years ago |
|
.:Psy's Text Buy Menu:.
To Install:
-in the ...counter-strike scource\cstrike\cfg folder, copy the 'config' file and paste it in the same folder
-rename the copied file to 'psysbuymenu'
-copy the text below and paste it inside the 'psysbuymenu' file
Copy this script to the 'psysbuymenu' file:
//
//
//Psy's Combo Buy Menu
//
//
//by: Psykolambchopz
//bind all keys neccessary
alias bind_all "bind 1 combo1;bind 2 combo2;bind 3 combo3;bind 4 combo4;bind 5 combo5;bind 6 combo6;bind 7 combo7;bind 8 combo8;bind 9 combo9;bind 0 clear_menu"
//combos
alias combo1 "buy m4a1;buy ak47;buy deagle;buy vesthelm;buy hegrenade;clear_menu"
alias combo2 "buy famas;buy galil;buy p228;buy vest;buy hegrenade;clear_menu"
alias combo3 "buy m3;buy deagle;buy vesthelm;buy hegrenade;buy flashbang;clear_menu"
alias combo4 "buy deagle;buy hegrenade;buy flashbang;buy smokegrenade;clear_menu"
alias combo5 "buy p228;buy deagle;buy fiveseven;buy elite;clear_menu"
alias combo6 "buy hegrenade;buy flashbang;buy flashbang;buy vesthelm;clear_menu"
alias combo7 "buy vesthelm;clear_menu"
alias combo8 "rebuy;clear_menu"
alias combo9 "clear_menu;buymenu"
//echo on/off
alias echo_on "developer 1;contimes 14;con_notifytime 35"
alias echo_off "developer 0;clear;contimes 20;con_notifytime 0"
//show/clear/reset menus
alias show_menu "echo |---PSY's BUY MENU---;echo ;echo |1) Combo 1 (M4A1\AK47,Deagle,Kevlar+Helm,HE_Grenade);echo |2) Combo 2 (Galil/Clarion,p228,Kevlar,HE_Grenade);echo |3) Combo 3 (Shotgun,Deagle,Kevlar+Helm,HE_Grenade,FlashGrenade);echo |4) Combo 4 (Deagle,HEGrenade,FlashGrenade);echo |5) Combo 5 (Auto-Buys Pistols);echo |6) Combo 6 (Grenades and Kevlar+Helm);echo |7) Combo 7 (Kevlar+Helm);echo |8) Rebuy Previous Equipement;echo |9) Regular BuyMenu;echo |0) Quit;echo --------------------"
alias clear_menu "echo_off;reset_menu"
alias reset_menu "bind 1 slot1;bind 2 slot2;bind 3 slot3;bind 4 slot4;bind 5 slot5;bind 6 slot6;bind 7 slot7;bind 8 slot8;bind 9 slot9;bind 0 slot0"
//bind b
bind b "echo_on;bind_all;show_menu"
-Now open the valve.rc file, it should read:
// load the base configuration
//exec default.cfg
r_decal_cullsize 1
// Setup custom controller
exec joystick.cfg
// run a user script file if present
exec autoexec.cfg
//
// stuff command line statements
//
stuffcmds
-make a new line after the 'stuffcmds' line
-type in:
//
//PsysBuyMenu
//
exec psysbuymenu
-after typing that in, the valve.rc file should say:
// load the base configuration
//exec default.cfg
r_decal_cullsize 1
// Setup custom controller
exec joystick.cfg
// run a user script file if present
exec autoexec.cfg
//
// stuff command line statements
//
stuffcmds
//
//PsysBuyMenu
//
exec psysbuymenu
-now start up counter-strike source
-during a game, press 'b' and Psy's Buy Menu should appear in the top-left hand corner
-have fun and i hope this buy menu helps!
-Psykolambchopz |
 Add Feedback You cannot post yet! Get involved on FPSB by posting your thoughts. Give authors your feedback to help them develop. To post in this submission register or login |
|
Assessment You cannot assess yet! Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or loginDisapproval Warning This submission has been disapproved and will be automatically trashed if more are made. Please check the submission and vote accordingly. Disapproved for Corrupt archive (1 time)
Stamps This Tutorial in a nutshell... You cannot stamp yet! Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login.Well Written & Handy 1 x Well Written 1 x Handy 1 x Confusing |