AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CSS/CSGO] Timer 2.5.0.0 (unsupported) (https://forums.alliedmods.net/showthread.php?t=231866)

iGANGNAM 12-25-2015 11:07

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Quote:

Originally Posted by TheDiamant953 (Post 2376009)
L 12/25/2015 - 01:57:24: [SM] Unable to load plugin "timer-mapzones.smx": Native "Timer_SqlGetConnection" was not found
L 12/25/2015 - 01:57:24: [SM] Unable to load plugin "timer-core.smx": Native "Timer_SqlGetConnection" was not found

Is there any sql patch for database ? The plugin dont create tables (round, ...) so i don't know what can i do.

Same issue here.

[SM] Plugin disabled/timer/timer-logging.smx is already loaded.
[SM] Plugin disabled/timer/timer-core.smx failed to load: Native "Timer_SqlGetConnection" was not found.
[SM] Plugin disabled/timer/timer-mysql.smx failed to load: Could not find required plugin "timer".
[SM] Plugin disabled/timer/timer-worldrecord_maptop.smx failed to load: Could not find required plugin "timer".
[SM] Plugin disabled/timer/timer-scripter_db.smx failed to load: Could not find required plugin "timer".
[SM] Plugin disabled/timer/timer-random_startmap.smx failed to load: Could not find required plugin "timer".
[SM] Plugin disabled/timer/timer-menu.smx failed to load: Could not find required plugin "timer".

Wulfy 12-27-2015 13:24

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Currently getting this error which stops timer-ranks.smx form loading properly.
The timer doesn't show up (timer still runs and when people finish a map they still get points), !prank etc don't work anymore either, people don't get their ranks, ...

Quote:

2015-12-27 12:04:39 [timer-core.smx] ERROR | SQL Error on UpdateName: Incorrect string value: '\xF0\x9F\x92\x95' for column 'name' at row 1
2015-12-27 12:04:47 [timer-rankings.smx] ERROR | Rankings: Fatal error occured in `CallBack_UpdateClient`
2015-12-27 12:04:47 [timer-rankings.smx] ERROR | > `Incorrect string value: '\xF0\x9F\x92\x95' for column 'lastname' at row 1`
Changing the columns to utf8mb4 temporarily fixed the issue, but it's back to being broken. Any help would be greatly appreciated.

worekgowna 12-28-2015 16:52

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
I cant compile .sp besides simple-chatprocessor.smx and timer-nojail.smx, rest of these files are "aborted" in compilator, I also tried to use older version of sourcemod but it still don't work. When I tried to upload everything besides this unexisting smx console on my server showed it:
Code:

L 12/28/2015 - 21:33:10: [simple-chatprocessor.smx] [SCP] Recognized mod [Counter-Strike: GO].
L 12/28/2015 - 21:33:10: [simple-chatprocessor.smx] [SCP] Loading translation file [scp.csgo.phrases].
L 12/28/2015 - 21:33:10: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 12/28/2015 - 21:33:10: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 12/28/2015 - 21:33:10: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 12/28/2015 - 21:33:10: [admin-flatfile.smx] Error(s) detected parsing addons/sourcemod/configs/admins.cfg
L 12/28/2015 - 21:33:10: [admin-flatfile.smx]  (line 42) Section declared without header

//edit Ok, now its compiled, i forgot to put some folders into sourcemod :| we'll see what's going to happen now.

//edit Now it got this:

Code:

L 12/28/2015 - 22:03:17: [SM] Unable to load plugin "timer-maptier.smx": Native "Timer_SqlGetConnection" was not found
L 12/28/2015 - 22:03:17: [SM] Unable to load plugin "timer-worldrecord_playerinfo.smx": Native "Timer_SqlGetConnection" was not found
L 12/28/2015 - 22:03:17: [simple-chatprocessor.smx] [SCP] Recognized mod [Counter-Strike: GO].
L 12/28/2015 - 22:03:17: [simple-chatprocessor.smx] [SCP] Loading translation file [scp.csgo.phrases].
L 12/28/2015 - 22:03:17: [timer-logging.smx] Don't use this plugin for other games than CS:S.
L 12/28/2015 - 22:03:17: [SM] Plugin encountered error 25: Call was aborted
L 12/28/2015 - 22:03:17: [SM] Native "SetFailState" reported: Check timer error logs.
L 12/28/2015 - 22:03:17: [SM] Displaying call stack trace for plugin "timer-maplist-helper_css.smx":
L 12/28/2015 - 22:03:17: [SM]  [0]  Line 23, timer-maplist-helper_css.sp::OnPluginStart()
L 12/28/2015 - 22:03:17: [SM] Unable to load plugin "timer-rankings.smx": Native "Timer_SqlGetConnection" was not found
L 12/28/2015 - 22:03:17: [timer-cpmod.smx] [cP Mod] Unable to connect to database (Configuration "cpmod" not found)
L 12/28/2015 - 22:03:17: [SM] Unable to load plugin "timer-worldrecord_latest.smx": Native "Timer_SqlGetConnection" was not found
L 12/28/2015 - 22:03:17: [SM] Plugin encountered error 25: Call was aborted
L 12/28/2015 - 22:03:17: [SM] Native "SetFailState" reported: PLUGIN STOPPED - Reason: no config entry found for 'timer' in databases.cfg - PLUGIN STOPPED
L 12/28/2015 - 22:03:17: [SM] Displaying call stack trace for plugin "timer-worldrecord.smx":
L 12/28/2015 - 22:03:17: [SM]  [0]  Line 1068, timer-worldrecord.sp::ConnectSQL()
L 12/28/2015 - 22:03:17: [SM]  [1]  Line 142, timer-worldrecord.sp::OnPluginStart()
L 12/28/2015 - 22:03:17: [SM] Unable to load plugin "timer-worldrecord_maptop.smx": Native "Timer_SqlGetConnection" was not found
L 12/28/2015 - 22:03:19: [admin-sql-prefetch.smx] FetchOverrides() query failed: SELECT type, name, flags FROM sm_overrides
L 12/28/2015 - 22:03:19: [admin-sql-prefetch.smx] Query error: Table '30089.sm_overrides' doesn't exist
L 12/28/2015 - 22:03:19: [admin-sql-prefetch.smx] FetchGroups() query failed: SELECT flags, name, immunity_level FROM sm_groups
L 12/28/2015 - 22:03:19: [admin-sql-prefetch.smx] Query error: Table '30089.sm_groups' doesn't exist
L 12/28/2015 - 22:03:19: [admin-sql-prefetch.smx] FetchUsers() query failed: SELECT id, authtype, identity, password, flags, name, immunity FROM sm_admins
L 12/28/2015 - 22:03:19: [admin-sql-prefetch.smx] Query error: Table '30089.sm_admins' doesn't exist


brlight 12-30-2015 13:28

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Compile this plugin using sourcemod 1.6 then you can use it in sourcemod 1.7


Does anyone have issues with this plugin not showing ranks on scoreboard? Sometimes it shows, if I do a reload on timer-rankings.smx it shows instantely, I believe somehow timer-rankings.smx is not loading properly but no idea.
Any help?

Thanks.

Meilo 03-03-2016 17:58

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Guys I need some help the plugins say i need timer.smx only plugins i've installed are sm and timer

Spoiler

zipcore 03-03-2016 19:07

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
timer-core.smx

Sunshine live 05-06-2016 15:46

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Hey, can some one help me..

This is the Error..:(

Quote:

//// timer-core.sp
//
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\include\ti mers.inc(206) : error 181: function argument named 'func' differs from prototype
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\include\sm lib/entities.inc(33) : error 138: const was specified twice
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\include\sm lib/crypt.inc(426) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\include\sm lib/effects.inc(158) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\timer-core.sp(696) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\timer-core.sp(955) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\timer-core.sp(1164) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
//
// 3 Errors.
//
// Compilation Time: 1,05 sec
Quote:

//// timer-cpmod.sp
//
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\include\sm lib/entities.inc(33) : error 138: const was specified twice
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\include\sm lib/crypt.inc(426) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
// C:\Users\david\Desktop\sourcemod-1.7.3-git5303-windows\addons\sourcemod\scripting\include\sm lib/effects.inc(158) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
//
// 2 Errors.
//
// Compilation Time: 0,83 sec
// ----------------------------------------

Press enter to exit ...
And some plugins more also not go

Here is a photo of which go
http://fs5.directupload.net/images/1...p/js7koo37.png

Proz 05-07-2016 08:18

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Try compile with 1.6

sneaK 05-07-2016 12:13

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Quote:

Originally Posted by Sunshine live (Post 2417217)
Hey, can some one help me..

This is the Error..:(

or try this

https://forums.alliedmods.net/showthread.php?p=2379407

freak.exe_uLow 10-12-2018 16:47

Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
 
Welcome back Zipcore ;)


All times are GMT -4. The time now is 21:01.

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