Advertisement
errur

Untitled

Oct 12th, 2014
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. //Grenade practice script, goes into autoexec.cfg
  2. //Note: You also need the popflash vscript from this guide: http://steamcommunity.com/sharedfiles/filedetails/?id=321745364
  3.  
  4. alias practice "sv_cheats 1; sv_infinite_ammo 2; sv_grenade_trajectory 1; mp_buy_anywhere 1; mp_roundtime 60; mp_roundtime_defuse 60; mp_roundtime_hostage 60; bot_zombie 1; bot_freeze 1; bot_stop 1; mp_autoteambalance 0; impulse 101; mp_warmup_end; mp_buytime 900000; sv_regeneration_force_on 1; sv_showimpacts 1;ammo_grenade_limit_total 6; give weapon_flashbang; give weapon_decoy; give weapon_smokegrenade; give weapon_incgrenade; give weapon_hegrenade; popflash"
  5.  
  6. alias pop1 "script_execute nadetraining"
  7. alias pop2 "script nadeSetup()"
  8. alias popflash "pop1;pop2"
  9. bind ralt "script nadeSavePos()"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement