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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: ecca
Forum: General 12-19-2017, 16:45
Replies: 0
Views: 597
Posted By ecca
Teamcity plugin build

Is it possible to use teamcity as buildagent for sourcemod plugins tests?
Forum: Plugins 08-07-2017, 01:17
Replies: 211
Views: 85,721
Posted By ecca
Re: [ANY] SM Warn System 1.1.0

I've updated the github repo to remove legacy socket
Forum: Source Servers (SRCDS) 02-22-2017, 15:33
Replies: 7
Views: 3,261
Posted By ecca
Re: FACEIT

I believe they just use eBot modified for their site
Forum: General 03-27-2016, 10:41
Replies: 6
Views: 3,785
Posted By ecca
Re: [CS:GO] Sourcemod on Listen Server (private lobby)

Either get a new account and generate new GSLT keys or you rent a server from a serverprovider.
Forum: General 01-07-2016, 06:58
Replies: 3
Views: 1,468
Posted By ecca
Re: How to create a command alias to run ".command" instead of "!command?

Hook chat and filter out arguments by splitting string.
Forum: Off-Topic 11-13-2015, 14:10
Replies: 7
Views: 2,622
Posted By ecca
Re: Scorebot or ebot for cs 1.6

Where is the example taken from?
Forum: General 11-09-2015, 14:06
Replies: 23
Views: 3,906
Posted By ecca
Re: Invite to steam group, allowed ?

Nothing against you personally, but anyone could easily say this and then convert the script to an auto-invite bot and that's the reason AlliedModders don't allow this kind of code posted on the...
Forum: General 08-23-2015, 06:03
Replies: 7
Views: 1,326
Posted By ecca
Re: Steamid problem

Read this Valve SteamIDs (https://developer.valvesoftware.com/wiki/SteamID)

Edit: It's not a problem and it's meant to be that way, so there is no "fix" if you don't want to rewrite all plugins to...
Forum: Plugin/Gameplay Ideas and Requests 08-11-2015, 09:07
Replies: 24
Views: 7,510
Posted By ecca
Re: [REQ] CS:GO Cross Server Chat

Why not either write a php code that pushes message to all servers at once or use a middleman such as nodejs to read and push messages. You could also do with MySQL, but it all depend on preferences.
Forum: SourceBans / SourceBans++ 08-09-2015, 17:09
Replies: 3
Views: 1,473
Posted By ecca
Re: [Help] Ban steamID + Ip adress

Try Sourcesleuth (https://forums.alliedmods.net/showthread.php?p=1818793)
Forum: Plugin/Gameplay Ideas and Requests 07-31-2015, 22:28
Replies: 4
Views: 718
Posted By ecca
Re: monitoring

Why even keep such simpel plugins "private"?

Here is a few;
Local based adminlog here (https://forums.alliedmods.net/showthread.php?p=527208)
MySQL based adminlog here...
Forum: Plugin/Gameplay Ideas and Requests 07-31-2015, 19:12
Replies: 14
Views: 3,816
Posted By ecca
Re: [CS:GO] Basebuilder

Why even show it off if you're not going to release it.
Forum: Scripting 07-29-2015, 10:32
Replies: 15
Views: 11,270
Posted By ecca
Re: >> CSGO Center Print

I know other games support center messages, but i've never got it to work in csgo. Even when i tried your script, it won't print it center just in hintbox and chat.

I even tried a loop for the...
Forum: Scripting 07-28-2015, 15:35
Replies: 15
Views: 11,270
Posted By ecca
Re: >> CSGO Center Print

ESEA emitts center messages from their client, not possible with sourcemod.

The "match restarting in" you see on the screen here is from command mp_restartgame x where x is number of seconds...
Forum: Source Servers (SRCDS) 07-28-2015, 12:44
Replies: 3
Views: 1,467
Posted By ecca
Re: [Solved][CS:GO] Fast DL is not working

Yes i know that, but i was an example based on your link. No problem.
Forum: Source Servers (SRCDS) 07-28-2015, 08:15
Replies: 3
Views: 1,467
Posted By ecca
Re: [CS:GO] Fast DL is not working

It should be gamecode, URL/gamecode/maps etc, so www.myfastdl.com/csgo/maps
Forum: General 07-26-2015, 11:41
Replies: 3
Views: 1,257
Posted By ecca
Forum: SourceBans / SourceBans++ 07-22-2015, 16:50
Replies: 1
Feature Request SB Logging Kicks
Views: 748
Posted By ecca
Re: SB Logging Kicks

It's not sourceban feature but AdminWatch (https://forums.alliedmods.net/showthread.php?t=217670) keeps track of issued commands and playtime aswell, which you could implant into sourceban
Forum: General 07-22-2015, 16:38
Replies: 2
Views: 604
Posted By ecca
Re: Hooking website purchase with server

Use a MySQL database that you insert into with PHP and then read it with sourcepawn
Forum: Scripting 07-16-2015, 15:59
Replies: 1
Views: 670
Posted By ecca
Re: [CS:GO Plugin Request] Round Counter

WarMod does that for you, https://forums.alliedmods.net/showthread.php?t=225474
Forum: Plugins 07-15-2015, 16:19
Replies: 218
Views: 174,770
Posted By ecca
Re: [CS:S/CS:GO] Jailbreak Warden

Use the native for that


/*********************************************************
* returns if client is warden
*
* @param client The client to run the check on
* @true on...
Forum: Scripting 07-14-2015, 14:50
Replies: 3
Views: 771
Posted By ecca
Re: Make a countdown in the center of the screen

Don't post compiled files, it is against the rules. Attach the sourcecode.
Forum: General 07-05-2015, 22:27
Replies: 17
Views: 5,571
Posted By ecca
Re: sm_rename not working

It has been single-quote in CSGO chat from what i remember all the time. I made a fix for this using a process for all arguments and bind them, creating a string and output whatever making the quotes...
Forum: Scripting 07-05-2015, 11:06
Replies: 8
Views: 1,527
Posted By ecca
Re: PrintCenterText Not Work

Well what doesn't work ? Printing it at all or something specifik? Does it return any errors..?

Also noticed you're using "client" when you have "X" from the loop.
Forum: Scripting Help 07-03-2015, 06:44
Replies: 4
Views: 847
Posted By ecca
Re: hud spectate !

This is for HL2, the forum you're looking for is this: https://forums.alliedmods.net/forumdisplay.php?f=11
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 12:19.


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