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

Showing results 1 to 25 of 73
Search took 0.01 seconds.
Search: Posts Made By: exc4libur
Forum: Plugins 07-05-2017, 12:28
Replies: 643
Views: 397,841
Posted By exc4libur
Re: Map Decals

Yes of course is it possible.

https://forums.alliedmods.net/showpost.php?p=986520

Use this version above.

If u need help u can contact me through pm.
Forum: Source Servers (SRCDS) 07-04-2017, 02:19
Replies: 0
Views: 653
Posted By exc4libur
GOTV Decals

Hello,

is it perhaps possible to show some decals or entities only to gotv viewers and not to "normal" clients?

I have tested the Map Decal Plugin...
Forum: Plugins 07-04-2017, 02:11
Replies: 643
Views: 397,841
Posted By exc4libur
Re: Map Decals

Hello,

is it possible to make the decals also visible to the gotv viewers?



Yes, i have changed things at this plugin. Question is what exactly you need?
Forum: Plugin/Gameplay Ideas and Requests 04-13-2017, 10:23
Replies: 2
Views: 1,470
Posted By exc4libur
Changing MOD regarding to time

Hello,

does a plugin exist where i can manage the loading of plugins by time. For example on mondays load a retake plugin on wednesday load 1v1 arena etc.

Best regards
Christian
Forum: Scripting 02-18-2017, 08:18
Replies: 9
Views: 4,235
Posted By exc4libur
Re: [CSGO] Hooking jointeam VGUI menu

Hey, this is perfect. Now it is working as expected when i want to force a player to T or CT. But Spectator or Coach is still not working.
Every time i use a method to force the players to teams...
Forum: Scripting 02-16-2017, 10:44
Replies: 9
Views: 4,235
Posted By exc4libur
Re: [CSGO] Hooking jointeam VGUI menu

The hooking of the VGUIMenu usermessage solves the problem of getting the situation in which the menu will be displayed.
But now i can not force player to a specific team.
...
Forum: Scripting 02-16-2017, 05:41
Replies: 9
Views: 4,235
Posted By exc4libur
Re: [CSGO] Hooking jointeam VGUI menu

