CHEATS
GUIs
SCRIPTS
MAPS
TUTORIALS
SOUNDS
EFFECTS
TOOLS
SERVERS
SKINS
TEXTURES
MODELS
PLUGINS
MODS
VIEW MORE
Games List
Reviews
Media
Prefabs
Sprays
☰
GVME
>
GoldSrc
>
Tutorials
>
Programming
Add
Videos
Wallpapers
Avatars
Downloads
Articles
Sys-Req
News
Reviews
MORE
Wiki
Interviews
Hardware
Jobs
Market
Blogs
Polls
Status Updates
☰
Rating
Based on GVME Community!
Rating:
Your rating:
N/A
Total votes:
0
You cannot rating yet!
You can rate anything - when you add rating to a submission your vote determines its success or failure.
To vote on this submission
register
or
login
You cannot add to Favorites!
You cannot say thanks!
You must
register
or
login
Statistics
Scores and popularity
Views:
593
Downloads:
0
Feedback:
0
Submission Options
More options about this submission!
More by this submitter
More Programming submissions
Track this submission
Email this submission
Print this submission
Download this submission
Subscribe to this category
Add in this category
1 Swing Crowbar
Share:
Added by:
exeqtR
Category:
GoldSource Engine
>
Programming
Difficulty Level:
Begginer
Tags:
Swing
Crowbar
Hi, im aiming to make this site have more tutorials so I have just done a new tutorial to make the crowbar only swing once when held,
lets start open
crowbar.ccp
in the crowbar class, make a bool named
CODE
m_HasSwung.
at the start of PrimaryAttack, put in this:
CODE
if( m_HasSwung )
return;
m_HasSwung = true;
and then at the top of weaponidle:
m_HasSwung = false
And thats about it
Added:
Jan 10 2021, 11:38 PM
Modified:
Never edited!
Thanks List:
[+]
Add Feedback
You cannot post yet!
Get involved on GVME by posting your thoughts. Give authors your feedback to help them develop.
To post in this submission
register
or
login
Feedback