AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] CallAdmin - Extended Report Mod (https://forums.alliedmods.net/showthread.php?t=213670)

Pitbull3 04-11-2015 03:10

Re: [ANY] CallAdmin - Extended Report Mod
 
So mysql, steam, and main? Do you have a compiled version of them all or do I need to re-compile them all?

Also have you edited the native in other modules or was the main calladmin.sp the only thing needed to be edited to include the native?


When I try and compile I get this error:


Code:

//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// calladmin.sp
//
// calladmin.sp(513) : error 025: function heading differs from prototype
//
// 1 Error.
//
// Compilation Time: 0.27 sec
// ----------------------------------------

Press enter to exit ...


Impact123 04-11-2015 03:15

Re: [ANY] CallAdmin - Extended Report Mod
 
Yes, you only need the main plugin and then each module you want to use. You can find pre-compiled files here. Just pick what you want.
The problem was the registration of the native in the main plugin, each module knows about the native via the calladmin.inc file, but it couldn't be used because it was never registered by the main plugin.

Edit
: Try to use the compiler from the 1.8 snapshots, there's a bug in the 1.7 package's includes for clientprefs/cookies.

ThePwnt 04-12-2015 12:09

Re: [ANY] CallAdmin - Extended Report Mod
 
Hey,

I try installing calladmin_mysql,

I need to hear, about its "possible" to create tables on same database?
Example: c212overtimepw
And calladmin creating tables under (c212overtimepw)

- But i getting errors:
Code:

Errorcode '1146': Table 'c212overtimepw.CallAdmin_Access' doesn't exist
About its possible for getting (tables) creating under same database (example: c212overtimepw)
Hope you can help me.

**Sorry for my language**

Impact123 04-12-2015 12:18

Re: [ANY] CallAdmin - Extended Report Mod
 
I'm not sure if i understand the question, can you tell me exactly what you're trying to do, why, and why it doesn't work?
The error is from the web interface, let the plugin create the tables first.

ThePwnt 04-12-2015 12:22

Re: [ANY] CallAdmin - Extended Report Mod
 
It try to CREATE database of CallAdmin_Access.

But i want it under "c212overtimepw" database.
What can i do on there?

Impact123 04-12-2015 13:26

Re: [ANY] CallAdmin - Extended Report Mod
 
CallAdmin_Access is a table, not a database. If you want to change the name of the table that will be crated, change the sm_calladmin_table_name convar.
If you want to use a different database, change the entry in your databases.cfg. Please read the manual.

irepz 04-14-2015 09:55

Re: [ANY] CallAdmin - Extended Report Mod
 
Hi ! The steam module doesn't work since some days without any reason (i haven't changed anything)

Here are error logs :
L 04/02/2015 - 20:03:35: [CallAdmin: Steam module] Socket Error: 6, 9
L 04/05/2015 - 18:54:29: [CallAdmin: Steam module] Failed to send message, result was: (2, 1)
L 04/05/2015 - 19:24:33: [CallAdmin: Steam module] Failed to send message, result was: (2, 1)

Impact123 04-14-2015 17:01

Re: [ANY] CallAdmin - Extended Report Mod
 
The socket error means that there was a receive error. The messagebot error means that there was a timeout. It's impossible for me to tell you exactly why this happens. Sorry.

irepz 04-15-2015 04:18

Re: [ANY] CallAdmin - Extended Report Mod
 
Quote:

Originally Posted by Impact123 (Post 2286274)
It's impossible for me to tell you exactly why this happens. Sorry.

So, there is nothing i can do ? Or maybe popoklopsi have any idea ? I remember you sent me a debug version of the plugin. Maybe this could help ?

Impact123 04-15-2015 07:03

Re: [ANY] CallAdmin - Extended Report Mod
 
Not in this case, no. The error code is all the info we get.
Let's say you plug your network cable from your pc and try to use your web browser. All it would say you is that it couldn't connect, but not why. Only you could check for possible reasons. It's the same with this.


All times are GMT -4. The time now is 20:58.

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