Raised This Month: $32 Target: $400
 8% 

[CS:GO] - ☇ Show Damage | Armor | Victims


Post New Thread Reply   
 
Thread Tools Display Modes
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 08-30-2018 , 12:05   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #121

Quote:
Originally Posted by Hunter6272 View Post
Here , I have attached the code.
Thanks, but i dont need that...just wanted to write that when another user downloads it and wonders why it does not work
freak.exe_uLow is offline
Niklavs
BANNED
Join Date: Nov 2018
Location: https://t.me/pump_upp
Old 12-26-2018 , 14:27   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #122

Code:
"ShowDamage"
{
	"ShowDamage"
	{

		"ShowDamageAccess"
		{
			//EXAMPLE
			//"0"
			//{
				//"flags"		"public"										// flag for use the show damage(public, vip, admin, steamid)

				//"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				//{
							//"1"		"STEAM_1:1:4489913"
				//}

			//}

			"1"															//MOLOTOV
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"2"															//GRENADE
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"3"															//SNIPERS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"4"															//MACHINE GUNS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"5"															//RIFLES
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"6"															//PMs
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"7"															//PUMP
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"8"															//PISTOLS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"9"															//OTHERS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

		}
	}
}
How can I set that flag o gets automatically showdamage, because I have to write player steamid all the time. Without them it doesn't work. Why?
Niklavs is offline
Send a message via ICQ to Niklavs Send a message via AIM to Niklavs Send a message via Yahoo to Niklavs
Cruze
Veteran Member
Join Date: May 2017
Old 12-27-2018 , 02:12   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #123

Quote:
Originally Posted by Niklavs View Post
Code:
"ShowDamage"
{
	"ShowDamage"
	{

		"ShowDamageAccess"
		{
			//EXAMPLE
			//"0"
			//{
				//"flags"		"public"										// flag for use the show damage(public, vip, admin, steamid)

				//"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				//{
							//"1"		"STEAM_1:1:4489913"
				//}

			//}

			"1"															//MOLOTOV
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"2"															//GRENADE
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"3"															//SNIPERS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"4"															//MACHINE GUNS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"5"															//RIFLES
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"6"															//PMs
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"7"															//PUMP
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"8"															//PISTOLS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

			"9"															//OTHERS
			{
				"o"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
"1" "STEAM_0:1:201912335"
				}

			}

		}
	}
}
How can I set that flag o gets automatically showdamage, because I have to write player steamid all the time. Without them it doesn't work. Why?
"flags" "o"
__________________
Taking paid private requests! Contact me
Cruze is offline
Niklavs
BANNED
Join Date: Nov 2018
Location: https://t.me/pump_upp
Old 12-27-2018 , 08:05   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #124

Quote:
Originally Posted by Cruze View Post
"flags" "o"
Code:
"ShowDamage"
{
	"ShowDamage"
	{

		"ShowDamageAccess"
		{
			//EXAMPLE
			//"0"
			//{
				//"flags"		"public"										// flag for use the show damage(public, vip, admin, steamid)

				//"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				//{
							//"1"		"STEAM_1:1:4489913"
				//}

			//}

			"1"															//MOLOTOV
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"2"															//GRENADE
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"3"															//SNIPERS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"4"															//MACHINE GUNS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"5"															//RIFLES
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"6"															//PMs
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"7"															//PUMP
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"8"															//PISTOLS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

			"9"															//OTHERS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

			}

		}
	}
}
Doesn't work
Niklavs is offline
Send a message via ICQ to Niklavs Send a message via AIM to Niklavs Send a message via Yahoo to Niklavs
Alexunder
Member
Join Date: Jun 2018
Old 02-13-2019 , 13:01   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #125

