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

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: CDboy
Forum: Scripting 03-02-2022, 21:23
Replies: 3
Views: 745
Posted By CDboy
Re: [CSGO] Danger Zone: How to detect the bumping of a weapon_bumpmine?

Thanks Bacardi, I have tried your solution.

I confirm that bumpmine_projectile will be created when I deploy the bumpmine, but there are two actions that will destroy the bumpmine_projectile:
1)...
Forum: Scripting 03-01-2022, 22:07
Replies: 3
Views: 745
Posted By CDboy
[CSGO] Danger Zone: How to detect the bumping of a weapon_bumpmine?

Anyone knows how to detect the bumping of a weapon_bumpmine? Bumping is that the bumpmine will bump you to the sky when you walk onto it.

I tried these methods but none worked:

1) I tried to...
Forum: General 12-13-2021, 01:39
Replies: 4
Views: 1,342
Posted By CDboy
Forum: General 12-13-2021, 00:01
Replies: 4
Views: 1,342
Posted By CDboy
Re: How to execute server command and get the output in extension?

Well, I think I finally figured out the machanism of
static cell_t sm_ServerCommandEx(IPluginContext *pContext, const cell_t *params)
and I have written the code to get the output of a console...
Forum: General 12-11-2021, 05:56
Replies: 4
Views: 1,342
Posted By CDboy
How to execute server command and get the output in extension?

Hi I am writing an extension and I want to execute server commands using C++.
I know that IGameHelpers::ServerCommand() can be used for executing, but I also want to get the command output.
How can...
Forum: Scripting 12-07-2021, 21:01
Replies: 5
Views: 1,503
Posted By CDboy
Forum: Scripting 12-07-2021, 01:18
Replies: 5
Views: 1,503
Posted By CDboy
Re: [CSGO] Danger Zone Team Assignment Problem

Sorry for posting below this old post. Could you please tell me where to find explanation of a console command? Some commands do not have explanation when I type it in console.
Forum: Scripting 09-02-2020, 12:37
Replies: 10
Views: 4,317
Posted By CDboy
Re: [CSGO] GOTV not always enabled on my DS

I have already set that before. Looks like it is not the reason. But anyway GOTV works, so I think it is alright:wink::wink::wink:
Forum: Scripting 09-02-2020, 11:49
Replies: 10
Views: 4,317
Posted By CDboy
Re: [CSGO] GOTV not always enabled on my DS

Thanks so much for your answers. They are so helpful!

So I have done what you said, and my server's GOTV is active now. That really helps.

If you have time, could you please look at my tiny...
Forum: Scripting 09-02-2020, 09:30
Replies: 10
Views: 4,317
Posted By CDboy
Re: [CSGO] GOTV not always enabled on my DS

OK I will try this. And I have a question:

When a csgo client connects to my server's GOTV, what happens to this server? Will it add a new SourceTV bot (which has no steamID64), or just accept...
Forum: Scripting 09-02-2020, 08:57
Replies: 10
Views: 4,317
Posted By CDboy
Re: [CSGO] GOTV not always enabled on my DS

Actually I am a pure new scripter in the field of csgo and sourcemod. During the development of my plugin I got faced with many problems, and those I asked about in my threads cannot be found in...
Forum: Scripting 09-02-2020, 08:34
Replies: 10
Views: 4,317
Posted By CDboy
Re: [CSGO] GOTV not always enabled on my DS

I wrote "tv_enable 1" in OnConfigsExecuted() function. Are there any differences among these ways?

I have no "tv_stop".

And after I entered the match, I typed "tv_enable 1" manually. It still...
Forum: Scripting 09-01-2020, 06:51
Replies: 10
Views: 4,317
Posted By CDboy
Re: [CSGO] GOTV not always enabled on my DS

This problem is on Windows server. On Linux server, it is always "GOTV is not active".

Could somebody help me? Really urgent!
Forum: Scripting 08-31-2020, 09:58
Replies: 5
Views: 1,061
Posted By CDboy
Re: [CSGO] events problem in Danger Zone mode

Thank you so much! I will study this first!
Forum: Source Servers (SRCDS) 08-31-2020, 09:57
Replies: 229
Views: 125,855
Posted By CDboy
Re: [Windows] SRCDS server manager ,SRCDS auto update v2.4.8.9 Aug-19-2020 rsync

[BUG] I find that the strategy that SRCDS Server Manager use to stop a server can cause the server NOT able to unbind its GOTV port.

For example, I activated GOTV on port 27020, and I clicked...
Forum: Scripting 08-31-2020, 02:44
Replies: 10
Views: 4,317
Posted By CDboy
[CSGO] GOTV not always enabled on my DS

Hello I am the new scripter who is writing a danger zone plugin. Now I am faced with a problem about GOTV.

I have set:
tv_enable 1
tv_broadcast 1
tv_advertise_watchable 1

And I want to...
Forum: Scripting 08-31-2020, 02:35
Replies: 5
Views: 1,061
Posted By CDboy
Re: [CSGO] events problem in Danger Zone mode

Thanks a lot! That really helps!
Forum: Scripting 08-30-2020, 03:49
Replies: 5
Views: 1,061
Posted By CDboy
[CSGO] events problem in Danger Zone mode

Hi I am writing a plugin for danger zone mode. I want to record some interesting statistics about players' actions such as bomb planting and consumption. But after some tests, I found that in danger...
Forum: Scripting 08-25-2020, 00:46
Replies: 4
Views: 1,332
Posted By CDboy
Re: [CSGO] Danger Zone Server Problem

Well, I guess csgo server itself does not calculate player's or team's score at all, is that right? Is the plugin that is calculating the score?
Forum: Scripting 08-25-2020, 00:44
Replies: 3
Views: 1,167
Posted By CDboy
Re: [CSGO] Question about client serial number

Thanks a lot, I understand this now.
Forum: Scripting 08-24-2020, 11:50
Replies: 3
Views: 1,167
Posted By CDboy
[CSGO] Question about client serial number

Is client index always continuous? For example, if there is 15 clients in the server, can the game guarantee that the client index is always from 1 to 15?
Forum: Scripting 08-24-2020, 08:11
Replies: 4
Views: 1,332
Posted By CDboy
Re: [CSGO] Danger Zone Server Problem

That works, thank you! Anybody can help me with Question 1?
Forum: Scripting 08-24-2020, 02:46
Replies: 4
Views: 1,332
Posted By CDboy
[CSGO] Danger Zone Server Problem

Hello, I am writing a server plugin for danger zone mode, and I have completed a lot. However, I still have two questions:

1. How to get a player's and a team's score correctly in dz mode? There...
Forum: Scripting 08-24-2020, 01:45
Replies: 5
Views: 1,503
Posted By CDboy
Re: [CSGO] Danger Zone Team Assignment Problem

It works! Thank you so much.
Forum: Scripting 08-23-2020, 13:05
Replies: 5
Views: 1,503
Posted By CDboy
[CSGO] Danger Zone Team Assignment Problem

Hello, I am writing a plugin to implement some official danger zone server function. That means I know which team to assign a specific player to before the match starts. So I DON'T want to let the...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT -4. The time now is 03:15.


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