AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SM_Hosties (https://forums.alliedmods.net/forumdisplay.php?f=155)
-   -   BUG on SHOT4SHOT (https://forums.alliedmods.net/showthread.php?t=275942)

Kubad 12-11-2015 11:12

BUG on SHOT4SHOT
 
Hello guys i have bug on SHOT4SHOT slaying player [SM] Randomly selected Kubad to shoot first. And i shoot him with gun and [SM] Kubad was slain for cheating during LR.

maciasbarlinek 12-11-2015 12:03

Re: BUG on SHOT4SHOT
 
Same here..

Bara 12-11-2015 15:19

Re: BUG on SHOT4SHOT
 
You run this? https://forums.alliedmods.net/showthread.php?t=275789

Valve Events + R8 Fixes = 2x weapon_fire -> breaking shot4shot rules

uurbyrkdr 12-11-2015 18:15

Re: BUG on SHOT4SHOT
 
I don't use this, but i have this problem too.

Bara 12-11-2015 18:24

Re: BUG on SHOT4SHOT
 
1 Attachment(s)
Can you try this version?

Before you test it, set 'sm_hosties_lr_s4s_dblsht_action' to 2!

Source: https://github.com/Bara20/sm-hosties...xWeaponFireBug

maciasbarlinek 12-11-2015 19:05

Re: BUG on SHOT4SHOT
 
Here doesn't work..

Kubad 12-12-2015 19:51

Re: BUG on SHOT4SHOT
 
Quote:

Originally Posted by Bara (Post 2371486)
Can you try this version?

Before you test it, set 'sm_hosties_lr_s4s_dblsht_action' to 2!

Source: https://github.com/Bara20/sm-hosties...xWeaponFireBug

dont working i set this sm_hosties_lr_s4s_dblsht_action on 2 and dont working please help

wyd3x 12-13-2015 16:30

Re: BUG on SHOT4SHOT
 
Go to github, they updated and fixed the problem :twisted:






(https://github.com/dataviruset/sm-hosties)

Kubad 12-13-2015 21:16

Re: BUG on SHOT4SHOT
 
a compile this new includes and dont working menu with ct players

Caaine 12-14-2015 06:36

Re: BUG on SHOT4SHOT
 
i have the new version from github

Revolver dosnt work.. Player slayed for Cheating :(

databomb 12-16-2015 20:43

Re: BUG on SHOT4SHOT
 
Looks like the CS:GO devs have decided to make the weapon classnames different from the event weaponnames so I removed the check for that in the latest commit. Give that one a try. The only thing it checks now is that the exact weapon the LR gave you is the same one that you have out around the time you shot.

barvica 12-19-2015 06:46

Re: BUG on SHOT4SHOT
 
So how can i fix it, what do i need to download and replace

databomb 12-19-2015 09:25

Re: BUG on SHOT4SHOT
 
Quote:

Originally Posted by barvica (Post 2373914)
So how can i fix it, what do i need to download and replace

1. Unzip SourceMod to some folder
2. Download the sm-hosties git into the same folder
3. Compile sm_hosties.sp in the folder
4. Replace compiled sm_hosties.smx on server
5. Replace translations file on server

barvica 12-19-2015 12:53

Re: BUG on SHOT4SHOT
 
says "cannot read from file: "hosties"
edit: could you compile it for me and upload here if u have time ?

databomb 12-19-2015 18:34

Re: BUG on SHOT4SHOT
 
Quote:

Originally Posted by barvica (Post 2374075)
says "cannot read from file: "hosties"
edit: could you compile it for me and upload here if u have time ?

What step are you having this problem on? It's better that you know how to compile than ask each time. There's going to be more changes!

barvica 12-19-2015 19:19

Re: BUG on SHOT4SHOT
 
So I downloaded source mod, and extracted to folder so i have like addons and cfg in 1 folder. then i also downloaded that rar from hosties github and extracted it in same folder. Then i went to addons/sourcemod/scripting and ran compile.exe and it compiled everything successfuly. But if i added sm_hosties.sp in scripting folder there was an error that there is no include files, so i added include file hosties into include folder but there are so many other errors like SBAN something. Idk where to put all folders ..

Quote:

Originally Posted by databomb (Post 2374198)
What step are you having this problem on? It's better that you know how to compile than ask each time. There's going to be more changes!


databomb 12-19-2015 21:32

Re: BUG on SHOT4SHOT
 
Quote:

Originally Posted by barvica (Post 2374207)
So I downloaded source mod, and extracted to folder so i have like addons and cfg in 1 folder. then i also downloaded that rar from hosties github and extracted it in same folder. Then i went to addons/sourcemod/scripting and ran compile.exe and it compiled everything successfuly. But if i added sm_hosties.sp in scripting folder there was an error that there is no include files, so i added include file hosties into include folder but there are so many other errors like SBAN something. Idk where to put all folders ..

Yes, that is the hard part for me too. There are 3 extra include files that you'll need to compile sm_hosties.sp. They're all listed (with links) on the github readme:
https://github.com/dataviruset/sm-hosties
EmitSoundAny
SteamWorks and
SourceBans

You'll need to get those three .inc files and put them in the scripting/include and then sm_hosties.sp will compile for you.

barvica 12-20-2015 05:06

Re: BUG on SHOT4SHOT
 
Where can i find steamworks ? I also added sourcebans .inc but there is still an error for SBbanplayer

http://i.imgur.com/Wzmy7q5.png

Bara 12-20-2015 09:43

Re: BUG on SHOT4SHOT
 
Take a look at the .travis.yml file on github.

barvica 12-20-2015 10:37

Re: BUG on SHOT4SHOT
 
ok i got steaamworks now, only SBAN player missing now, what to do

edit. ok successfully compiled, waiting for test

edit 2: shot4shot not fixed, now shot4shot cant be selected in menu. Any ideas what is missing , i reuploaded hosties

databomb 12-20-2015 12:42

Re: BUG on SHOT4SHOT
 
Quote:

Originally Posted by barvica (Post 2374412)
ok i got steaamworks now, only SBAN player missing now, what to do

edit. ok successfully compiled, waiting for test

edit 2: shot4shot not fixed, now shot4shot cant be selected in menu. Any ideas what is missing , i reuploaded hosties

You have to also update the translations file. ooaron pointed this out in the main thread as well. It's easy to overlook. This was step #5 in the instructions :)


All times are GMT -4. The time now is 16:24.

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