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

Showing results 1 to 25 of 160
Search took 0.01 seconds.
Search: Posts Made By: abhishek_deshkar
Forum: Plugin/Gameplay Ideas and Requests 03-02-2020, 00:34
Replies: 4
Views: 1,233
Posted By abhishek_deshkar
Making surfing easy.

Hi,

I'm a beginner in surfing. I'm still struggling to complete some of the tier-1 surf maps.

I mostly play surf for fun and I don't care about developing surfing skills.

The problem is...
Forum: Plugins 01-02-2020, 23:19
Replies: 18
Views: 11,926
Posted By abhishek_deshkar
Re: [CS:GO] Blocking Friendly Fire, Enable Molotov/Ince damage for Retakes/5v5

Thanks for the optimizing plugin. I've updated it.
Forum: Plugins 01-02-2020, 08:41
Replies: 18
Views: 11,926
Posted By abhishek_deshkar
Re: [CS:GO] Blocking Friendly Fire, Enable Molotov/Ince damage for Retakes/5v5

Fixed C4 damage. Please let me know if you find any bug.
Forum: Plugins 01-02-2020, 04:18
Replies: 18
Views: 11,926
Posted By abhishek_deshkar
[CS:GO] Blocking Friendly Fire, Enable Molotov/Ince damage for Retakes/5v5

This plugin blocks Friendlyfire but enables incendiary/molotove damage to teammates. You might want to use this plugin for retakes.

NOTE: You don't need to change/set cvars to enable this plugin....
Forum: Source Servers (SRCDS) 12-30-2019, 12:27
Replies: 15
Views: 3,973
Posted By abhishek_deshkar
Forum: Source Servers (SRCDS) 12-30-2019, 12:17
Replies: 15
Views: 3,973
Posted By abhishek_deshkar
Re: How to use anycast ip with CSGO ?

I have already told you guys that Anycast works with game servers. I have been using it for my Counter-Strike 1.6 servers.

Let's not get into Anycast IP concept.

I'm looking to hide my main...
Forum: Source Servers (SRCDS) 12-30-2019, 03:16
Replies: 15
Views: 3,973
Posted By abhishek_deshkar
Re: How to use anycast ip with CSGO ?

Nope. You are wrong. I have been using Anycast IP for my CS 1.6 HLDS server. It works very well with it.

What it does is, it hides the main IP, it means traffic passes through the anycast IP only...
Forum: Source Servers (SRCDS) 12-29-2019, 21:24
Replies: 15
Views: 3,973
Posted By abhishek_deshkar
Re: How to use anycast ip with CSGO ?

What about hiding the main IP ?
Forum: Source Servers (SRCDS) 12-29-2019, 15:31
Replies: 15
Views: 3,973
Posted By abhishek_deshkar
Re: How to use anycast ip with CSGO ?

I need to add proxy IP. Don't want to disclose the main IP so.
Forum: Source Servers (SRCDS) 12-29-2019, 13:24
Replies: 15
Views: 3,973
Posted By abhishek_deshkar
How to use anycast ip with CSGO ?

My question was actually pointless.
Forum: Scripting Help 11-04-2019, 05:01
Replies: 2
Views: 939
Posted By abhishek_deshkar
Finding an error in source code.

Hi,

I have source code of CSDM plugin. While compiling it says,

//// csdm_misc.sma
//
// D:\AMXX Plugins + Server stuff\CSDM\csdm_misc.sma(12) : error 020: invalid symbol name ""
//
// 1...
Forum: General 07-08-2018, 06:44
Replies: 63
Views: 20,546
Posted By abhishek_deshkar
Re: Update 7/6/2018 - crash

What about metamod version ? I'm using the latest metamod and still crashing.
Forum: General 07-08-2018, 00:44
Replies: 63
Views: 20,546
Posted By abhishek_deshkar
Re: Update 7/6/2018 - crash

I have updated both metamod and sourcemod. But unable to start server. It stuck on map change.

NET_CloseAllSockets
Can't initialize steam datagram client. Can't get Steam interface...
Forum: Source Servers (SRCDS) 03-27-2018, 00:54
Replies: 23
Views: 8,612
Posted By abhishek_deshkar
Re: [CSGO] How to migrate players to new IP

What if I have multiple servers with multiple IPs and 1 common GLST token for each servers?

For example,

Old IPs : GLST token: XYZ
-------

123:27015
456:27015
789:27015
Forum: Suggestions / Requests 03-20-2018, 14:18
Replies: 3
Views: 1,115
Posted By abhishek_deshkar
Re: C4 Plant & Defuse

Of course I did. My browser history is full of search. :/
Forum: Suggestions / Requests 03-20-2018, 12:11
Replies: 3
Views: 1,115
Posted By abhishek_deshkar
C4 Plant & Defuse

Is there any way to plant and defuse C4 instantly without planting or defusing time ? More like retake mod of CSGO. I'm currently working it.

Any hits ?
Forum: Module Coding 12-24-2016, 23:11
Replies: 13
Views: 10,894
Posted By abhishek_deshkar
Re: Metamod plugin writing

I'm getting this error while compiling.

Severity Code Description Project File Line Suppression State
Error C2733 'Meta_Query': second C linkage of overloaded function not...
Forum: Scripting Help 11-27-2016, 00:07
Replies: 24
Views: 3,716
Posted By abhishek_deshkar
Re: Enabling Buy Zone.

Thank you so much sir :)
Forum: Scripting Help 11-26-2016, 15:32
Replies: 24
Views: 3,716
Posted By abhishek_deshkar
Re: Enabling Buy Zone.

What changes should I do in my code to disable buy in specific round ?
Forum: Scripting Help 11-26-2016, 11:18
Replies: 24
Views: 3,716
Posted By abhishek_deshkar
Re: Enabling Buy Zone.

#include <amxmodx>
#include <engine>
#include <fun>
#include <cstrike>
#include <hamsandwich>
#include <fakemeta_util>


#if cellbits == 32
#define OFFSET_BZ 235
Forum: Scripting Help 11-26-2016, 11:02
Replies: 24
Views: 3,716
Posted By abhishek_deshkar
Re: Enabling Buy Zone.

The function hideBuyIcon() is only called when I say /start. Otherwise it won't be called. So when I say /start it's removing for that round and on the next round it remains same. No entity created !
Forum: Scripting Help 11-26-2016, 10:49
Replies: 24
Views: 3,716
Posted By abhishek_deshkar
Re: Enabling Buy Zone.

As you said that I have removed it then how can I re add it again ? It has not respawned on next round.
Forum: Scripting Help 11-26-2016, 08:12
Replies: 24
Views: 3,716
Posted By abhishek_deshkar
Re: Enabling Buy Zone.

Then how do I re add it ? or is there any alternative to disable buy for specific round and then enable it on next ?
Forum: Scripting Help 11-26-2016, 05:32
Replies: 24
Views: 3,716
Posted By abhishek_deshkar
[SOLVED] Enabling Buy Zone.

Hello,

I want to disable buy zone for specific round. I have managed to disable for a round but now I cannot re enable it. Here is my code.

//This function is called to disable buy zone....
Forum: General 03-29-2016, 02:07
Replies: 12
Views: 3,652
Posted By abhishek_deshkar
Re: [ISSUE] Orpheu & Sockets

Bump !!! Same here. Socket + Orphue == Crash.
Showing results 1 to 25 of 160

 
Forum Jump

All times are GMT -4. The time now is 22:43.


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