Guest User

Bullet Shell Fixes

a guest
Jan 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. --|== Made By Snowa/Console even though its a simple fix I would like some credit for helpin the peeps out!==--|--
  2. --\------------------------------------------------------------------------------------------------------------/--
  3. hook.Add( "PlayerInitialSpawn", "stwrp_shell_fix", function( ply ) -- Dont touch or it wont work
  4. ply:ConCommand( "cl_tfa_legacy_shells 1" ) -- Dont touch or it wont work
  5.     print( "Console's Gocha! Shells are gone!" ) -- This can be removed cause idk why I added it.
  6. end ) -- Dont touch or it wont work
Advertisement
Add Comment
Please, Sign In to add comment