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

Showing results 1 to 25 of 118
Search took 0.01 seconds.
Search: Posts Made By: Colex
Forum: Scripting 11-21-2014, 15:56
Replies: 3
Views: 974
Posted By Colex
Re: [ MOTD to Players only ]

How do I display the html direct ShowMOTDPanel?
Forum: Scripting 11-21-2014, 15:19
Replies: 3
Views: 974
Posted By Colex
[ MOTD to Players only ]

How to open motd window with html code on ShowMOTDPanel to players only?
Never show to admins.

stock bool:IsPlayerAdmin(player)
{
if (CheckCommandAccess(player, "sm_admin", ADMFLAG_GENERIC,...
Forum: Scripting 11-13-2014, 14:08
Replies: 6
Views: 1,767
Posted By Colex
Re: [ Check admin ]

It is for use in TF2.
Forum: Scripting 11-13-2014, 14:08
Replies: 3
Views: 1,510
Posted By Colex
Re: [ ShowMOTDPanel ]

It is for use in TF2. Must be local file and not url ...
Or, if possible, the HTML
Forum: Scripting 11-13-2014, 13:53
Replies: 6
Views: 1,767
Posted By Colex
Re: [ Check admin ]

Not work...

public open_the_motd(player)
{
if (!CheckCommandAccess(player, "sm_admin", ADMFLAG_GENERIC, true)) // Motd only for normal players
ShowMOTDPanel(player, "Motd", "http://url.com",...
Forum: Scripting 11-13-2014, 13:50
Replies: 3
Views: 1,510
Posted By Colex
[ ShowMOTDPanel ]

How to open motd.html file?

ShowMOTDPanel(player_id, "Motd", "motd.html", MOTDPANEL_TYPE_FILE);

Not work.

motd.html:

<b>Test</b>
Forum: Scripting 11-13-2014, 08:02
Replies: 6
Views: 1,767
Posted By Colex
[ Check admin ]

How do I check if the admin is in admins_simple.txt?

example:

is_admin (player)
return true;
else
return false;
Forum: HL1 Servers (HLDS) 10-30-2014, 09:15
Replies: 10
Views: 3,464
Posted By Colex
Re: [ sXe and Fast Downloads ]

Let's report to the valve.

If any command solve it, tell me.
Forum: HL1 Servers (HLDS) 10-30-2014, 09:08
Replies: 10
Views: 3,464
Posted By Colex
Re: [ sXe and Fast Downloads ]

The problem is not so sxe realized.

If I put a new model on the server and restarting, players will not download at maximum speed.
They will need to close the game and open it again to download...
Forum: Suggestions / Requests 10-29-2014, 06:39
Replies: 5
Views: 1,225
Posted By Colex
Re: [SUG] Duplicate Files

I will use symlink files only for patterns that exist on all servers.

example:

CS1.6/cstrike/defaultmaps.bsp
CS1.6/valve

I'll do it to save disk space.
Forum: Suggestions / Requests 10-28-2014, 21:24
Replies: 5
Views: 1,225
Posted By Colex
[SUG] Duplicate Files

On same dedicated server, i have tree:

-cstrikeserver(snapshoot)
--cstrike
---sounds
----defaultsounds
---sprites
----defaultsprites
---maps
----de_dust2.bsp
Forum: Suggestions / Requests 10-26-2014, 17:01
Replies: 1
Views: 473
Posted By Colex
[ Suggestions ] Basic plugins on SQL

Why do not you do all the AMXMODX in MySQL?

Configuring plugins, maps, users via SQL
Forum: HL1 Servers (HLDS) 10-25-2014, 19:00
Replies: 12
Views: 17,901
Posted By Colex
Re: SZ_GetSpace: overflow

I'm with this problem. How do I fix?
Forum: HL1 Servers (HLDS) 10-25-2014, 11:58
Replies: 10
Views: 3,464
Posted By Colex
Re: [ sXe and Fast Downloads ]

Without sxe is also giving bug!

When you restart the server fastdownloads server does not work.

If I close and open my game, it works.
Forum: Off-Topic 10-25-2014, 02:48
Replies: 6
Views: 1,484
Posted By Colex
Forum: Off-Topic 10-24-2014, 23:24
Replies: 6
Views: 1,484
Posted By Colex
Re: [ High CPU usage ]

Counter-Strike 1.6
Basic plugins (AmxModX)
16 slots = 50% of core usage.
Forum: Off-Topic 10-24-2014, 17:46
Replies: 6
Views: 1,484
Posted By Colex
[ High CPU usage ]

I have xeon 3.392Ghz

And a server with 16 slots is consuming 50% of the 1 core.
Is this normal?

How do I reduce the CPU consumption?
Forum: Off-Topic 10-24-2014, 15:37
Replies: 1
Views: 675
Posted By Colex
[ Logs ]

How to disable all log servers?

Eg: addons/amxmodx/logs/*

How to disable all?
Forum: HL1 Servers (HLDS) 10-19-2014, 19:54
Replies: 10
Views: 3,464
Posted By Colex
Re: [ sXe and Fast Downloads ]

There is no other solution?
Forum: Approved Plugins 10-17-2014, 08:04
Replies: 649
Views: 470,229
Posted By Colex
Re: Players Models 1.3.1 ( 13 nov 2010 )

The code does not do this, you must understand!
The code only downloads one file!
Forum: Approved Plugins 10-17-2014, 08:03
Replies: 649
Views: 470,229
Posted By Colex
Re: Players Models 1.3.1 ( 13 nov 2010 )

This plugin is only by downloading one file!

It does not download the two files! He has to download the two files if it exists!

You must download .mdl and T.mdl
Forum: Approved Plugins 10-17-2014, 07:48
Replies: 649
Views: 470,229
Posted By Colex
Re: Players Models 1.3.1 ( 13 nov 2010 )

Still not working ...

He has to download the two files in the folder models / player / my_model:

my_model.mdl
my_modelT.mdl

Example model:

http://cs.gamebanana.com/skins/122982 (He...
Forum: Approved Plugins 10-16-2014, 15:11
Replies: 649
Views: 470,229
Posted By Colex
Re: Players Models 1.3.1 ( 13 nov 2010 )

Still has bug

Someone could properly fix the plugin?

He has to download:

models/player/name/name.mdl
and
models/player/name/nameT.mdl
Forum: Suggestions / Requests 10-16-2014, 08:36
Replies: 6
Views: 694
Posted By Colex
Re: [ Suggestions ]

Not Work.

I need lists like "XRedirect - server redirect v1.0.3.3 menu"
Forum: Suggestions / Requests 10-16-2014, 08:14
Replies: 6
Views: 694
Posted By Colex
Re: [ Suggestions ]

This is not what I'm wanting!

I want to add my plugin in the list of addons. Equal XRedirect.
Showing results 1 to 25 of 118

 
Forum Jump

All times are GMT -4. The time now is 18:42.


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