This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: BYSergey
Forum: Scripting Help 12-05-2015, 09:44
Replies: 5
Views: 2,288
Posted By BYSergey
Re: delay round end cs 1.6

Latest version by Arkshine (v2.6.3): https://github.com/Arkshine/Orpheu/releases Yes it work correctly.
i add files from POST 33 https://forums.alliedmods.net/showpost.php?p=2149333&postcount=33 ....
Forum: Scripting Help 12-05-2015, 08:05
Replies: 5
Views: 2,288
Posted By BYSergey
Re: delay round end cs 1.6

Unstable work, can you fix it? It works the first round and then a stable condition if the end of the round the same as the first round. Sorry for bad english.
Forum: Scripting Help 12-05-2015, 06:29
Replies: 5
Views: 2,288
Posted By BYSergey
Re: delay round end cs 1.6

I also searched in google, but found nothing. You have talent =). Very thanks!
Forum: Scripting Help 12-05-2015, 00:25
Replies: 5
Views: 2,288
Posted By BYSergey
delay round end cs 1.6

I want to increase the delay of the start of the round (not the end), the time between the end of the round (when have stated the winner) and the start of a new (when the revival of the players have...
Forum: Scripting Help 11-30-2015, 17:56
Replies: 8
Views: 986
Posted By BYSergey
Re: HELP pleas with Volume

Oh,sory...I need to this:

new Float:vol = get_user_cvar(id,Volume)
server_cmd( "say last connect have volume %f",vol)
Forum: Approved Plugins 11-26-2015, 09:09
Replies: 26
Views: 52,637
Posted By BYSergey
Re: Hostname Changer V 1.1 (NO CSHACK!!!) (Major Update)

public teamScore(id) {
new team[2]
read_data(1, team, 1)
g_teamScore[(team[0]=='C')? 0 : 1] = read_data(2)
UpdateHost() // no update without connect

return PLUGIN_CONTINUE
}
Forum: Scripting Help 11-26-2015, 05:39
Replies: 8
Views: 986
Posted By BYSergey
Forum: HL1 Servers (HLDS) 11-25-2015, 12:13
Replies: 28
Views: 7,411
Posted By BYSergey
Re: HOW to Remove lag in HLDS hosted in windows VPS

try log off anything.try off pagefile.bad hdd can do it.
Forum: Scripting Help 11-25-2015, 11:36
Replies: 8
Views: 986
Posted By BYSergey
Re: HELP pleas with Volume

i need this:

new Float:vol = get_user_cvar(id,Volume)
client_cmd(id,"MP3Volume %f",vol)

but get_user_cvar no exist,Can I create it?
Forum: Scripting Help 11-25-2015, 11:24
Replies: 3
Views: 909
Posted By BYSergey
Forum: Scripting Help 11-25-2015, 09:15
Replies: 8
Views: 986
Posted By BYSergey
HELP pleas with Volume

So,I want set client cvar MP3Volume to = client cvar Volume.This realy do it?,without change Volume
Forum: Unapproved/Old Plugins 11-24-2015, 12:17
Replies: 3
Views: 1,712
Posted By BYSergey
Re: Top true dmg

alliedmods.net die only for me?)
Forum: Scripting Help 11-24-2015, 11:24
Replies: 1
Views: 458
Posted By BYSergey
Re: Need help with VIP Plugin.

i bad script,no understand this mod,no use csgo. But why no use

new PlayerRespawn[33]
if (PlayerRespawn[client] < 4)
{
CS_RespawnPlayer(client);
PlayerRespawn[client]++;...
Forum: Scripting Help 11-22-2015, 19:18
Replies: 3
Views: 909
Posted By BYSergey
Re: dhudkill spec

ALL work,but this stupied code)),help pleas))

#include <amxmodx>
#include <dhudmessage>
#include <hamsandwich>
#include <fakemeta>
#define HUD_colorR 255 // default: 255
#define...
Forum: Scripting Help 11-20-2015, 15:36
Replies: 3
Views: 909
Posted By BYSergey
Re: dhudkill spec

#include <amxmodx>
#include <dhudmessage>
#include <hamsandwich>
#include <fakemeta>
#define HUD_colorR 255 // default: 255
#define HUD_colorG 155 // default: 155
#define HUD_colorB 0 //...
Forum: Unapproved/Old Plugins 11-19-2015, 13:50
Replies: 3
Views: 1,712
Posted By BYSergey
Re: Top true dmg

Modification:Counter-Strike Category: Statistic/fun change pleas =(
Forum: Unapproved/Old Plugins 11-19-2015, 13:43
Replies: 3
Views: 1,712
Posted By BYSergey
Top true dmg

This little plugin shows statistics true damage when the end of the round. I have added the command / me, he has no settings. When testing with bots (zbot 1.5) there were no errors. I have been...
Forum: Scripting Help 11-18-2015, 11:54
Replies: 3
Views: 909
Posted By BYSergey
dhudkill spec

Help please, I can not send a dhud message to someone watching(SPECTATING) killer.(bad engl)

#include <amxmodx>
#include <dhudmessage>
#define HUD_colorR 255 // default: 255
#define...
Forum: Scripting Help 07-06-2014, 08:12
Replies: 0
Views: 710
Posted By BYSergey
uq_jumpstats HLTV

Hi, i use hltv on my server,but plugin
https://forums.alliedmods.net/showthread.php?t=141586&highlight=uq_jumpstats
no show stats on hltv,if demos record on player = all work.
I fussed with this...
Forum: HL1 Servers (HLDS) 07-06-2014, 07:28
Replies: 10
Views: 22,471
Posted By BYSergey
Re: [ReQ] Anti-LaG

ping_faker.amxx = lags
Forum: HL1 Servers (HLDS) 12-13-2013, 07:54
Replies: 8
Views: 3,530
Posted By BYSergey
Re: Fps 20-10000

I try
sv_minrate 0
sv_maxrate 25000
sys_ticrate 10000
mm_insane 0
server with 1000fps,if online 20+ 1000fps but sometimes 500fps this good...if i print in console "stats" fps 980-800...if i exec...
Forum: HL1 Servers (HLDS) 12-04-2013, 21:39
Replies: 8
Views: 3,530
Posted By BYSergey
Re: Fps 20-10000

https://support.steampowered.com/kb_article.php?ref=4975-UOPG-1608
If set
sv_minrate 0
sv_maxrate 0
This good?
Forum: HL1 Servers (HLDS) 12-04-2013, 21:30
Replies: 8
Views: 3,530
Posted By BYSergey
Re: Fps 20-10000

I try today.
sv_minrate 3500
sv_maxrate 20000
If i sv_minupdaterate set is 101 ,This badly client or server?
Forum: HL1 Servers (HLDS) 12-04-2013, 20:23
Replies: 8
Views: 3,530
Posted By BYSergey
Re: Fps 20-10000

maxrate more than 25000(or 20000) no sens,but minrate have sens(no loss no choke)
Forum: HL1 Servers (HLDS) 12-04-2013, 19:50
Replies: 8
Views: 3,530
Posted By BYSergey
Re: Fps 20-10000

I hope this is not the limit hlds....
Showing results 1 to 25 of 47

 
Forum Jump

All times are GMT -4. The time now is 07:30.


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