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

Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: Leonidddd
Forum: Off-Topic 12-03-2019, 15:19
Replies: 1
Views: 2,204
Posted By Leonidddd
Online media player

Hi there!

What do you think about online radio player like it was before 2013 year? I've done one theme (https://github.com/ValveSoftware/halflife/issues/2799) and I'd like to hear your thinkings...
Forum: Scripting Help 09-13-2019, 10:03
Replies: 3
Views: 1,539
Posted By Leonidddd
Re: Can't hook +use on ReHLDS

UDP:

/*
* Description: Called when a player press use and if a suitable candidate is not found.
* Return type: void
* Params: (const this)
*/
RG_CBasePlayer_UseEmpty
Forum: Scripting Help 09-11-2019, 22:25
Replies: 3
Views: 1,539
Posted By Leonidddd
Re: Can't hook +use on ReHLDS

The solution:

public CmdStart_Handler(id, UC_Handle){

if(!is_user_alive(id))
return FMRES_IGNORED;

static OldButton, NewButton;

OldButton = get_member(id, m_afButtonReleased);
Forum: Scripting Help 09-11-2019, 21:36
Replies: 3
Views: 1,539
Posted By Leonidddd
Re: Can't hook +use on ReHLDS

After some tests with a lot of the logs it seems like

pev(id, pev_oldbuttons) == pev(id, pev_button)

all time while a button is pressed, it doesn't remembering oldbuttons after unpressing...
Forum: Scripting Help 09-11-2019, 21:12
Replies: 3
Views: 1,539
Posted By Leonidddd
Can't hook +use on ReHLDS

Hi there!

I was writing a one simple plugin for a hooking +use, but stuck on the strange problem. I've tested the same code on HLDS and there was no any problems, but I'm using ReHLDS(with...
Forum: Module Coding 06-29-2016, 01:17
Replies: 127
Views: 71,107
Posted By Leonidddd
Re: Module: Okapi

Hello from 2016
Forum: Scripting Help 09-12-2015, 11:51
Replies: 8
Views: 1,089
Posted By Leonidddd
Re: Can't precache .txt .. O_o

Nowhere.. forget.
Forum: Scripting Help 09-11-2015, 13:17
Replies: 8
Views: 1,089
Posted By Leonidddd
Forum: Scripting Help 08-28-2015, 14:49
Replies: 12
Views: 2,945
Posted By Leonidddd
Re: Register Touch...

what's about solid?
Forum: Scripting Help 08-27-2015, 06:03
Replies: 10
Views: 1,290
Posted By Leonidddd
Re: Easy Variables

I'd prefer write "public"("procedure", maybe, better for this body) so :
#include <amxmodx>

@admin_motd(id,cid) {

show_motd(id,"motd.txt","Message of the Day.");
}

@plugin_init() {
Forum: Scripting Help 08-27-2015, 05:58
Replies: 1
Views: 546
Posted By Leonidddd
Re: (Knife-Skins v2.2.) "fvault" error [HELP]

You need fvault.inc .You can load it right here (https://forums.alliedmods.net/showthread.php?t=76453).
Forum: Scripting Help 08-26-2015, 17:04
Replies: 8
Views: 1,089
Posted By Leonidddd
Re: Can't precache .txt .. O_o

I've just checked efficiency of this function.
Forum: Scripting Help 08-26-2015, 16:36
Replies: 8
Views: 1,089
Posted By Leonidddd
Re: Can't precache .txt .. O_o

I mean precache_generic doesn't precaching file test.txt(.txt format doesn't blocked, right?), why?
Forum: Scripting Help 08-26-2015, 15:41
Replies: 8
Views: 1,089
Posted By Leonidddd
Can't precache .txt .. O_o

Hi,

I've just tested function precache_generic and there is an ignoring my precache of .txt file.

#include <amxmodx>
#include <fakemeta>

//#define fm_precache_generic(%1)...
Forum: Scripting Help 02-24-2015, 15:59
Replies: 9
Views: 1,554
Posted By Leonidddd
Re: Server crashes without any errors [orpheu]

[en]You too :)
[ru]И тебе того же :)
Forum: Scripting Help 02-24-2015, 15:32
Replies: 9
Views: 1,554
Posted By Leonidddd
Forum: Scripting Help 02-24-2015, 13:11
Replies: 9
Views: 1,554
Posted By Leonidddd
Server crashes without any errors [orpheu]

Hello,

I wanna hook function AddAccount by orpheu.So, my steps:
1)First of all, I opened IDA Pro and decompiled mp.dll by HEX decompiler(CTRL+F5), so then I found function, which I was looking...
Forum: Module Coding 07-22-2014, 11:43
Replies: 2
Views: 1,035
Posted By Leonidddd
Forum: Module Coding 07-21-2014, 10:10
Replies: 2
Views: 1,035
Posted By Leonidddd
Where are pvPrivateData offsets situated

And is it possible to decode this value from .dll file?
Forum: Scripting Help 02-17-2014, 09:40
Replies: 4
Views: 753
Posted By Leonidddd
Re: How is it panel named?

To hook event,when this panel is showing.
Forum: Scripting Help 02-15-2014, 08:45
Replies: 4
Views: 753
Posted By Leonidddd
How is it panel named?

http://screenshot.ru/upload/images/2014/02/15/kFh7DmI.png
Forum: Scripting Help 01-31-2014, 08:02
Replies: 13
Views: 1,933
Posted By Leonidddd
Re: Offsets of aCon_Printf

awesome
Thanks=)
Forum: Scripting Help 01-29-2014, 13:06
Replies: 13
Views: 1,933
Posted By Leonidddd
Re: Offsets of aCon_Printf

{
"name" : "UTIL_LogPrintf",
"library" : "mod",
"info" : "Event is calling,when server is writing something",
"arguments" :
[
{
"type" : "char *"
}
],
Forum: Scripting Help 01-27-2014, 11:31
Replies: 13
Views: 1,933
Posted By Leonidddd
Re: Offsets of aCon_Printf

Somewhere is mistake.
I'll recheck offsets of windows.
Forum: Scripting Help 01-26-2014, 08:35
Replies: 13
Views: 1,933
Posted By Leonidddd
Re: Offsets of aCon_Printf

Is that right?
{
"name" : "UTIL_LogPrintf",
"library" : "mod",
"info" : "Event is calling,when server is logging something",
"arguments" :
[
{
"type" : "char *"
}
Showing results 1 to 25 of 47

 
Forum Jump

All times are GMT -4. The time now is 02:32.


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