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

Showing results 1 to 25 of 342
Search took 0.01 seconds.
Search: Posts Made By: hyphen
Forum: HL1 Servers (HLDS) 09-02-2012, 10:23
Replies: 6
Views: 1,199
Posted By hyphen
Re: Linux Virtualization

for "No lag" you must have good net connection (speed + good routing), others will be fine on any linux with processor like xeon. ie: debian, centos, etc.
Forum: HL1 Servers (HLDS) 08-27-2012, 11:36
Replies: 3
Views: 895
Posted By hyphen
Re: Console error

^^ That should be posted on Scripting forum, not here
Forum: HL1 Servers (HLDS) 08-27-2012, 09:49
Replies: 3
Views: 895
Posted By hyphen
Re: Console error

console log clearly displays which plugin causes this ie: zombie_plague_advance_v1-6-1.amxx

Remove this plugin or get a fixed version and you are done.
Forum: HL1 Servers (HLDS) 08-27-2012, 05:06
Replies: 22
Views: 11,862
Posted By hyphen
Re: VALVE_ID_LAN problem

Non-Steam servers too have VAC secured. VAC is off no use these days
Forum: HL1 Servers (HLDS) 08-24-2012, 01:07
Replies: 22
Views: 11,862
Posted By hyphen
Re: VALVE_ID_LAN problem

Server is not steam only. Play on steam only server to avoid this issue. This is due to use of some non steam (name omitted) plugin in that server and which is not supported here.
Forum: HL1 Servers (HLDS) 08-22-2012, 08:22
Replies: 13
Views: 3,407
Posted By hyphen
Re: doesn't download

Why dont you delete maps, models, sound folder and update ?
Forum: HL1 Servers (HLDS) 08-22-2012, 06:56
Replies: 13
Views: 3,407
Posted By hyphen
Re: doesn't download

Check which map causing these downloads. If specific maps delete those map's res file.

Better you delete your map & models & sound folder and run a steam update
Forum: Off-Topic 08-22-2012, 01:11
Replies: 17
Views: 4,091
Posted By hyphen
Re: Steam Question

^^ Yes, emulated steam ids have some extra numbers. Is there anyway to check for legitimate steam id by using amx script ?.

On Steam community a new steam acc and these fakes acc are being shown...
Forum: HL1 Servers (HLDS) 08-21-2012, 11:35
Replies: 13
Views: 2,931
Posted By hyphen
Re: Pings !

You have enough bandwidth. Go for

sv_minrate 15000
sv_maxrate 25000
sv_minupdaterate 60
sv_maxupdaterate 60
Forum: HL1 Servers (HLDS) 08-21-2012, 11:28
Replies: 15
Views: 3,883
Posted By hyphen
Re: I have 32 slot but my server can only use 20/32 :'(

Server - Client must have same name map before playing.
Forum: HL1 Servers (HLDS) 08-21-2012, 08:25
Replies: 13
Views: 3,407
Posted By hyphen
Re: doesn't download

tell your users to set cl_allowdownload 1 before connecting to your server, or manually remove unnecessary models from your server along with res files (better to reinstall if you dont know procedure)
Forum: HL1 Servers (HLDS) 08-21-2012, 02:11
Replies: 15
Views: 3,579
Posted By hyphen
Re: [HELP]server crash evry map change

Few days earlier I also got my server crashed while changing map to awp_india. Didn't look into the logs and console, so don't have the idea. May this post fix this.
Forum: HL1 Servers (HLDS) 08-21-2012, 02:09
Replies: 15
Views: 3,883
Posted By hyphen
Re: I have 32 slot but my server can only use 20/32 :'(

You should try the thing first you have posted. Put de_nuke32 on your hlds server and let client only having de_nuke. Client will have to dl de_nuke32. hl.exe checks maps by map name.
Forum: Scripting Help 08-20-2012, 09:06
Replies: 10
Views: 1,844
Posted By hyphen
Re: Method to check last CT

Just an added note. Hook HLTV event for deathmsg.

And Alka I used to do the same mistakes few times.. int vs new :P
Forum: HL1 Servers (HLDS) 08-20-2012, 09:02
Replies: 15
Views: 3,883
Posted By hyphen
Re: I have 32 slot but my server can only use 20/32 :'(

No, that wont, If the de_nuke32 properly edited with spawn increased only. Anyways without any complexity PM me for the my edited version of de_nuke for full 32 players.
Forum: HL1 Servers (HLDS) 08-20-2012, 07:26
Replies: 15
Views: 3,883
Posted By hyphen
Re: I have 32 slot but my server can only use 20/32 :'(

Instead of using an extra plugin for map spawning use 32 slot maps. you can download de_nuke32 and then rename it de_nuke so that people doesn't require a download. Just search google with...
Forum: Scripting Help 08-18-2012, 14:51
Replies: 5
Views: 1,916
Posted By hyphen
Re: Quick info about message_begin

Below code seems to be not working with colors where MSG_ONE with a loop for all players works.


new szPrintTxt[120]
format(szPrintTxt, 119, "^x04%s ^x01%s", "TAG", "Some Txt")
...
Forum: Scripting Help 08-18-2012, 14:39
Replies: 5
Views: 1,916
Posted By hyphen
Re: Quick info about message_begin

Good info buddy. Another thing.. What is difference between unreliable channel and reliable channel ?. What if I use MSG_BROADCAST instead MSG_ALL.

Is it something like reliable channel is...
Forum: Trash 08-18-2012, 04:02
Replies: 5
Views: 2,400
Posted By hyphen
Forum: Scripting Help 08-16-2012, 13:29
Replies: 14
Views: 2,093
Posted By hyphen
Re: Reserve slot

Just a related query. client_infochange also do not need any returns ?
Forum: Scripting Help 08-16-2012, 13:16
Replies: 5
Views: 1,916
Posted By hyphen
Quick info about message_begin

I'm not sure whether I can pass 0 as id to message_begin to send a chat message to all players instead of using loop with below code.


print_color_message(id, msg[])
{
message_begin(MSG_ONE,...
Forum: Scripting Help 08-13-2012, 01:29
Replies: 1
Views: 769
Posted By hyphen
client_infochanged query

As client_infochanged is called several times while a player joins, if I want to check for a name tag in admins names is it correct approach ?


public client_infochanged(id)
{ ...
Forum: Off-Topic 08-06-2012, 06:07
Replies: 15
Views: 4,525
Posted By hyphen
Re: Pawn in netbeans

Can we compile sma script using Notepad++ AlliedModders version or just edit ?
Forum: Off-Topic 08-05-2012, 07:20
Replies: 4
Views: 1,001
Posted By hyphen
Re: AMX Function guide book

Yes, that is there, just asking if there is any such pdf sort of thing which list all instead of finding the particular api in particular inc file.
Forum: Off-Topic 08-05-2012, 00:26
Replies: 4
Views: 1,512
Posted By hyphen
Re: Any possible way to view HLDS .dll files?

That is reverse engineering and not allowed here as this forum deals with legit steam queries only. Better to ask this qus elsewhere.
Showing results 1 to 25 of 342

 
Forum Jump

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


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