Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 44
Search took 0.01 seconds.
Search: Posts Made By: krysteksulek
Forum: Source Servers (SRCDS) 12-18-2019, 09:45
Replies: 11
Views: 4,488
Posted By krysteksulek
Re: FastDL doesnt work - URL is correct

If client shows link correctly (i mean you can paste it in your browser and download files) then you should try to disable https (your web server is forcing https).
Forum: Source Servers (SRCDS) 12-18-2019, 08:48
Replies: 11
Views: 4,488
Posted By krysteksulek
Re: FastDL doesnt work - URL is correct

Type in server console sv_downloadurl command and check the output to be sure that server is reading that cvar value correct.
Forum: Source Servers (SRCDS) 10-07-2019, 22:16
Replies: 11
Views: 5,993
Posted By krysteksulek
Re: Servers not updating after Release Notes for 10/7/2019's update

Valve fucked up, replace your steam.inf with:

ClientVersion=994
ServerVersion=994
PatchVersion=1.37.1.8
ProductName=csgo
appID=730
SourceRevision=5399536
VersionDate=Oct 07 2019...
Forum: Extensions 03-28-2019, 21:40
Replies: 210
Views: 215,150
Posted By krysteksulek
Re: [CS:GO] PTaH - V1.0.8

Yeap:
1 PTaH.ext.2.csgo.so!V_strncpy(char*, char const*, int) + 0x48
2 PTaH.ext.2.csgo.so!CForwardManager::ClientPrint(edict_t*, char const*) + 0x48
Forum: General 07-07-2018, 05:47
Replies: 63
Views: 20,539
Posted By krysteksulek
Re: Update 7/6/2018 - crash

