|
|
| Author(s): madman587587 |
| Category: CS:S > Other/Misc |
Notes/Usage Instructions:
This script will automatically change your sprays (sprays will only change on map change)
Installation:
Place code in your autoexec.cfg file
Found in cstrike/cfg/autoexec.cfg
Goto: cstrike/materials/vgui/logos/
Find the logo's you want to be in the auto spray changer
replace the "SPRAY1", "SPRAY2" and "SPRAY3" with the names of the sprays
Usage:
Press "Page Down"
you will reconnect to the server and your spray will be changed
Special Thanks to: SloMoFio
|
Script Code:
// Spray Autoswitch
// By Madman587587
// Place in your autoexec.cfg file
Alias changespray "spray1"
alias spray1 "cl_logofile materials/vgui/logos/SPRAY1.vtf ;alias changespray spray2 ;Retry"
alias spray2 "cl_logofile materials/vgui/logos/SPRAY2.vtf ;alias changespray spray3 ;Retry"
alias spray3 "cl_logofile materials/vgui/logos/SPRAY3.vtf ;alias changespray spray1 ;Retry"
bind PGDN "changespray"
|
| Added: 4 months ago |
 Add Feedback |
 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. This script in a nutshell... Handy & Impractical 1 x Handy 1 x Impractical 1 x Helpful You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |