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

Showing results 1 to 25 of 98
Search took 0.01 seconds.
Search: Posts Made By: chaithresh
Forum: Scripting 01-16-2019, 05:23
Replies: 12
Views: 4,910
Posted By chaithresh
Re: Need Help regarding ArrayList

oh ok, I am resetting the array value every time the server restarts and map changes, to avoid data carrying forward.
Forum: Scripting 01-16-2019, 05:21
Replies: 12
Views: 4,910
Posted By chaithresh
Re: Need Help regarding ArrayList

Thanks to everyone who helped me, I got the ArrayList working.
Forum: Scripting 01-14-2019, 02:41
Replies: 12
Views: 4,910
Posted By chaithresh
Re: Need Help regarding ArrayList

Got it so
1) If you use ArrayList the data will be lost on map change.
2) But database will be useful when I want to carry forward data around the map changes and need to use the same data between...
Forum: Scripting 01-14-2019, 02:36
Replies: 12
Views: 4,910
Posted By chaithresh
Re: Need Help regarding ArrayList

Perfect, Thanks for the explanation, Now i will try with this new method and get back to you once it works.
Forum: Scripting 01-12-2019, 07:13
Replies: 12
Views: 4,910
Posted By chaithresh
Re: Need Help regarding ArrayList

1) I'm loading steamids from a key-value file for that particular map and once a game/map ends a new set of steam ids will be loaded.
2) I just want to check whenever a player connects if he is part...
Forum: Scripting 01-12-2019, 07:08
Replies: 12
Views: 4,910
Posted By chaithresh
Re: Need Help regarding ArrayList

Thanks for the explanation, I understood the most part, I have a small doubt regarding "g_Steam = new ArrayList(ByteCountToCells(65)):".
1) how many steamids I can add in this array?
2) I'm storing...
Forum: Scripting 01-12-2019, 05:52
Replies: 12
Views: 4,910
Posted By chaithresh
Need Help regarding ArrayList

I am writing a plugin where I have to store players steamids in an array and check when they connect if they are part of the array.

I came across a class called ArrayList and I'm having a hard...
Forum: Source Servers (SRCDS) 09-14-2018, 04:40
Replies: 16
Views: 7,014
Posted By chaithresh
Re: FPS Drops server sided ?

After trying lot of stuffs finally got a fix.

Its outdated cfg file. Just take back up of all the custom configs you have in cfg folder and delete cfg folder and validate the server files and copy...
Forum: Source Servers (SRCDS) 07-07-2018, 05:38
Replies: 3
Views: 1,152
Posted By chaithresh
Re: Server crash after update

For me the servers were crashing, just update the sourcemod to latest version it must fix the issue.
Forum: Source Servers (SRCDS) 07-06-2018, 04:35
Replies: 1
Views: 752
Posted By chaithresh
Basic Plugins

I want to run a basic server with 5v5 match plugin and with basic commands. There are lot of base plugins which comes with the sourcemod by default.

What are the plugins unnecessary for simple...
Forum: Source Servers (SRCDS) 07-05-2018, 03:53
Replies: 6
Views: 1,924
Posted By chaithresh
Re: Regarding Server Var issues

Yeah i disabled power saving mode

1) It was fine until last april.
2) Im changing os to linux and upgrading the processor.
Forum: Source Servers (SRCDS) 06-27-2018, 03:53
Replies: 6
Views: 1,924
Posted By chaithresh
Re: Regarding Server Var issues

I see, after new beta update, even valve servers are having high var, may be that's the reason?

1) Actually we have 3-4 Linux servers already and Linux is working fine for them, i assume it might...
Forum: Source Servers (SRCDS) 06-25-2018, 03:47
Replies: 6
Views: 1,924
Posted By chaithresh
Regarding Server Var issues