error :
L 02/13/2019 - 21:26:55: [SM] Blaming: drapi_show_damage.smx
L 02/13/2019 - 21:26:55: [SM] Call stack trace:
L 02/13/2019 - 21:26:55: [SM] [0] KillTimer
L 02/13/2019 - 21:26:55: [SM] [1] Line 865, C:\Users\urost\Downloads\sourcemod-1.9.0-git6251-windows\addons\sourcemod\scripting\drapi_show _damage.sp::ClearTimer
L 02/13/2019 - 21:26:55: [SM] [2] Line 508, C:\Users\urost\Downloads\sourcemod-1.9.0-git6251-windows\addons\sourcemod\scripting\drapi_show _damage.sp::Event_PlayerHurt


what is this ? my server is linux , not windows !
Alexunder is offline
Niklavs
BANNED
Join Date: Nov 2018
Location: https://t.me/pump_upp
Old 02-19-2019 , 10:53   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #126

All of sudden, started showing this:
Code:
L 02/09/2019 - 22:55:46: [SM] Exception reported: Invalid timer handle f790fd2 (error 1)
L 02/09/2019 - 22:55:46: [SM] Blaming: showdamage.smx
L 02/09/2019 - 22:55:46: [SM] Call stack trace:
L 02/09/2019 - 22:55:46: [SM]   [0] KillTimer
L 02/09/2019 - 22:55:46: [SM]   [1] Line 865, showdamage.sp::ClearTimer
L 02/09/2019 - 22:55:46: [SM]   [2] Line 508, showdamage.sp::Event_PlayerHurt
Btw, can some one tell me, how to configure, that only o flag can access showdamage?
I struggled with it so hard:
Code:
"ShowDamage"
{
	"ShowDamage"
	{

		"ShowDamageAccess"
		{
			//EXAMPLE
			//"0"
			//{
				//"flags"		"steamid"										// flag for use the show damage(public, vip, admin, steamid)

				//"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				//{
							//"1"		"STEAM_1:1:4489913"
				//}

			//}

			"1"															//MOLOTOV
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"2"															//GRENADE
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"3"															//SNIPERS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"4"															//MACHINE GUNS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"5"															//RIFLES
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"6"															//PMs
			{
				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"7"															//PUMP
			{
				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"8"															//PISTOLS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

			"9"															//OTHERS
			{
				"flags"			"o"										// flag for use the show damage (public, vip, admin, steamid)

				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
				{
				}

			}

		}
	}
}
Niklavs is offline
Send a message via ICQ to Niklavs Send a message via AIM to Niklavs Send a message via Yahoo to Niklavs
Gerticek
Member
Join Date: Dec 2018
Old 02-22-2019 , 11:53   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #127

Hi, errors

17:51:20 L 02/22/2019 - 17:51:20: [SM] Exception reported: Invalid timer handle bf6b056d (error 3)
17:51:20 L 02/22/2019 - 17:51:20: [SM] Blaming: drapi_show_damage.smx
17:51:20 L 02/22/2019 - 17:51:20: [SM] Call stack trace:
17:51:20 L 02/22/2019 - 17:51:20: [SM] [0] KillTimer
17:51:20 L 02/22/2019 - 17:51:20: [SM] [1] Line 863, drapi_show_damage.sp::ClearTimer
17:51:20 L 02/22/2019 - 17:51:20: [SM] [2] Line 508, drapi_show_damage.sp::Event_PlayerHurt

Pls fix.
Gerticek is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-22-2019 , 12:26   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #128

Try this version, the most updated I found.

Last edited by paulo_crash; 06-03-2020 at 13:38.
paulo_crash is offline
Alexunder
Member
Join Date: Jun 2018
Old 02-23-2019 , 09:39   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #129

Quote:
Originally Posted by paulo_crash View Post
Try this version, the most updated I found.
don't work for me , no show dmage , no error , no log ...

Last edited by Alexunder; 02-23-2019 at 09:39.
Alexunder is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-23-2019 , 10:02   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
Reply With Quote #130

Quote:
Originally Posted by Alexunder View Post
don't work for me , no show dmage , no error , no log ...
Strange, I use this version on some of my servers and it works normally... In any case I'll be doing the test again.
paulo_crash is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:54.


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