Raised This Month: $51 Target: $400
 12% 

[CS:S] Trikz (Redux v1.8.0) (10/August/2017)


Post New Thread Reply   
 
Thread Tools Display Modes
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-28-2013 , 16:19   Re: [CS:S] Trikz (Redux v1.5.5) (26 October 2013)
Reply With Quote #11

Quote:
Originally Posted by cREANy0 View Post
Steamtools and CollisionHook doesn't work in CS:GO

Code:
L 10/28/2013 - 17:49:33: [SM] Unable to load extension "steamtools.ext": libvstdlib_srv.so: cannot open shared object file: No such file or directory
L 10/28/2013 - 17:49:33: [SM] Unable to load plugin "trikz_redux.smx": Native "Steam_SetGameDescription" was not found
L 10/28/2013 - 17:49:33: [SM] Unable to load extension "collisionhook.ext": libvstdlib_srv.so: cannot open shared object file: No such file or directory
You don't need CollisionHook nor SteamTools.
Weird that the plugin won't load because of SteamTools, I'll make a hotfix ASAP.
__________________
retired
shavit is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-28-2013 , 16:30   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #12

v1.5.6 (28 October 2013) -
Now SteamTools is no longer required for this plugin to run.
__________________
retired
shavit is offline
cREANy0
SourceMod Donor
Join Date: Jul 2012
Location: Germany
Old 10-28-2013 , 19:06   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #13

I tried your new Version. Plugin loads but when i try to click on:
Auto flashbang giver.
Auto flashbang switcher.

does the Server crash.

greetz cREANy0
__________________
cREANy0 is offline
OffsprinG
Member
Join Date: Nov 2012
Location: Ukraine, Kharkov
Old 10-28-2013 , 20:42   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #14

"Flashbang tools" - responsible for disabling the lighting ? But this ext not working with OLDSOURCE CS:S (v34)
so, how disable this lights without this ext? any idea?
Pls help
OffsprinG is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-29-2013 , 02:16   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #15

Quote:
Originally Posted by cREANy0 View Post
I tried your new Version. Plugin loads but when i try to click on:
Auto flashbang giver.
Auto flashbang switcher.

does the Server crash.

greetz cREANy0
Can you compile this plugin, load it in your server, hold a flashbang, type !weapon in chat and give me the output?
Code:
#include <sourcemod>
#include <sdktools>

#pragma semicolon 1

public OnPluginStart()
{
    RegConsoleCmd("sm_weapon", Weapon);
}

public Action:Weapon(client, args)
{
    new String:sWeapon[32];
    GetEntityClassname(GetEntPropEnt(client, Prop_Send, "m_hActiveWeapon"), sWeapon, 32);
    
    ReplyToCommand(client, sWeapon);
    
    return Plugin_Handled;
}
Quote:
Originally Posted by OffsprinG View Post
"Flashbang tools" - responsible for disabling the lighting ? But this ext not working with OLDSOURCE CS:S (v34)
so, how disable this lights without this ext? any idea?
Pls help
No Steam - no support
__________________
retired
shavit is offline
cREANy0
SourceMod Donor
Join Date: Jul 2012
Location: Germany
Old 10-29-2013 , 09:22   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #16

Output:
Code:
weapon_flashbang
cREANy0#. :f :  !weapon
__________________

Last edited by cREANy0; 10-29-2013 at 09:36.
cREANy0 is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-29-2013 , 10:41   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #17

Quote:
Originally Posted by cREANy0 View Post
Output:
Code:
weapon_flashbang
cREANy0#. :f :  !weapon
Hmm.. Then it's not at the my Trikz's plugin end.
Ask in the scripting forum about how to give a flashbang correctly to a player in CS:GO without crashing, when someone answers you, modify my flashbang giving code through the plugin to the one that someone else gave you and if you don't manage to solve that crashing it must be Flashbang Tools, contact the extension author and ask him if he can make it work for CS:GO too.
__________________
retired
shavit is offline
Kostyan3mkr
New Member
Join Date: Apr 2012
Old 10-31-2013 , 07:57   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #18

shavit,Please give the code"Hit bug fixer. (Fixing the bug that flashes hit your legs but doesn't boost you)".Sorry for my bad English
Kostyan3mkr is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-31-2013 , 08:29   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #19

Quote:
Originally Posted by Kostyan3mkr View Post
shavit,Please give the code"Hit bug fixer. (Fixing the bug that flashes hit your legs but doesn't boost you)".Sorry for my bad English
It's in Action:OnTraceAttack.
__________________
retired
shavit is offline
Kostyan3mkr
New Member
Join Date: Apr 2012
Old 10-31-2013 , 09:55   Re: [CS:S] Trikz (Redux v1.5.6) (28 October 2013)
Reply With Quote #20

shavit,I need flashboost code.I don't understand much about the shell scripts
Kostyan3mkr is offline
Reply



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 13:55.


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