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

Showing results 1 to 25 of 84
Search took 0.01 seconds.
Search: Posts Made By: Hembi
Forum: General 07-16-2019, 04:49
Replies: 8
Views: 6,354
Posted By Hembi
Re: Show a HTTPS page in MOTD

Well, I now got the answer, very interesting bytheway:
https://github.com/ValveSoftware/halflife/issues/2587

So CS 1.6 use Chromium Embedded Framework 1 and it does not support the HTTPS protocol.
Forum: General 07-15-2019, 18:16
Replies: 8
Views: 6,354
Posted By Hembi
Re: Show a HTTPS page in MOTD

Ohh sorry, may I provided the information a bit weird, I known that the problem was caused by the HTTPS, protocol, but I hoped there is an avaiable trick to show the page under this security layer....
Forum: General 07-15-2019, 18:08
Replies: 8
Views: 6,354
Posted By Hembi
Re: Show a HTTPS page in MOTD

Yes, I know this is a very basic browser, I am afraid about this answer. I wrote this problem in the CS 1.6 Steam forum, but two people answered that they could load a HTTPS page in MOTD, may they...
Forum: General 07-14-2019, 11:37
Replies: 8
Views: 6,354
Posted By Hembi
Show a HTTPS page in MOTD

Hello!

I would like to display my webpage in a MOTD window, but insted of the webpage the window shows a -113 error.

Photo:
http://u.cubeupload.com/Hembi/motderror.png

The motd.txt contains...
Forum: Translation Request 01-07-2019, 18:40
Replies: 22
Views: 11,129
Posted By Hembi
Re: HighPingKicker OLO Based/Updated - Translation Request

[hu]

HPK_COMMAND = <ping a kirugashoz> <ellenorzesek kick elott> <ellenorzesek kozti varakozasi ido> <kesleltetes az elso ellenorzes elott.>

WARNING_MESSAGE = ^4[NPK]^1 A játékosok akiknek...
Forum: General 09-24-2018, 19:27
Replies: 15
Views: 2,859
Posted By Hembi
Re: Server crashing

CrazY. Here is a guide if you use Linux: https://forums.alliedmods.net/showthread.php?t=1467

Arkshine, let me ask a few question, they are related to the topic:
How can you figure out which...
Forum: Scripting Help 08-21-2018, 18:02
Replies: 16
Views: 2,154
Posted By Hembi
Re: Plugin API - How can transfer data properly

Thank you, I tried to do this at the first time (after Hamlet suggested it) in this way as you wrote, but I got a "Tag mismatch" compiler error, because the return type is an array.

I could fix...
Forum: Scripting Help 08-20-2018, 19:56
Replies: 16
Views: 2,154
Posted By Hembi
Re: Plugin API - How can transfer data properly

I would have to see this answer. Thank you!
I would like to ask you how can I set the values in the array what I get from the second plugin.

Example:

#1 core plugin:

#include <amxmodx>...
Forum: Scripting Help 08-19-2018, 08:23
Replies: 16
Views: 2,154
Posted By Hembi
Re: Plugin API - How can transfer data properly

I made a theroretical question about dyn natives. Does not need other codes than I provided. I can make an example if necessary.
My question is that how can I send the datas from the CellArray what...
Forum: Scripting Help 08-19-2018, 06:48
Replies: 16
Views: 2,154
Posted By Hembi
Re: Plugin API - How can transfer data properly

Why just Data?
In Hamlet example he copy the text to Data[szString] so you need the max character num of this array which is 49, because it is szString[50] in enum.
The charsmax( Data ) return the...
Forum: Scripting Help 08-19-2018, 06:13
Replies: 16
Views: 2,154
Posted By Hembi
Re: Plugin API - How can transfer data properly

Oh I am blind, I thought what you write. I write szConst by mistake, the enum first array name what I thought. So the example is wrong in the tutorial.


What's about my last question in my...
Forum: Scripting Help 08-19-2018, 06:01
Replies: 16
Views: 2,154
Posted By Hembi
Re: Plugin API - How can transfer data properly

