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

Showing results 1 to 25 of 26
Search took 0.01 seconds.
Search: Posts Made By: undrex
Forum: General 09-19-2014, 20:27
Replies: 341
Views: 100,168
Posted By undrex
Re: [CSGO] 09/10/2014 update screwed SM *Linux Only*

I have tried a server without SM and can't get the same kind of lag.

Developers: Are you working on a solution for this? :(
Forum: General 09-19-2014, 11:46
Replies: 341
Views: 100,168
Posted By undrex
Re: [CSGO] 09/10/2014 update screwed SM *Linux Only*

Why should they lock the thread when the lag issue still exists due to the csgo update?
Forum: Scripting 03-08-2014, 18:45
Replies: 3
Views: 2,165
Posted By undrex
Forum: Scripting 03-08-2014, 18:14
Replies: 3
Views: 2,165
Posted By undrex
[CS:GO] KickClient %s

It seems as the last update from valve messed up the reason string in the KickClient method.


KickClient(id, "KICK REASON HERE");


This just returns %s whatever string you give.

Anyone...
Forum: General 02-21-2014, 18:49
Replies: 1
Views: 1,644
Posted By undrex
[CS:GO] Join round late as dead

Is there any cvar in CS:GO that sets this? If you join round 30 sec after start for example you should not spawn.

I found mp_join_grace_time but players can still die and then reconnect to the...
Forum: General 05-17-2013, 14:48
Replies: 1
Views: 1,093
Posted By undrex
Re: [CSGO] Matchmaking issues with community casual?

Same issue here. Did you ever solve this?
Forum: Scripting 09-07-2012, 05:40
Replies: 12
Views: 18,525
Posted By undrex
Re: [CS:GO] Change name of team

Do you have any clue when that will be?

Should it not just be fixed with the right offsets?
Forum: Scripting 09-06-2012, 17:36
Replies: 12
Views: 18,525
Posted By undrex
Re: [CS:GO] Change name of team

Thanks man, we got it to work with that signature. Do you have any clue what the offsets should be? Cause the thing is that we got the Set function to work but not the Get.
Forum: Scripting 09-04-2012, 09:17
Replies: 12
Views: 18,525
Posted By undrex
Re: [CS:GO] Change name of team

Sry but i did not understand that.
Forum: Scripting 09-04-2012, 07:59
Replies: 12
Views: 18,525
Posted By undrex
Re: [CS:GO] Change name of team

Please see below:

http://i50.tinypic.com/ej6iz4.jpg
Forum: Scripting 09-03-2012, 10:36
Replies: 12
Views: 18,525
Posted By undrex
[CS:GO] Change name of team

Has anyone succeded in changing the teamtag that is being fetched from the steam profile?
Forum: Scripting 08-31-2012, 10:38
Replies: 1
Views: 882
Posted By undrex
Hide spectator on scoreboard

What way would i go if i want to hide spectators on the scoreboard connected to the server and is it even possible?
Forum: Source Servers (SRCDS) 08-28-2012, 18:25
Replies: 5
Views: 1,903
Posted By undrex
Re: Enabling SouceTV in CS:GO

Using sm_cvar will get your SourceTV on the server but it will not be functional.

Guess we have to wait for an update from valve. :P
Forum: HL1 Servers (HLDS) 08-25-2012, 21:33
Replies: 2
Views: 1,854
Posted By undrex
Re: [HELP]CS 1.6 server bueg

Which plugins are you running?
Forum: Source Servers (SRCDS) 08-25-2012, 06:39
Replies: 2
Views: 1,233
Posted By undrex
Re: Zeus and Password

The cvar sv_password is currently broken atm. I believe valve will fix it soon.
Forum: Source Servers (SRCDS) 08-24-2012, 08:40
Replies: 0
Views: 1,102
Posted By undrex
[CS:GO] SourceTV

Has anyone found a workaround to get sourcetv functional in cs:go?
Forum: Scripting 08-23-2012, 08:32
Replies: 20
Views: 15,900
Posted By undrex
Re: [CS:GO] Rename Player

Works like a charm! Great work, thanks alot :)
Forum: Scripting 08-22-2012, 11:42
Replies: 20
Views: 15,900
Posted By undrex
Re: [CS:GO] Rename Player

If you GetClientName after CS_SetClientName you only get a callback of the original steam profile name.

The function itself works but it does not return the correct name after CS_SetClientName.
Forum: Scripting 08-22-2012, 09:31
Replies: 20
Views: 15,900
Posted By undrex
Re: [CS:GO] Rename Player

Thanks alot for this! I can also confirm that this works like a charm on linux.

Would it take much of your time to make a CS_GetClientName function aswell? Would be neat.
Forum: Snippets and Tutorials 08-17-2012, 14:21
Replies: 66
Views: 456,890
Posted By undrex
Re: [CS:GO] Cvar and command list

mp_force_pick_time got broken in the last update. Hope they fix it soon. :)
Forum: HL1 Servers (HLDS) 07-17-2011, 07:34
Replies: 5
Views: 2,305
Posted By undrex
Re: Random hlds crashes. Exploit?

./steam -command update -game cstrike -beta hlbeta -dir .
Forum: HL1 Servers (HLDS) 11-28-2010, 11:39
Replies: 0
Views: 1,543
Posted By undrex
HLTV demo stutters / laggy

Hey guys,

What can be the cause of hltv demos that stutters? Not this usual lag that hltv causes, it more like really stutters as it was recorded in 10fps.

Can this has something to do with...
Forum: Scripting Help 11-12-2010, 07:34
Replies: 4
Views: 1,752
Posted By undrex
Re: Help with cs_set_user_Team!

I would recommend setting a delay of 0.1 for example when choosing team or u might experience some problems in the future. Atleast i did.
Forum: Scripting Help 11-09-2010, 09:40
Replies: 7
Views: 2,706
Posted By undrex
Re: Return a value from SQL ThreadQuery

if ( (time() - iTimeStamp) >= 120 ) {

}

//120 = num of seconds before gag should expire


if the UnixToTime function does what it sounds like then i guess you have a unix_timestamp in your...
Forum: Scripting Help 11-09-2010, 02:44
Replies: 3
Views: 1,391
Posted By undrex
Re: SQL Structure?

CREATE TABLE `admins` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`steamid` VARCHAR( 64 ) NULL DEFAULT NULL ,
`password` VARCHAR( 64 ) NULL DEFAULT NULL ,
`privilegies`...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT -4. The time now is 06:13.


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