Both are not working :(

RegConsoleCmd("teammenu", RegCommand_TeamMenu, "RegCommand_TeamMenu");
AddCommandListener(Command_TeamMenu, "teammenu");

public Action RegCommand_TeamMenu(int client,...
Forum: Scripting 02-16-2017, 01:43
Replies: 9
Views: 4,235
Posted By exc4libur
Re: [CSGO] Hooking jointeam VGUI menu

Is it possible that you can give me an additional hint on how to use this? Hook or CommandListener. I have read something about that HookUserMessage is also possible to get the VGUI Menu.
Forum: Scripting 02-15-2017, 13:22
Replies: 9
Views: 4,235
Posted By exc4libur
[CSGO] Hooking jointeam VGUI menu

Hello,

i am having problems with forcing players to team. If i set sv_disable_show_team_select_menu 1 and mp_force_pick_time 0 i can force players to correct team after joining server and jointeam...
Forum: Scripting 02-15-2017, 13:01
Replies: 11
Views: 5,393
Posted By exc4libur
Re: [CS:GO] force team join

Why isn't it possible to force player to spectator?
Forum: Scripting 01-29-2017, 05:44
Replies: 7
Views: 1,111
Posted By exc4libur
Re: SQL Scripting

To make it more securely, i can perhaps try to get the SQL-Connection Informations with cURL.
Forum: Scripting 01-28-2017, 11:30
Replies: 7
Views: 1,111
Posted By exc4libur
Re: SQL Scripting

Would it be possible to give me a hint how i can realize this? ;)
Forum: Scripting 01-28-2017, 11:10
Replies: 7
Views: 1,111
Posted By exc4libur
SQL Scripting

Hello,

does someone knows if it is possible to hardcode a SQL Connection so that it isn't visiable in the <databases.cfg> ?

Best regards
Christian
Forum: Plugin/Gameplay Ideas and Requests 12-06-2016, 06:42
Replies: 5
Views: 6,313
Posted By exc4libur
Re: [CS:GO] Is there any working ANTI-Wallhack out there?

Why wrong section? Ain't i'm searching for a plugin? Ok or a snippet, or is it SMAC related? Should i now post it in 3 sections same time? :P
Forum: Plugin/Gameplay Ideas and Requests 12-06-2016, 05:43
Replies: 5
Views: 6,313
Posted By exc4libur
[CS:GO] Is there any working ANTI-Wallhack out there?

Hello,

i wanted to combine different types of detections to make an AC-Tool like SMAC. I'm now searching for a working ANTI-Wallhack or a code-snippet to work with. I have't tried latest SMAC yet...
Forum: Scripting 11-03-2016, 15:16
Replies: 921
Views: 319,089
Posted By exc4libur
Re: New API and Syntax

Hello,

can someone help me how to write the following statement with new syntax? It is one of the cURL_self_test statements.


stock bool ExecCURL(Handle curl, int current_test)
{
...
Forum: Extensions 11-01-2016, 11:43
Replies: 253
Views: 280,866
Posted By exc4libur
Re: [EXTENSION] cURL & Hash

Solved!

Best regards
Christian
Forum: Scripting 10-21-2016, 22:16
Replies: 4
Views: 1,598
Posted By exc4libur
Re: Downloading files form fastdl to gameserver cyclic?

@good_live: I need this, because the gameservers are changing from time to time. Some last longer the others don't. We use the gameservers for hosting CS:GO cups and haven't always the same hoster.
...
Forum: Scripting 10-20-2016, 08:52
Replies: 4
Views: 1,598
Posted By exc4libur
Downloading files form fastdl to gameserver cyclic?

Hello,

does anybody knows a plugin with witch i can manage a cyclic download from a fastdl-server to a gameserver?
From time to time i need to change content from some files on a bunch of...
Forum: Scripting 10-20-2016, 08:44
Replies: 7
Views: 5,752
Posted By exc4libur
Re: AddFileToDownloadsTable suddenly not working?

Thank you very much for your answers. I finally got it, but don't know what the solution really was. I think it was an issue about when the command is triggered. Now i manage this on mapload event...
Forum: Scripting 10-19-2016, 19:49
Replies: 7
Views: 5,752
Posted By exc4libur
Re: AddFileToDownloadsTable suddenly not working?

This worked some weeks before -> https://forums.alliedmods.net/showthread.php?t=258206
Forum: Scripting 10-19-2016, 19:45
Replies: 7
Views: 5,752
Posted By exc4libur
Re: AddFileToDownloadsTable suddenly not working?

PNGs for the teamlogos on gotv demos.
Forum: Scripting 10-19-2016, 08:04
Replies: 7
Views: 5,752
Posted By exc4libur
AddFileToDownloadsTable suddenly not working?

Hello,

since a few days i have a problem with the above mentioned argument. I need it to upload several png's to the user. But now it seems as if the AddFileToDownloadsTable does not really put...
Forum: Extensions 10-17-2016, 10:46
Replies: 253
Views: 280,866
Posted By exc4libur
Re: [EXTENSION] cURL & Hash

Hello,

i have tried to run cURL for teasyftp, but i don't get it working. I use SM1.8 and the version of BARA and get following error when i want to compile curl_self_test.

//SourceMod Batch...
Forum: Scripting 08-31-2016, 06:40
Replies: 4
Views: 1,653
Posted By exc4libur
Problem with "AutoExecConfig"

Hello,

like many others i use "AutoExecConfig" to generate and execute a config file.


g_VariableCvar = CreateConVar("NameCvar", "ValueCvar", "Information.");
AutoExecConfig(true, "FileName",...
Showing results 1 to 25 of 73

 
Forum Jump

All times are GMT -4. The time now is 23:25.


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