I read roughly Hamlet's Dynamic Array tutorial at the late nitht yesterday, but I decided to skip the use of CellArray, it looked a bit more complicated in first time, but thanks for the advice I...
Forum: Scripting Help 08-19-2018, 03:30
Replies: 16
Views: 2,154
Posted By Hembi
Plugin API - How can transfer data properly

Hello,

I would like to make a unique admin system for myself with some plus functions that are not in the original AmxModX admin system.
I tried to make a core plugin that only connect to...
Forum: General 07-26-2018, 12:57
Replies: 8
Views: 1,994
Posted By Hembi
Re: Colorchat bug in latest version of AmxModX 1.8.3

Thank you Arkshine!

OciXCrom, thank you your include works properly and does not provide this bug. Thanks the pull request and you work with it too.
Forum: General 07-23-2018, 18:00
Replies: 8
Views: 1,994
Posted By Hembi
Re: Colorchat bug in latest version of AmxModX 1.8.3

Thank you for the link, I checked it.
Here is a short example code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Test ColorChat"
#define...
Forum: General 07-22-2018, 09:23
Replies: 8
Views: 1,994
Posted By Hembi
Re: Colorchat bug in latest version of AmxModX 1.8.3

You can check it:
Code:
@Task_DisplayMessage(id)
{
client_print_color(id, print_chat, "%L", id, "TYPE_HELP", HelpCommand, SearchCommand);

if (CvarTimeLimit > 0.0)
{
new timeleft =...
Forum: General 07-20-2018, 21:57
Replies: 8
Views: 1,994
Posted By Hembi
Colorchat bug in latest version of AmxModX 1.8.3

Hello!

I would like to report a problem of the integrated ColorChat in the 1.8.3-dev-git5169.

I modified some plugins from this version of AmxModX like adminhelp, mapsmenu, etc., because I...
Forum: General 09-17-2017, 17:20
Replies: 147
Views: 76,671
Posted By Hembi
Re: [Editor] Sublime AMXX-Editor v2.2

Hi!

Can you publish an update to the latest SubLime?
Forum: General 07-13-2017, 20:22
Replies: 0
Views: 590
Posted By Hembi
MOTD as browser

Hello,

I would like to ask about the MOTD in CS 1.6.
I set the MOTD of my server to my website. I tried to register a user to my page from the game, but I can not write "." and ":" characters....
Forum: Approved Plugins 01-23-2016, 17:25
Replies: 261
Views: 199,483
Posted By Hembi
Re: iChat 2.3.3 - The most powerful chat manager

Hi!

The lang file has a little bug. The plugin search for Team0-3, but in the lang file is ICHAT_TEAM0-3. Delete "ICHAT_" and it works good.
Wait for the developer for fix it in the source too.
Forum: Approved Plugins 08-15-2015, 18:59
Replies: 66
Views: 61,240
Posted By Hembi
Re: CS AFK Manager

Use the another version(1.8.2)! :)
Forum: Suggestions / Requests 08-15-2015, 18:53
Replies: 4
Views: 738
Posted By Hembi
Re: [REQ] Add ADMIN IMMUNITY to this plugin

#define ACCESS ADMIN_KICKADMIN_KICK -> ADMIN_IMMUNITY
Forum: Suggestions / Requests 07-21-2015, 14:39
Replies: 8
Views: 1,618
Posted By Hembi
Re: Problem with flags

Try this one. Only Freeday, NightCrawler and Sharkday. Your command, only for admins. Translate it to portuguese. ;)
Forum: Scripting Help 04-19-2015, 09:36
Replies: 19
Views: 16,607
Posted By Hembi
Re: orpheu, catching NET_QueuePacket

Thank you for the answer! :)
Forum: Scripting Help 04-11-2015, 10:26
Replies: 19
Views: 16,607
Posted By Hembi
Re: orpheu, catching NET_QueuePacket

Hy Arkshine!
This exploit is work today with HLDS 1.1.2.7 or Valve fix it?
Showing results 1 to 25 of 84

 
Forum Jump

All times are GMT -4. The time now is 00:23.


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