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 06-28-2015 , 06:50   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #101

Quote:
Originally Posted by nynCuKaH View Post
PHP Code:
sm_cvar sv_enablebunnyhopping 1
sv_staminamax 0
sv_airaccelerate 300
sv_staminajumpcost 0
sv_staminalandcost 0 
and https://forums.alliedmods.net/showthread.php?p=2250515 all work.
Still doesn't add stackboosts :/
Anyways, you can easily edit the plugin to work in your server, trust me.
__________________
retired
shavit is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 06-28-2015 , 06:59   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #102

Quote:
Originally Posted by shavit View Post
Still doesn't add stackboosts :/
Anyways, you can easily edit the plugin to work in your server, trust me.
Just me need autoswitch and he crash the server
__________________
nynCuKaH is offline
nytmare
New Member
Join Date: Dec 2015
Old 12-11-2015 , 06:49   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #103

hey I downloaded the .txt .smx and .sp
but redux is still not working, I downloaded 0.0.4 of flashbang tools.

When I click get plugin compiler fails to load, just wondering if someone could upload the files for me? thanks
nytmare is offline
lordoflort
Member
Join Date: Dec 2010
Old 04-17-2016 , 17:15   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #104

I use the plugin with the 2.5.0 timer, and see this error in my logs constantly:
Code:
L 02/18/2016 - 15:28:35: [SM] Plugin encountered error 21: Native is not bound
[SM] Native "Timer_GetClientDifficulty" reported: 
[SM] Displaying call stack trace for plugin "trikz_redux.smx":
[SM]   [0]  Line 1996, C:\sourcemod\addons\sourcemod\scripting\trikz_redux.sp::OnTimerStarted()
I'm wondering if it's because the natives are written for the 1.0.7 timer?
Is this fixable?
__________________
lordoflort is offline
Legit.
Junior Member
Join Date: Jan 2017
Old 01-30-2017 , 07:14   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #105

i got no problems on my server on csgo with trikz is it cause of the hoster?
Legit. is offline
Krepix
New Member
Join Date: Feb 2017
Old 02-08-2017 , 15:07   How fix it. What i do wrong?
Reply With Quote #106

[SM] Exception reported: PLUGIN STOPPED - Reason: no config entry found for 'timer' in databases.cfg - PLUGIN STOPPED
L 02/08/2017 - 22:553: [SM] Blaming: timer-core.smx
L 02/08/2017 - 22:553: [SM] Call stack trace:
L 02/08/2017 - 22:553: [SM] [0] SetFailState
L 02/08/2017 - 22:553: [SM] [1] Line 710, C:\Users\Alon\Documents\GitHub\timer\scriptin g\timer-core.sp::ConnectSQL
L 02/08/2017 - 22:553: [SM] [2] Line 108, C:\Users\Alon\Documents\GitHub\timer\scriptin g\timer-core.sp::OnPluginStart
L 02/08/2017 - 22:553: [SM] Unable to load plugin "timer-core.smx": Error detected in plugin startup (see error logs)
L 02/08/2017 - 22:553: [SM] Unable to load plugin "timer-hud.smx": Could not find required plugin "timer"
L 02/08/2017 - 22:553: [SM] Unable to load plugin "timer-logging.smx": Could not find required plugin "timer"
L 02/08/2017 - 22:553: [SM] Unable to load plugin "timer-mapzones.smx": Could not find required plugin "timer"
L 02/08/2017 - 22:553: [SM] Unable to load plugin "timer-physics.smx": Could not find required plugin "timer"
L 02/08/2017 - 22:553: [SM] Unable to load plugin "timer-worldrecord.smx": Could not find required plugin "timer"
L 02/08/2017 - 22:553: [SM] Unable to load plugin "trikz_redux.smx": Native "Timer_Stop" was not found
How fix it. What i do wrong?

Last edited by Krepix; 02-08-2017 at 16:09.
Krepix is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 02-08-2017 , 17:03   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #107

Quote:
Originally Posted by Krepix View Post
[SM] Exception reported: PLUGIN STOPPED - Reason: no config entry found for 'timer' in databases.cfg - PLUGIN STOPPED
You missed an installation step (specifically a database entry) for whatever timer you're using.
__________________
sneaK is offline
Krepix
New Member
Join Date: Feb 2017
Old 02-09-2017 , 06:10   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #108

Quote:
Originally Posted by blackhawk74 View Post
You missed an installation step (specifically a database entry) for whatever timer you're using.
I add this in databases
"timer"
{
"driver" "mysql"
"host" "<your-database-host>"
"database" "<your-database-name>"
"user" "<username>"
"pass" "<password>"
}
and again error
Krepix is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 02-09-2017 , 15:07   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #109

Quote:
Originally Posted by Krepix View Post
I add this in databases
"timer"
{
"driver" "mysql"
"host" "<your-database-host>"
"database" "<your-database-name>"
"user" "<username>"
"pass" "<password>"
}
and again error
Then you must have a syntax error, because it's not recognizing that you have an entry for "timer" at all.
__________________
sneaK is offline
Krepix
New Member
Join Date: Feb 2017
Old 02-10-2017 , 08:43   Re: [CS:S] Trikz (Redux v1.7.3) (06 April 2014)
Reply With Quote #110

Quote:
Originally Posted by blackhawk74 View Post
Then you must have a syntax error, because it's not recognizing that you have an entry for "timer" at all.
with sourcemod 1.8 timer work?
Krepix 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 15:23.


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