Linux build (soundhook workaround):
SM temp workaround (http://download.ganjaskill.eu/sm_temp_workaround.zip)
Source code (http://download.ganjaskill.eu/sm_temp_workaround_src.zip)

Instructions:...
Forum: HL1 Servers (HLDS) 07-05-2018, 12:12
Replies: 11
Views: 5,748
Posted By krysteksulek
HLDS 7882 update?

Hello,
a few days ago i noticed, that HLDS has been updated from 7559 to 7882 build:
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:23:32 May 24 2018 (7882)
Does anyone...
Forum: Source Servers (SRCDS) 03-04-2018, 15:11
Replies: 16
Views: 6,981
Posted By krysteksulek
Re: FPS Drops server sided ?

SMAC will prevent fps drops when someone is behind the wall (client game 'knows' that even if the player dont see the another player) - SMAC can only increase CPU usage at server nothing more.
Forum: Source Servers (SRCDS) 03-04-2018, 10:17
Replies: 16
Views: 6,981
Posted By krysteksulek
Re: FPS Drops server sided ?

Players can get fps drops, when more players are close to them (behind wall), try with SMAC antiwallhack. You can also try to change settings like sv_occlude_players.
Forum: Source Servers (SRCDS) 02-28-2018, 12:10
Replies: 9
Views: 3,226
Posted By krysteksulek
Re: The decrease in var on the server

If you want to get var like faceit, you should change CPU to Xeon with higher frequency - Xeon is working better with single core applications like CS:GO (for ex. Xeon E3-1270v6 which faceit uses at...
Forum: Scripting 11-20-2017, 05:20
Replies: 1
Views: 627
Posted By krysteksulek
OnClientPostAdminCheck timer - error logs

Hello,
I have the following code:
public OnClientPostAdminCheck(client)
{
CreateTimer(4.0, OnClientPostAdminCheck_Delay, GetClientUserId(client));
}
public Action...
Forum: HL1 Servers (HLDS) 07-19-2017, 12:16
Replies: 85
Views: 34,924
Posted By krysteksulek
Re: Open Source Half-Life Engine

Unfortunately Spawner's version sometimes causes server crash with message:
Refusing to send user message SayText of 194 bytes to client, user message size limit is 192 bytes

Random crashes...
Forum: General 05-24-2017, 10:53
Replies: 245
Views: 75,241
Posted By krysteksulek
Re: CS:GO Update 23/05/2017

Sm build 5998 seems to work fine with 1v1 arena.
Forum: Scripting 05-21-2015, 19:50
Replies: 2
Views: 653
Posted By krysteksulek
Re: Make ent move - csgo

That's all:

#include <sourcemod>
#include <sdktools>

public Plugin:myinfo =
{
name = "Test Missile",
author = "Unknown",
description = "<- Description ->",
Forum: Scripting 05-16-2015, 22:02
Replies: 2
Views: 653
Posted By krysteksulek
Make ent move - csgo

Hi.
I try to create flying ent, but i have problems.
Code:

new Float:location[3]
GetEntPropVector(client, Prop_Send, "m_vecOrigin", location);
location[2] += 120.0;
new...
Forum: Scripting 04-27-2015, 09:47
Replies: 0
Views: 445
Posted By krysteksulek
Change admin reading file

Hi.
I want to change the way of reading admins from a file admin_simple.ini.

For example:
Now services/admins are read like this:

"STEAM_1:1:12345678" "a" ...
Forum: Scripting Help 08-04-2014, 07:51
Replies: 0
Views: 579
Posted By krysteksulek
Problem with HS rank

HI.
I'm editing this plugin: https://forums.alliedmods.net/showthread.php?p=36049
to save stats to nvault.
Saving it's ok, but i have problem: when I type command /hsall, i dont see my stats until...
Forum: Scripting Help 07-15-2014, 06:02
Replies: 3
Views: 971
Posted By krysteksulek
Re: Disable HUD at ban

Ok. So i have that code in AmxBans:

case 1:
{
new playerCount, idx, players[32]
get_players(players, playerCount)
for (idx=0; idx<playerCount;...
Forum: Scripting Help 07-12-2014, 19:50
Replies: 3
Views: 971
Posted By krysteksulek
Disable HUD at ban

Hi.
I have plugin which ban to AmxBans due to high ping.
I want to disable HUD message BAN only for this plugin (sometimes many players have high ping, and on server HUD only spam's).
I know, that...
Forum: Scripting Help 05-27-2014, 18:46
Replies: 1
Views: 709
Posted By krysteksulek
Check team's on round end - problem

Hi.
I want to make a plugin, which will play sound for winning and loosing team (2 different sound's).
So i made that code:

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Test"...
Forum: Scripting Help 12-10-2013, 16:08
Replies: 4
Views: 1,519
Posted By krysteksulek
Re: Precache custom file extensions

Really? So if isn't allowed, how they precache it to Player's? (look ss)
Forum: Scripting Help 12-09-2013, 22:12
Replies: 4
Views: 1,519
Posted By krysteksulek
Precache custom file extensions

Hi.
When i'm connecting to one server i see that thing:

http://www20.speedyshare.com/ZdFJc/download/precache.jpg

My question is: how its possible to send .dll file from server to client [with...
Forum: Scripting Help 12-09-2013, 09:21
Replies: 1
Views: 679
Posted By krysteksulek
Precache from site?

Hi.
I would like to know if it's possible to precache one particular file from url, not from Cstrike server folders.
I know about Fast Download, but i want to know if can I do this with only 1 file...
Forum: Scripting Help 11-04-2013, 20:21
Replies: 0
Views: 576
Posted By krysteksulek
Countdown plugin

Hi.
I want to do simple plugin, which will show hudmessage with timer.
I have this code:

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define...
Forum: Approved Plugins 11-04-2013, 18:04
Replies: 187
Views: 185,244
Posted By krysteksulek
Re: Task Scheduler - by JustinHoMi

Hi, i have problem with error logs:

L 11/04/2013 - 02:52:15: [AMXX] Displaying debug trace (plugin "task_scheduler.amxx")
L 11/04/2013 - 02:52:15: [AMXX] Run time error 4: index out of bounds
L...
Forum: Scripting Help 11-04-2013, 06:50
Replies: 2
Views: 1,515
Posted By krysteksulek
Re: Task Sheduler errors

It's from here:

http://forums.alliedmods.net/showthread.php?t=1263
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT -4. The time now is 11:06.


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