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

Showing results 1 to 25 of 97
Search took 0.01 seconds.
Search: Posts Made By: Kempus
Forum: Scripting 12-26-2016, 19:37
Replies: 6
Views: 1,456
Posted By Kempus
Re: Tag Mismatch - where?

Edited the plugin and got new tag mismatch errors, i dont understand why...


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


//// Gamevoting_Disable.sp
//
//...
Forum: Scripting 12-26-2016, 18:44
Replies: 6
Views: 1,456
Posted By Kempus
Forum: Scripting 12-26-2016, 17:41
Replies: 6
Views: 1,456
Posted By Kempus
Tag Mismatch - where?

Hi,
I wrote a small plugin for blocking 4 commands (in external plugin), as a temporary fix for problems, but i'm getting errors when trying to compile.

I don't know how to get rid of those tag...
Forum: Scripting 10-03-2016, 15:05
Replies: 3
Views: 1,082
Posted By Kempus
Re: sv_server_graphic when player is alive?

Just at the beggning of the vid, look at the bottom part
Forum: Scripting 10-03-2016, 14:39
Replies: 3
Views: 1,082
Posted By Kempus
sv_server_graphic when player is alive?

Hi,
I'm just wondering if it's possible to get "sv_server_graphic1" to show also when player is alive, not only spectating, is there any trick for it? I saw it on one prophunt server in a youtube...
Forum: Scripting 09-19-2016, 11:32
Replies: 2
Views: 2,016
Posted By Kempus
symbol is assigned a value that is never used: "time"

I'm trying to do something like that, but i get error

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


//// grupa.sp
//
// E:\codek\sm 1.8\addons\sourcemod\scripting\grupa.sp(16) :...
Forum: Scripting 09-18-2016, 15:46
Replies: 2
Views: 1,164
Posted By Kempus
Re: Function prototypes do not match...

Thanks, now plugin is compiling.

But another problem has came. Command is not executing after closing the motd window.

Game is CS:GO
Any other ideas how to do it that way?
Forum: Scripting 09-18-2016, 15:21
Replies: 2
Views: 1,164
Posted By Kempus
Function prototypes do not match...

Hi,
I tried to make simple plugin which will fire a "!reklama" command on client Motd closing.


#include <sourcemod>
#include <sdktools>
#include <cstrike>

