AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [Multi-1v1] Headshot only rounds (https://forums.alliedmods.net/showthread.php?t=276319)

Chevalier 02-12-2016 22:38

Re: [Multi-1v1] Headshot only rounds
 
L 02/12/2016 - 19:20:24: [SM] Native "IsClientInGame" reported: Client index 122 is invalid
L 02/12/2016 - 19:20:24: [SM] Displaying call stack trace for plugin "multi1v1_headshot.smx":
L 02/12/2016 - 19:20:24: [SM] [0] Line 35, C:\Users\Tobias\Desktop\1v1-headshot\multi1v1_headshot.sp::OnTakeDamage()

Byte 02-13-2016 01:09

Re: [Multi-1v1] Headshot only rounds
 
2 Attachment(s)
Quote:

Originally Posted by Chevalier (Post 2392452)
L 02/12/2016 - 19:20:24: [SM] Native "IsClientInGame" reported: Client index 122 is invalid
L 02/12/2016 - 19:20:24: [SM] Displaying call stack trace for plugin "multi1v1_headshot.smx":
L 02/12/2016 - 19:20:24: [SM] [0] Line 35, C:\Users\Tobias\Desktop\1v1-headshot\multi1v1_headshot.sp::OnTakeDamage()

Had the same error in my logs.

Attached files will fix it.

Bara 02-16-2016 16:11

Re: [Multi-1v1] Headshot only rounds
 
Quote:

Originally Posted by InvexByte (Post 2392470)
Attached files will fix it.

Thanks, updated.

Ultralord 12-20-2016 18:40

Re: [Multi-1v1] Headshot only rounds
 
how i can enable the rating on headshot round?

splewis 12-20-2016 20:56

Re: [Multi-1v1] Headshot only rounds
 
Quote:

Originally Posted by Ultralord (Post 2479385)
how i can enable the rating on headshot round?

Change line 47 from

Code:

    Multi1v1_AddRoundType("Headshot", "headshot", HeadshotHandler, true, false, "", true);
to something like

Code:

    Multi1v1_AddRoundType("Headshot", "headshot", HeadshotHandler, true, true, "headshotRating", true);

rZr 04-03-2017 14:23

Re: [Multi-1v1] Headshot only rounds
 
How can i add a "PrintHintText" to the plugin ? i am a coding noob :D

MBf 09-22-2017 16:37

Re: [Multi-1v1] Headshot only rounds
 
Hello,

can the message be in the middle of the screen not in the chat on this plugin? .. :)

Thank you in advance

iGreen112 01-09-2019 09:23

Re: [Multi-1v1] Headshot only rounds
 
what does really this plugin do? i dont understand it

Cruze 01-09-2019 12:29

Re: [Multi-1v1] Headshot only rounds
 
2 Attachment(s)
Quote:

Originally Posted by Ultralord (Post 2479385)
how i can enable the rating on headshot round?

Quote:

Originally Posted by rZr (Post 2509101)
How can i add a "PrintHintText" to the plugin ? i am a coding noob :D

Quote:

Originally Posted by MBf (Post 2550296)
Hello, can the message be in the middle of the screen not in the chat on this plugin? .. :)
Thank you in advance

Check Attachment.
Map change and check cfg/sourcemod/plugin.1v1hs.cfg
Untested.
Quote:

Originally Posted by iGreen112 (Post 2633812)
what does really this plugin do? i dont understand it

When headshot only round is activated, enemy dies only in headshot.

eliteroyal 02-12-2019 19:31

Re: [Multi-1v1] Headshot only rounds
 
Quote:

Originally Posted by Cruze (Post 2633846)
Check Attachment.
Map change and check cfg/sourcemod/plugin.1v1hs.cfg
Untested.

When headshot only round is activated, enemy dies only in headshot.

edit: it works :)


All times are GMT -4. The time now is 05:39.

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