Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Edge said:Anyone running a server figure this out yet? I would love to remove some of the weapons from the server so people won't RPG whore and such.
Edge said:Anyone running a server figure this out yet? I would love to remove some of the weapons from the server so people won't RPG whore and such.
Slip778 said:^What was the point of that? This guy wants you to help him..and you complain about his signature..all I can say is....
^Asshat
SkylineGT-R34 said:And why disable weapons ?? gettin' owned too much ?
SkylineGT-R34 said:No one asked you, so stfu.
And why disable weapons ?? gettin' owned too much ?
SkylineGT-R34 said:Nice signature ... NOT, FireFox sucks balls, and its one of the worst browsers out there.
Edge said:Whoa... never imagined asking that would yield this response. This place really has gone to shit. I personally would like to run a Grav Gun only server.
Edge said:I know it is possible I played on a server last night that removed the shotgun from overwatch. The ammo was still there but the shotgun never spawned.
Raziel-Jcd said:No one will play in your server lol :/
it does.FearoftheDomoKun said:And no, grav gun does not get old. NEVER <3
SkylineGT-R34 said:No one asked you, so stfu.
To me that made no sense in relation to the total topic.This game isn't about yourself and only yourself, the game was made with the weapons, take advantage and reach the top, it is like war, you always want the best advantages...
bind "\" "sv_cheats 1;wait;exec rm_wpns.cfg;wait;sv_cheats 0"
ent_remove_all weapon_pistol
ent_remove_all weapon_357
ent_remove_all weapon_shotgun
ent_remove_all weapon_smg1
ent_remove_all weapon_ar2
ent_remove_all weapon_rpg
ent_remove_all weapon_crossbow
ent_remove_all weapon_frag
ent_remove_all item_ammo_pistol
ent_remove_all item_ammo_357
ent_remove_all item_box_buckshot
ent_remove_all item_ammo_smg1
ent_remove_all item_ammo_smg1_grenade
ent_remove_all item_ammo_ar2
ent_remove_all item_ammo_ar2_large
ent_remove_all item_ammo_ar2_altfire
ent_remove_all item_rpg_round
ent_remove_all item_ammo_crossbow
ent_remove_all item_battery
//ent_remove_all weapon_pistol
ent_remove_all weapon_357
//ent_remove_all weapon_shotgun
//ent_remove_all weapon_smg1
//ent_remove_all weapon_ar2
ent_remove_all weapon_rpg
//ent_remove_all weapon_crossbow
//ent_remove_all weapon_frag
//ent_remove_all item_ammo_pistol
ent_remove_all item_ammo_357
//ent_remove_all item_box_buckshot
//ent_remove_all item_ammo_smg1
//ent_remove_all item_ammo_smg1_grenade
//ent_remove_all item_ammo_ar2
//ent_remove_all item_ammo_ar2_large
//ent_remove_all item_ammo_ar2_altfire
ent_remove_all item_rpg_round
//ent_remove_all item_ammo_crossbow
//ent_remove_all item_battery
alias removeweapons "sv_cheats 1;wait;exec rm_wpns.cfg;wait;sv_cheats 0;alias removeweapons1"
alias removeweapons1 "sv_cheats1;wait;exec rm_wpns.cfg;wait;sv_cheats 0;alias removeweapons"
bind "x" "removeweapons"
Slip778 said:Thanks! But for it to keep repeating over and over so when you die you still have no weapons, try this:
This way it keeps repeating the process over and over, so you always have no weapons as long as its executing.Code:alias removeweapons "sv_cheats 1;wait;exec rm_wpns.cfg;wait;sv_cheats 0;alias removeweapons1" alias removeweapons1 "sv_cheats1;wait;exec rm_wpns.cfg;wait;sv_cheats 0;alias removeweapons" bind "x" "removeweapons"