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

Showing results 1 to 25 of 48
Search took 0.01 seconds.
Search: Posts Made By: aeleos
Forum: Plugins 12-03-2015, 20:38
Replies: 217
Views: 120,593
Posted By aeleos
Re: [CS:GO] Hats (with editor menu and 3rd person) v3.0

public void OnMapStart()
{
for (int i=0; i<g_hats; ++i)
{
if(!StrEqual(g_eHats[i][szModel], "none") && strcmp(g_eHats[i][szModel], "")!=0)
{
...
Forum: General 11-02-2015, 13:10
Replies: 6
Views: 1,018
Posted By aeleos
Re: Where I can find kctimer?

Are you sure you aren't looking for kztimer?
Forum: Source Servers (SRCDS) 10-22-2015, 22:37
Replies: 3
Views: 965
Posted By aeleos
Re: [PAID][CentOS7] iptables

I personally use UFW (Uncomplicated Firewall) and I have found it great but I am not sure if it is available on CentOS. You may be able to compile it yourself
Forum: General 09-20-2015, 00:16
Replies: 151
Views: 44,820
Posted By aeleos
Re: Valve Blocking Servers now

Are they blacklisting based off the tags, or have they found another way of detecting the plugin?
Forum: Plugins 09-12-2015, 22:59
Replies: 12
Views: 6,347
Posted By aeleos
Re: [ANY] Force Landmark Angles

Wow never knew this was possible, thanks!
Forum: Scripting 09-07-2015, 16:36
Replies: 9
Views: 1,727
Posted By aeleos
Re: [CS:GO] Optimizing function

Hey, I am trying to optimize my timer too as I have been noticing the sv to be getting pretty bad recently. Do you think you could go into a little more detail on what you did? I am having a hard...
Forum: Snippets and Tutorials 09-03-2015, 00:52
Replies: 285
Views: 108,863
Posted By aeleos
Re: Dynamic Objects and Properties

Wow thank you for this, this is exactly what I have been needing for my plugin. I am correct in saying it works just like any other data type in that I can have an array of them like Dynamic...
Forum: Plugins 07-28-2015, 19:50
Replies: 51
Views: 43,294
Posted By aeleos
Re: [CSS] bhop booster fix

Hey one thing on linux the csgo version of the output info extension doesn't load. It doesn't load it automatically, and if I load it manually it says it was successful but then doesn't appear on the...
Forum: Source Servers (SRCDS) 07-21-2015, 09:31
Replies: 13
Views: 2,864
Posted By aeleos
Re: VMware Ubuntu - spiking values on 'sv' and 'var'

For best performance you want to be running servers directly on the hardware if possible, rather than having an extra layer of virtualization between the server and the hardware. If your dedicated...
Forum: Source Servers (SRCDS) 07-21-2015, 09:19
Replies: 1
Views: 994
Posted By aeleos
Re: basecommands scripts timeout?

Yea, I just noticed my server crashed and saw that in my error logs. Never seen this error before, could be a new bug. What snapshot are you using? I am on 5227
Forum: General 07-15-2015, 00:10
Replies: 4
Views: 902
Posted By aeleos
Re: Is the gold knife banned under valves rules?

That's what I thought, but that is not the reason that valve gave for why they banned the plugin, the reason they gave was something about it being confusing to new players.
Forum: General 07-14-2015, 22:55
Replies: 4
Views: 902
Posted By aeleos
Is the gold knife banned under valves rules?

I just thought of this and I was wondering if anyone had any ideas. I know that its not something given to players like a default skin, but it is given in arms race so I don't think valves excuse of...
Forum: Source Servers (SRCDS) 07-02-2015, 11:13
Replies: 3
Views: 2,843
Posted By aeleos
Re: CSGO console command to chat command

I think you have to use rcon for that
Forum: Unapproved Plugins 06-27-2015, 21:30
Replies: 1,249
Views: 452,806
Posted By aeleos
Re: [CSS/CSGO] Timer 2.x

It's a private plugin
Forum: General 06-19-2015, 01:57
Replies: 20
Views: 10,137
Posted By aeleos
Re: Could not connect: Driver "MySQL" not found

Basically, I am pretty sure the problem is that you have sourcemod looking for the mysql socket in /tmp/mysql.sock and you have your mysql on your vps putting the socket in...
Forum: General 06-18-2015, 03:31
Replies: 19
Views: 11,584
Posted By aeleos
Re: Players banned for dying?

I think it is something implemented in the most recent csgo update, meant to give players comp bans if they suicide to much. Not sure if thats related to what he is talking about since I think it...
Forum: General 06-18-2015, 03:29
Replies: 20
Views: 10,137
Posted By aeleos
Re: Could not connect: Driver "MySQL" not found

I had this error a while ago, I don't remember exactly how I fixed it but it ended up being a problem with the socket that sourcemod was trying to use. I bet if you google the specific mysql error...
Forum: Source Servers (SRCDS) 06-16-2015, 08:54
Replies: 19
Views: 5,516
Posted By aeleos
Re: "Srcds.exe has stopped working"

Could you post your plugins and extensions list and make sure your sourcemod and metamod are updated to the latest snapshot?
Forum: General 06-08-2015, 00:15
Replies: 2
Views: 1,213
Posted By aeleos
Re: Unknown command 'sm' - CS:GO Server

I had a similar issue but the cause of it was pretty specific. I had my server running on a different user, but I uploaded the files on the root user so the game instance couldn't access the files....
Forum: Source Servers (SRCDS) 05-31-2015, 04:21
Replies: 653
Views: 229,723
Posted By aeleos
Re: [v2.5] seDirector - manage your Source servers - srcds.exe auto-update in Windows

I thing I noticed is that I can't change the map to something other than the default maps. Is this a bug or is it unlocked in a paid version?
Forum: Plugins 05-30-2015, 21:28
Replies: 878
Views: 451,423
Posted By aeleos
Forum: Plugins 05-30-2015, 21:16
Replies: 878
Views: 451,423
Posted By aeleos
Re: [CS:GO] KZTimer Final

I don't know much about kztimer but you probably aren't letting the client download the model files, you need to put them in your fastdl
Forum: Store 05-29-2015, 09:10
Replies: 66
Views: 18,195
Posted By aeleos
Re: [POLL] Framework Change for the Webpanel

Hey I pm'ed you before but I got no response, I would be willing to help beta test if you are still looking for people
Forum: Unapproved Plugins 05-27-2015, 00:36
Replies: 681
Views: 438,677
Posted By aeleos
Forum: Plugins 05-22-2015, 18:36
Replies: 45
Views: 36,117
Posted By aeleos
Re: [CS:GO] Rally Race

I have it working fine on a linux test server
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT -4. The time now is 04:48.


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