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

Showing results 1 to 25 of 99
Search took 0.03 seconds.
Search: Posts Made By: kostov
Forum: Scripting Help 07-01-2012, 07:24
Replies: 9
Views: 5,306
Posted By kostov
Re: Problem to return string from nativ

Thank you ConnorMcLeod. It works with the library
Forum: Scripting Help 07-01-2012, 06:52
Replies: 9
Views: 5,306
Posted By kostov
Re: Problem to return string from nativ

Main Plugin:
#include <amxmodx>

new iGlobalPrefix;

public plugin_init()
{
register_plugin("Test Code", "0.1", "kostov");

// Global prefix
Forum: Scripting Help 06-29-2012, 04:05
Replies: 9
Views: 5,306
Posted By kostov
Re: Problem to return string from nativ

The error is gone but not earning a prefix:


public plugin_natives()
{
register_native("get_server_prefix", "native_get_server_prefix");
}

public native_get_server_prefix()
{
Forum: Scripting Help 06-28-2012, 16:13
Replies: 9
Views: 5,306
Posted By kostov
Re: Problem to return string from nativ

I did tests with set_string:
public native_get_server_prefix()
{
new iPrefix[64];
get_cvar_string("amx_mode_prefix", iPrefix, sizeof iPrefix - 1);
set_string(1, iPrefix, get_param(2));
}...
Forum: Scripting Help 06-28-2012, 15:34
Replies: 9
Views: 5,306
Posted By kostov
Problem to return string from nativ

Hi,

How can I return a string?


public plugin_init()
{
register_cvar("amx_mode_prefix", "[Test]");
}
Forum: Module Coding 06-26-2012, 14:39
Replies: 212
Views: 119,899
Posted By kostov
Re: Module: Admin Free Look

Some progress with the version for Linux?
Forum: New Plugin Submissions 05-27-2012, 03:15
Replies: 136
Views: 42,080
Posted By kostov
Re: WARZZZ 2.3

Good job, this is a great modification :)
Forum: Suggestions / Requests 04-01-2012, 11:17
Replies: 2
Views: 658
Posted By kostov
Re: [HELP] Big Problem [OMG]

if(!is_user_alive(id))
--->
if(is_user_alive(id))
Forum: Scripting Help 03-22-2012, 10:45
Replies: 7
Views: 2,990
Posted By kostov
Re: [Orpheu] SV_ConnectClient client model check

I want to do verification with orpheu, if the player does not model will be kicked
Forum: Scripting Help 03-22-2012, 10:09
Replies: 7
Views: 2,990
Posted By kostov
Re: [Orpheu] SV_ConnectClient client model check

Example:

if(!(check_user_model(id) == "p_test.mdl"))
{
server_cmd("kick #%d", get_user_userid(id));
}
Forum: Scripting Help 03-21-2012, 15:46
Replies: 7
Views: 2,990
Posted By kostov
[Orpheu] SV_ConnectClient client model check

Hi,

I want to do that: when a player enters the server to verify you are a model example "p_test.mdl" if it is not, him to stop his access to the server

#include <amxmodx>
#include <orpheu> ...
Forum: HL1 Servers (HLDS) 02-24-2012, 04:20
Replies: 55
Views: 28,581
Posted By kostov
Re: Random Segmentation Fault Crashes.. Exploit?

If the client port is different from the 27005 but something like it's 1248 this is crash. Logs that you gave does not attempt to crash.

Have this value:
SPT=27005
To be a strange port
...
Forum: HL1 Servers (HLDS) 02-23-2012, 15:20
Replies: 55
Views: 28,581
Posted By kostov
Re: Random Segmentation Fault Crashes.. Exploit?

Yes, you can write this rule as the terminal:
iptables -I INPUT -p udp -m length --length 222 -j LOG --log-prefix "Jo's v2: " --log-ip-options -m limit --limit 1/m --limit-burst 1

Logs are saved...
Forum: HL1 Servers (HLDS) 02-23-2012, 12:30
Replies: 55
Views: 28,581
Posted By kostov
Re: Random Segmentation Fault Crashes.. Exploit?

New exploit is 10th February and says Jo's v2 and works on steam servers
Forum: HL1 Servers (HLDS) 02-23-2012, 11:25
Replies: 55
Views: 28,581
Posted By kostov
Re: Random Segmentation Fault Crashes.. Exploit?

Open the Linux console, you enter with root privileges and type commands into the terminal



A new exploit has nothing to do with dproto. The error comes from the engine (engine_i686.so and...
Forum: HL1 Servers (HLDS) 02-23-2012, 10:34
Replies: 55
Views: 28,581
Posted By kostov
Re: Random Segmentation Fault Crashes.. Exploit?

Yes, there is a new exploit.

I can give you protection for linux. Protection is a simple command for iptables
iptables -I INPUT -p udp -m length --length 222 -j DROP
Forum: Scripting Help 09-19-2011, 15:36
Replies: 65
Views: 15,443
Posted By kostov
Re: [orpheu] Set airaccelerate

Thank you Arkshine :)

Now works, if by chance any problems I will report, once again thank you :)
Forum: Scripting Help 09-17-2011, 12:47
Replies: 65
Views: 15,443
Posted By kostov
Re: [orpheu] Set airaccelerate

I tried with more people, the result was this: When entering the second or third player the server crash if I'm only in it for the third minute stops

A debug error is as follows:
Cannot access...
Forum: Scripting Help 09-17-2011, 10:39
Replies: 65
Views: 15,443
Posted By kostov
Re: [orpheu] Set airaccelerate

Looks good, behaves well but after the server starts a few minutes the server crash

Sep 17 17:30:10 kostov kernel: hlds_amd[20583]: segfault at 0 ip (null) sp bfdb5550 error 14 in...
Forum: Scripting Help 09-16-2011, 13:48
Replies: 65
Views: 15,443
Posted By kostov
Re: [orpheu] Set airaccelerate

I trust you completely, but to me it does not work. I tried what you said was not as I explained there was no difference. Even when surf airaccelerate is the same
Forum: Scripting Help 09-16-2011, 13:21
Replies: 65
Views: 15,443
Posted By kostov
Re: [orpheu] Set airaccelerate

Orpheu functions search started.

Parsing functions started.
Parsing file "SV_SetMoveVars" started
Searching for name "SV_SetMoveVars"......
Forum: Scripting Help 09-16-2011, 12:38
Replies: 65
Views: 15,443
Posted By kostov
Re: [orpheu] Set airaccelerate

Unfortunately the plugin does not work. When writing a command /setaa airaccelerate does not change
Forum: Module Coding 09-16-2011, 02:08
Replies: 193
Views: 128,382
Posted By kostov
Re: Cvar Utilities (v1.3)

Thanks, it now works
Forum: Module Coding 09-15-2011, 09:51
Replies: 193
Views: 128,382
Posted By kostov
Re: Cvar Utilities (v1.3)

No, I use Build: 16:56:04 Mar 8 2010 (4883)
Forum: Module Coding 09-15-2011, 09:43
Replies: 193
Views: 128,382
Posted By kostov
Re: Cvar Utilities (v1.3)

Problem with Linux:

Currently loaded modules:
Cvar Utilities 1.3 Arkshine running
Orpheu 2.3 joaquimandrade running
10 modulesError...
Showing results 1 to 25 of 99

 
Forum Jump

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


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