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

Showing results 1 to 25 of 67
Search took 0.01 seconds.
Search: Posts Made By: Vergil333
Forum: Scripting 02-05-2017, 13:52
Replies: 8
Views: 2,011
Posted By Vergil333
Re: How to read from a internet page

Thanks guys, plugin for calling php script works well :)
Forum: Scripting 02-04-2017, 14:10
Replies: 8
Views: 2,011
Posted By Vergil333
Re: How to read from a internet page

Hello!

I just need to "visit" a url to start php script. I don't need a response (there isn't anyway). Would calling this function be enough:

public void SendRequest(const char[] url) {
...
Forum: Source Servers (SRCDS) 01-06-2017, 08:19
Replies: 50
Views: 31,565
Posted By Vergil333
Re: [TF2] Getting Kicked for Host_Error: CL_ReadPreserveEnt: u.m_nNewEntity == MAX...

I got a fresh install of CS:GO + SourceMod and I get this error. It still has not been fixed?
Forum: Source Servers (SRCDS) 01-01-2017, 12:41
Replies: 7
Views: 2,900
Posted By Vergil333
Re: [CS:GO] Maxplayers = odd number

Please, any more clues?

When I set -maxplayers_override 3 and in cfg file
mp_limitteams 0
mp_autobalance 0
bot_quota 5 //only to be sure
bot_quota_mode fill

and I connect to server, there...
Forum: Source Servers (SRCDS) 10-20-2016, 13:46
Replies: 7
Views: 2,900
Posted By Vergil333
Re: [CS:GO] Maxplayers = odd number

Map problem? Not sure what you mean.
Max slots = maxplayers? Let's say it looks like this in csgo-server-launcher.conf

No GoTV enabled (as long as it isn't enabled by default)
Forum: Source Servers (SRCDS) 10-17-2016, 10:30
Replies: 7
Views: 2,900
Posted By Vergil333
Re: [CS:GO] Maxplayers = odd number

Ping!

Anyone? Can anyone help? I saw several topics like this, tried things that works for others, but nothing works for me :/
Forum: Scripting 10-07-2016, 04:24
Replies: 11
Views: 2,429
Posted By Vergil333
Re: Connecting CS GO server to a website

Thanks :wink:



Study my friend :) If it's a biggest project in csgo you want to know how it works, you want to maintain it (because of valve's "updates"), modify and so on... Sacrifice a month...
Forum: Scripting 10-06-2016, 08:37
Replies: 11
Views: 2,429
Posted By Vergil333
Re: Connecting CS GO server to a website

AMX ModX is for old half-life engine and SourceMod for Source engine?
Forum: Scripting 10-06-2016, 04:17
Replies: 11
Views: 2,429
Posted By Vergil333
Re: Connecting CS GO server to a website

What's the difference? I've tought AMXModX is outdated and Sourcemod is modern :)


Are you saying that Lukaszbacsi request is easier to do in AMXModX?
Forum: Scripting 09-30-2016, 11:00
Replies: 16
Views: 2,812
Posted By Vergil333
Re: automatic write file

This interests me. I'm catching a few events and storing them to a multiarray. After a match an array is inserted to db and unset/null/erased/whatever.

An array can have 500 rows... 500 times 4...
Forum: Source Servers (SRCDS) 09-16-2016, 12:03
Replies: 7
Views: 2,900
Posted By Vergil333
Re: [CS:GO] Maxplayers = odd number

No, it didn't help :(

Here's my gamemode cfg file:

sv_cheats 0
bot_autodifficulty_threshold_high 0.0 // Value between -20.0 and 20.0...
Forum: Scripting 09-12-2016, 06:09
Replies: 9
Views: 1,929
Posted By Vergil333
Re: Restart Round Advanced - Question

Would this help?
CS_TerminateRound(3.0, CSRoundEnd_GameStart);