public void OnPluginStart()
{
Forum: Source Servers (SRCDS) 09-11-2016, 14:10
Replies: 6
Views: 6,468
Posted By Kempus
Re: [CS:GO] Disable banning for "Rcon hacking attempts"

man i love you <3 it works perfectly <3
Forum: Scripting 09-11-2016, 07:55
Replies: 2
Views: 926
Posted By Kempus
How to Fix PermaMute?

Hi,
I was using a PermaMute plugin, but after some cs:go update it is bugged.
If i mute a player, he is getting unmuted on next map. In "Permamute Status" he is still checked as "muted". I think it...
Forum: Source Servers (SRCDS) 09-10-2016, 19:40
Replies: 6
Views: 6,468
Posted By Kempus
[CS:GO] Disable banning for "Rcon hacking attempts"

Hi,
Someone is using an "iframe rcon exploit" on my server. More info about this shit: https://facepunch.com/showthread.php?t=1274562

I see in my console that innocent ip adresses have been...
Forum: Source Servers (SRCDS) 08-21-2016, 09:36
Replies: 1
Views: 952
Posted By Kempus
Connecting to public(195.64.XXX.XXX:27015) ... Banned by server

Hi,
I have 6 CS:GO servers hosted at the moment, today i tried to join one of them, but i can't find it on favourites list, so i tried connecting manually from console.

Then i saw this:...
Forum: Source Servers (SRCDS) 08-17-2016, 12:59
Replies: 5
Views: 2,341
Posted By Kempus
Re: [CS:GO\ANY] AutoUpdating without server hibernation, how?

I found a way to do this magic.

Step 1: Install SteamWorks.ext https://forums.alliedmods.net/showthread.php?t=229556
Step 2: Install SteamWorks.ext Update Check...
Forum: Source Servers (SRCDS) 08-16-2016, 18:59
Replies: 5
Views: 2,341
Posted By Kempus
Re: [CS:GO\ANY] AutoUpdating without server hibernation, how?

I want some script/plugin which will restart the server when it gets master server update request, thats all, i have an autoupdate script which is working good, but without hibernation server is not...
Forum: Source Servers (SRCDS) 08-16-2016, 18:42
Replies: 5
Views: 2,341
Posted By Kempus
[CS:GO\ANY] AutoUpdating without server hibernation, how?

Hi,
I have a dedicated server with 4 srcds running on it. I have and autoupdate script which is loaded on server start/restart.

So basically all is working good, but when i turn off server...
Forum: Plugins 08-10-2016, 06:00
Replies: 474
Views: 152,980
Posted By Kempus
Re: Pinion Adverts [HTML5]

Do i need to create 3rd account, or i will get the links from the old accounts?
Forum: Plugins 08-09-2016, 15:23
Replies: 474
Views: 152,980
Posted By Kempus
Re: Pinion Adverts [HTML5]

I didn't get confrimation email, tried on 2 email accounts, also on gmail...

I've waited for 24 hours, nothing.
Forum: Source Servers (SRCDS) 08-08-2016, 17:32
Replies: 17
Views: 6,908
Posted By Kempus
MotdGD vs Pinion - Low CPM countries

Hi,
Which one is better for servers with low CPM countries players?

MotdGD has a http://motdgd.com/rates.php site, where we can check CPM for diffirent countries.
Does Pinion has something like...
Forum: Scripting 08-04-2016, 18:07
Replies: 2
Views: 701
Posted By Kempus
Little problem with timers.

Hi,

Im really noob at scripting, so please explain me how to do it properly ;_;

Plugin should do:
1. Wait 10 seconds after the player join
2. Make player saying a "!grupa" command (when he is...
Forum: Scripting 08-04-2016, 06:51
Replies: 1
Views: 416
Posted By Kempus
How to prevent triggering after map change.

Hi,
I have a small plugin which is displaying my Steam group on player join. And it is displaying it every time player connects, after mapchange too - i wan't to block displaying it second time...
Forum: Source Servers (SRCDS) 08-02-2016, 14:49
Replies: 2
Views: 1,248
Posted By Kempus
Re: Random crashes, how to read these logs?

I have knife plugin running on other 3 servers and no crashes at all... Will try to disable it but i don't think its the problem...
Forum: Source Servers (SRCDS) 08-01-2016, 21:25
Replies: 2
Views: 1,248
Posted By Kempus
Random crashes, how to read these logs?

Hi,
I'm getting random crashes on 2 of my servers. I don't know where to check for a problem...
I'm getting maybe 1-2 crashes a day, but it is still irritating me, i want to repair this.

If i...
Forum: Scripting 07-28-2016, 22:36
Replies: 3
Views: 4,286
Posted By Kempus
Where is the error? Exception reported: Client index 0 is invalid

Hi,
I get some errors in my server console from one plugin. What is wrong?

Error code:

L 07/29/2016 - 04:36:40: [SM] Exception reported: Client index 0 is invalid
L 07/29/2016 - 04:36:40:...
Forum: Scripting 06-26-2016, 11:51
Replies: 5
Views: 1,072
Posted By Kempus
Re: When player kill with headshot - return plugin handled, How to add to this code?

I don't know how to do it, can someone explain me how to do it?
Forum: Plugins 06-18-2016, 19:12
Replies: 107
Views: 123,374
Posted By Kempus
Re: PermaMute v0.1 (5/25)

Something is wrong after last csgo update i think, when i'm muting a client it works only for 1 map, then he can talk again. Status displays that he is still muted.
Showing results 1 to 25 of 97

 
Forum Jump

All times are GMT -4. The time now is 00:53.


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