Have a windows dedicated server where we run 5v5 servers. When players from different location connects the server, the server runs smooth for every one and there wont be any issues. But when 10...
Forum: Source Servers (SRCDS) 05-01-2018, 04:30
Replies: 11
Views: 3,868
Posted By chaithresh
Re: Linux Auto Update

Tested by turning on hibernation when the server is in warm up and turning it off while the game goes live.

All the servers are auto updating and working fine.

Thanks for the help guys. Sorry...
Forum: Source Servers (SRCDS) 04-21-2018, 04:30
Replies: 11
Views: 3,868
Posted By chaithresh
Re: Linux Auto Update

I figured out some thing. The reason why the server was not auto updating because i set sv_hibernate_when_empty to 0 and the server was not hibernating nor changing the map so it couldn't run the...
Forum: Source Servers (SRCDS) 03-31-2018, 08:24
Replies: 11
Views: 3,868
Posted By chaithresh
Re: Linux Auto Update

I used to use .txt before had the same issue so read in some thread about having a .sh file and both are working same way.
Forum: Source Servers (SRCDS) 03-31-2018, 06:44
Replies: 11
Views: 3,868
Posted By chaithresh
Re: Linux Auto Update

Update.sh file.


login anonymous
force_install_dir /mnt/vol1/ds/ts1/csgo
app_update 740
quit

I checked all the Update.sh and start.sh files i have written correct directories in all.
Forum: Source Servers (SRCDS) 03-30-2018, 05:45
Replies: 11
Views: 3,868
Posted By chaithresh
Re: Linux Auto Update

ts1 will change according to the server

ts1, ts2 , ts3, ts4, ts5

May be i might have made some mistakes on that, i will recheck and update it here..
Forum: Source Servers (SRCDS) 03-30-2018, 03:49
Replies: 11
Views: 3,868
Posted By chaithresh
Linux Auto Update

I have 5 CSGO game servers running on a same machine and running a auto update script to autoupdate server.

Every time a new update comes only 1 out of 5 server gets auto updated and rest of the...
Forum: Scripting 03-30-2018, 03:42
Replies: 14
Views: 5,037
Posted By chaithresh
Re: About Event Hook player_disconnect

Yeah you are right... OnClientdisconnect fires even when the player gets timeout or dropped.


I did a test by running a local server and tried connecting with another pc and disconnecting players...
Forum: Scripting 03-29-2018, 03:29
Replies: 14
Views: 5,037
Posted By chaithresh
About Event Hook player_disconnect

1) Is there is any difference between Player Getting dropped from server and Disconnecting from the server. If there is any, how can i hook both Player Disconnect and Player Dropped Events.

2) The...
Forum: Source Servers (SRCDS) 11-24-2017, 02:07
Replies: 3
Views: 842
Posted By chaithresh
Re: Server Var and sv spikes

Lol..... If anyone else was facing same issue and fixed it please help me out...
Forum: Source Servers (SRCDS) 11-24-2017, 01:47
Replies: 3
Views: 842
Posted By chaithresh
Server Var and sv spikes

After the latest update CSGO server started using more resource than expected. Players are feeling var and sv spikes. Help would be appreciated.

Dedicated server Details:
Processor: i7-7000k...
Forum: Plugins 10-30-2017, 07:30
Replies: 1,792
Views: 1,016,109
Posted By chaithresh
Re: [CS:GO] WarMod [BFG] <17.08.12.1053, 12-Aug-2017>

You can use valve default commands to do round restore...
https://forums.alliedmods.net/showthread.php?t=269467

Follow this thread for further help...

(remove my post if posting other thread...
Forum: Source Servers (SRCDS) 10-25-2017, 08:27
Replies: 2
Views: 2,122
Posted By chaithresh
Re: CSGO LOGS

Yeah, i enabled log and I can read the logs in my web server. I want to parse it and represent it to website users. So need to know how can I parse it.
Showing results 1 to 25 of 98

 
Forum Jump

All times are GMT -4. The time now is 05:18.


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