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

Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: SovRedBit
Forum: Unapproved Plugins 05-05-2020, 10:05
Replies: 489
Views: 208,210
Posted By SovRedBit
Re: [TF2] Friendly Mode (v. 16.0112)

Any news about plugin rewrite?
Forum: Plugins 05-05-2020, 07:24
Replies: 526
Views: 275,158
Posted By SovRedBit
Re: [TF2] Advanced Infinite Ammo

Hello this plugin is working on TF2, but i can't get infinity ammo, commands works, no error logs, but i can't use infinity ammo. Any suggestion?
Forum: General 12-04-2017, 12:20
Replies: 3
Views: 993
Posted By SovRedBit
Re: SourceMod Build Error

And is there anyway to make it find the Day of Infamy SDK?
Forum: General 12-04-2017, 11:22
Replies: 3
Views: 993
Posted By SovRedBit
SourceMod Build Error

Hello, i am using Docker on Windows 10 with Ubuntu 14.04, i made everything using this instruction:
https://wiki.alliedmods.net/Building_sourcemod#Linux
But it always show me this error, and yes,...
Forum: Extensions 06-24-2017, 16:25
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

Aaaand i had some fun finding this bug, and here what i have got, first take tha backtrace with variables:


Then take just backtrace:

I talked with one SP developer he told me that the error...
Forum: Extensions 06-24-2017, 06:28
Replies: 44
Views: 26,350
Posted By SovRedBit
(gdb) bt #0 0x4001f420 in __kernel_vsyscall ()...

(gdb) bt
#0 0x4001f420 in __kernel_vsyscall ()
#1 0x400b91f7 in raise () from /lib/libc.so.6
#2 0x400baa33 in abort () from /lib/libc.so.6
#3 0x400b2297 in __assert_fail_base () from...
Forum: Extensions 06-23-2017, 03:03
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

I can try that today, but i don't think i have relevant knowledge to use GDB with srcds_run, i tried that yasterday, but with no result. It would be better if you give me some instructions how to do...
Forum: Extensions 06-22-2017, 12:07
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

Sorry i don't know what build i am using, i just get the postgres branch from your sourcemod repositoty, and compile it from there, so its maybe the last build? From Github
Forum: Extensions 06-21-2017, 17:04
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

Hello again, i have another error its go after i think create tables, the error is:

sourcemod/public/amtl/amtl/am-thread-
utils.h:140: void ke::Lockable::Lock(): Assertion `Owner() !=...
Forum: Extensions 06-18-2017, 07:00
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

Sorry i can't give you my production database password but i can tell you that it contains abcdefghijklmnopqrstuvwxyz1234567890 and nothing else and 32 pass length so i changed the snprintf 1024 to...
Forum: Extensions 06-17-2017, 14:14
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

Ok i had some fun with C++ code, and here what i found, i display the options in the exeption, just take a look at this:
L 06/17/2017 - 21:04:48: [SM] Exception reported: OnDBConnect ...
Forum: Source Servers (SRCDS) 06-16-2017, 09:56
Replies: 6
Views: 1,304
Posted By SovRedBit
Re: [TF2] Server freezes

I just made map timeout at 300 was 999 to make sure that map will restart and server will stop freeze, its maybe some cache problem, and its on server side, not client
Forum: Source Servers (SRCDS) 06-16-2017, 09:54
Replies: 8
Views: 4,590
Posted By SovRedBit
Re: [TF2]How to add idle bots

I know man, i know how to google my questions, i made everything like your link says, but the bots did not want to add, so my friend told me that i need to turn off the server hibernation to be able...
Forum: Extensions 06-16-2017, 09:52
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

So no one knows how to fix this? Still the same error and i did not find any solution
Forum: Extensions 06-13-2017, 13:30
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

If you need any logs, please tell me i will give you
Forum: Extensions 06-13-2017, 13:29
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

I have pgsql server 9.4 version working on Debian 8, yes and i was using the extension in 11 post, but when i saw that it's not working i tried the first one, but still give me this error.
About...
Forum: Extensions 06-13-2017, 13:27
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

I fixed it by making this:
1- I changed listen_addresses = 'localhost' in postgresql.conf to listen_addresses = '*'
2- In pg_hba.conf i have added a new line "host all all ...
Forum: Extensions 06-13-2017, 06:06
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

It's not the problem, this error exists even if i delete the port and timeout
Forum: Extensions 06-12-2017, 21:27
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

"vip"
{
"driver" "pgsql"
"host" "178.170....."
"database" "testvip"
"user" "postgres"
"pass" ...
Forum: Source Servers (SRCDS) 06-12-2017, 16:16
Replies: 8
Views: 4,590
Posted By SovRedBit
Forum: Extensions 06-12-2017, 15:50
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

I know what this Error mean, i tried to use psql client from this Linux server to connect to the main psql server but i had this error, so i fixed it by enable the if of this client, but on csgo...
Forum: Extensions 06-11-2017, 16:24
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

Yep, it tell me about this error, but i changed my port in database.cfg and on database server.
Anyway i made a default port 5432 and it still give me this error, don't know what to do, i have...
Forum: Extensions 06-11-2017, 15:48
Replies: 44
Views: 26,350
Posted By SovRedBit
Re: PostgreSQL Database Interface

Can you please add port to database.cfg, because i want to use my custom port not 5432
Forum: Source Servers (SRCDS) 06-09-2017, 15:17
Replies: 1
Views: 1,370
Posted By SovRedBit
Re: Force map change on mp_timelimit end

Ah sorry, the game is TF2
Forum: Source Servers (SRCDS) 06-09-2017, 15:17
Replies: 1
Views: 1,370
Posted By SovRedBit
Force map change on mp_timelimit end

Hello i have a problem, when i play the game timer shows me about 599... minutes but my timelimit is set to 120, and when i push tab button the timer there displays 2 hours(Thats correct) so when the...
Showing results 1 to 25 of 33

 
Forum Jump

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


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