Search
Username:
Password:

Register or Reset Password

SUBMISSIONS
Counter Strike
   New Maps
   New Tutorials
   New Skins
   New GUI's
   New Sounds
   New Threads
Other
   Media
   Gamers
   Clans
   Studios
 
 
Search Tutorials:           Advanced
 
 
 
Psy's Text Buy Menu
Difficulty: Intermediate
Category: CS:S > ScriptingAuthor(s):
Did you create this? Request ownership

.: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
Added: 2 years agoTags: text, menu
Psy's Text Buy Menu
Added by...
Images

Submitter Identity
Psykolambchopz .
The only good zombie is a dead one...
ChknWrs Supervisor
Tutorial Stats
Statistics on tutorial submissions by Psykolambchopz .
Submissions: 3
    Independent: 3
    Studio: 0
    Redistributions: 2
Total Views: 6,117
Total Feedback: 7 posts
Average Rating: -
Unrated Tutorials: 3
Total Favs: 1
First Submission: 2 years ago
Latest Submission: 2 months ago
Favorite Category: CS:S > Scripting (2 releases)
Statistics
This tut's scores and traffic.
Rating: ?/10
Skill Band: Undefined (0)
Assessments: 3
Views: 1,476
Favorites: 1
Feedback: 2
New Tutorials: Scripting
More tuts in this category.
Make your own server list in the gamemenu.
Difficulty: Beginner
Save, and execute script
Difficulty: Beginner
Simple Console/Autoexec Info
Difficulty: Beginner
How To Script #1
Difficulty: Beginner
Share It!
Get HTML Code
Get BBCode
Tell a Friend
Assessment
The community's verdict.
8/10
Detail
8
Usefulness
8
Readability
8
Stamps
This tutorial in a nutshell...
Well Written & Handy
Assess Tutorial
Tutorials are community moderated.
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 login.
Stamp Tutorial
How would you describe this tutorial in a few words?
You cannot stamp yet!
Stamps let you apply characteristics to submissions to help others understand them.

To stamp this submission register or login.
Messages
Provide constructive feedback. What is "constructive"?
lordneon .
Bananite | Y2M
Posted 9 months ago
Will no longer work due to developer 1/0 only working with sv_cheats 1
- Bananite
Majin_DiggZ .
To see light - learn the extents of dark | Y2M
Posted 1 year ago
Pros: Compact simple, attractive design + User friendly
Cons: None that I can see
Improvements: This belongs more in the script section, rather than the tutorial section
Notes: Very nice work, im impressed
Add Message
You must login or register to access this!