I'm using it to restart the round.
Forum: Scripting 08-16-2016, 15:17
Replies: 1
Views: 669
Posted By Vergil333
Re: Arms race Score Algorithm

Ok, I made an algorithm to calculate rank of players in arms race. It catches an event ggprogressive_player_levelup.
Thats for level up.
Then it catches for death by knife (except eggknife). That...
Forum: Source Servers (SRCDS) 07-31-2016, 14:57
Replies: 7
Views: 2,900
Posted By Vergil333
Re: [CS:GO] Maxplayers = odd number

Oh, yeah! That should work. Thanks Cooky!
Forum: Source Servers (SRCDS) 07-31-2016, 08:34
Replies: 7
Views: 2,900
Posted By Vergil333
[CS:GO] Maxplayers = odd number

Hello!

Gamemode = Arms Race

When I set maxplayers_override 5 4 players can join a team CT/T and the last one (5th) is only spectator.

Is there a way to disable this, so there will be 3 vs 2?
Forum: Source Servers (SRCDS) 07-23-2016, 06:45
Replies: 12
Views: 5,905
Posted By Vergil333
Re: How to terminate CS:GO server

Inside srcds_run I just removed 'yes' from RESTART="yes" in -autoupdate section. I commented the line below:

init() {

//blah blah blah

while test $# -gt 0; do
case "$1" in
...
Forum: Source Servers (SRCDS) 07-22-2016, 14:44
Replies: 12
Views: 5,905
Posted By Vergil333
Re: How to terminate CS:GO server

Guys, you really helped me! I've changed srcds_run script and now it works!
Forum: Source Servers (SRCDS) 07-21-2016, 13:20
Replies: 12
Views: 5,905
Posted By Vergil333
Re: How to terminate CS:GO server

Hi MFS!

I'm using csgo-launcher for starting the server, but pattern is the same as you wrote here.

Start is basically called by:
screen -AmdS csgo /home/XXXXX/steamcmd/csgo-ds/srcds-run -game...
Forum: Source Servers (SRCDS) 07-18-2016, 05:21
Replies: 12
Views: 5,905
Posted By Vergil333
Re: How to terminate CS:GO server

Anyone? Or should it be moved to SourceMod > Scripting ?
Forum: Source Servers (SRCDS) 07-16-2016, 16:53
Replies: 12
Views: 5,905
Posted By Vergil333
Re: How to terminate CS:GO server

Tried right now. No success.
Forum: Source Servers (SRCDS) 07-16-2016, 15:29
Replies: 12
Views: 5,905
Posted By Vergil333
Re: How to terminate CS:GO server

I need it to terminate from plugin.
Forum: Source Servers (SRCDS) 07-16-2016, 15:12
Replies: 12
Views: 5,905
Posted By Vergil333
How to terminate CS:GO server

Hello!

Maybe a stupid question, but I really don't know...

If I write screen -r csgo -X quit it works. Quit commands works if I'm outside of console.

But if I am inside, like:
screen -r...
Forum: Scripting 07-05-2016, 10:17
Replies: 3
Views: 1,359
Posted By Vergil333
Re: Retrieving information from steam stats

In sourcemod? I've done this only in php. So only players who meets the criteria can join the server.
Forum: Scripting 07-04-2016, 08:10
Replies: 6
Views: 1,908
Posted By Vergil333
Re: OnRoundEnd?

Check source code from bacardi

https://forums.alliedmods.net/showthread.php?t=281131

He used some event like that. Can't check it, I'm on smartphone

Edit:

on pc now. This will hook event...
Forum: Off-Topic 07-03-2016, 16:03
Replies: 10
Views: 2,418
Posted By Vergil333
Re: What do you do?

Though I'm not experienced as you, I'm going to add my post :)

I work 3.5 yeas as seller of electronic (TV, smartphones, tablets, later also wasching machines, fridges etc, mixed brands, later at...
Showing results 1 to 25 of 67

 
Forum Jump

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


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