AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   csgo how to remove weapon Money reward? 150 for neutralising an enemy (https://forums.alliedmods.net/showthread.php?t=321598)

Robin955 02-18-2020 11:19

csgo how to remove weapon Money reward? 150 for neutralising an enemy
 
Simple weapon remover for CSGO.

I ran deathmatch for a little while and oh boy the ground filled with weapons.

its been a while so, any plugin that removes weapons once a player dies? didnt find much in plugin section.

if i use Strippe how would i config it?

Edit: for weapon remove see post 4

Ilusion9 02-18-2020 12:32

Re: csgo simple weapon remover?
 
For weapons:
mp_death_drop_gun 0
mp_death_drop_grenade 0
mp_death_drop_taser 0

For other items:
mp_death_drop_healthshot 0
mp_death_drop_c4 0
mp_death_drop_defuser 0
mp_death_drop_breachcharge 0

Robin955 02-18-2020 12:42

Re: csgo simple weapon remover?
 
thank you.

Robin955 02-19-2020 02:00

Re: csgo simple weapon remover?
 
Do you know how to remove weapon money reward from the chat?

PHP Code:

+$150Award for neutralizing an enemy with the SSG 08.
+$150Award for neutralizing an enemy with the SSG 08.
+$150Award for neutralizing an enemy with the SSG 08. 


Maxximou5 02-19-2020 15:07

Re: csgo how to remove weapon Money reward? 150 for neutralising an enemy
 
Remove from chat or remove entirely?

Code:

mp_playercashawards "0" //( def. "1" ) game replicated - Players can earn money by performing in-game actions
mp_teamcashawards "0" //( def. "1" ) game replicated - Teams can earn money by performing in-game actions


Robin955 02-20-2020 02:33

Re: csgo how to remove weapon Money reward? 150 for neutralising an enemy
 
From chat.

Marc0504 02-20-2020 03:56

Re: csgo how to remove weapon Money reward? 150 for neutralising an enemy
 
Quote:

Originally Posted by Robin955 (Post 2684485)
From chat.

Use this plugin https://forums.alliedmods.net/showthread.php?p=2297634

Robin955 02-20-2020 10:26

Re: csgo how to remove weapon Money reward? 150 for neutralising an enemy
 
Thank you, works great!


All times are GMT -4. The time now is 19:45.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.