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

Showing results 1 to 25 of 179
Search took 0.01 seconds.
Search: Posts Made By: Flasher
Forum: Approved Plugins 09-07-2017, 17:42
Replies: 97
Views: 70,217
Posted By Flasher
Re: UTSounds

They added this function in the module

/**
* Searches through the array and returns the index of the first occurence of
* the specified string.
*
* @param which Array handle
*...
Forum: Approved Plugins 06-21-2017, 13:04
Replies: 26
Views: 25,514
Posted By Flasher
Re: AntiEGON

It depends which HL do you use. Downloaded recent via SteamCmd, or use some older versions.
For up-to date version you can take hamdata.ini from AMXX 1.8.3.
Forum: Approved Plugins 06-20-2017, 00:42
Replies: 26
Views: 25,514
Posted By Flasher
Re: AntiEGON

Check that you have corresponding hamdata.ini file for your HL version.
Forum: Approved Plugins 05-17-2017, 11:36
Replies: 212
Views: 357,415
Posted By Flasher
Re: Ping Faker 1.5

@freak716
Had the same case far long ago. Changed the plugin. You can take it here (http://aghl.ru/files/plugins/PingFaker%201.6.zip) if you wish.
Forum: HL1 Servers (HLDS) 12-23-2016, 06:08
Replies: 130
Views: 82,381
Posted By Flasher
Re: ReHLDS, Reverse-engineered HLDS

quLeryuzz
Looks like you updated ReAPI, but not the ReHLDS.
You can download ReHLDS with API 3.x here: http://nexus.rehlds.org/nexus/content/repositories/rehlds-dev/rehlds/rehlds/
Forum: HL1 Servers (HLDS) 09-02-2016, 15:27
Replies: 130
Views: 82,381
Posted By Flasher
Forum: HL1 Servers (HLDS) 09-02-2016, 14:21
Replies: 130
Views: 82,381
Posted By Flasher
Re: ReHLDS, Reverse-engineered HLDS

How its supposed to output 56 or 58 if it can't enter there?

if ( v7 > 58 )
{
++*(_DWORD *)&msg_buckets[252];
DispatchUserMsg(v7);
Forum: HL1 Servers (HLDS) 09-02-2016, 11:49
Replies: 130
Views: 82,381
Posted By Flasher
Forum: HL1 Servers (HLDS) 09-01-2016, 14:51
Replies: 130
Views: 82,381
Posted By Flasher
Re: ReHLDS, Reverse-engineered HLDS

How its related to fastdl?
Forum: HL1 Servers (HLDS) 07-14-2016, 05:31
Replies: 130
Views: 82,381
Posted By Flasher
Re: ReHLDS, Reverse-engineered HLDS

slLent (https://forums.alliedmods.net/member.php?u=76057), imho build process shouldn't depend on this. Just omit versioning in that case.
Forum: HL1 Servers (HLDS) 07-13-2016, 18:09
Replies: 130
Views: 82,381
Posted By Flasher
Re: ReHLDS, Reverse-engineered HLDS

BlacKodE (https://forums.alliedmods.net/member.php?u=271895) copy the error from the console...
Forum: HL1 Servers (HLDS) 07-12-2016, 17:13
Replies: 130
Views: 82,381
Posted By Flasher
Re: ReHLDS, Reverse-engineered HLDS

Run

Show the output in case of further problems.
Forum: Approved Plugins 05-02-2016, 11:42
Replies: 212
Views: 357,415
Posted By Flasher
Re: Ping Faker 1.5

Because this is universal function that can add bits. Common parameters checks.
Forum: Module Coding 09-15-2014, 09:47
Replies: 40
Views: 16,674
Posted By Flasher
Re: Jansson wrapper

Hi.
Actualy, better if module will release all plugins-allocated resources on level change. Otherwise they will just leak.
Forum: General 06-14-2014, 18:32
Replies: 17
Views: 4,341
Posted By Flasher
Re: AMXX 1.8.3-dev-git3910 Ban bug.

register_concmd("amx_ban", "cmdBan", ADMIN_BAN|ADMIN_BAN_TEMP, "<name or #userid> <minutes> [reason]")

public cmdBan(id, level, cid)
{
if (!cmd_access(id, level, cid, 3)) // Pass when user...
Forum: Approved Plugins 03-23-2014, 10:56
Replies: 99
Views: 102,574
Posted By Flasher
Re: Lambda Core: Half-Life ingame stats

bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
Forum: Approved Plugins 03-12-2014, 07:39
Replies: 105
Views: 54,759
Posted By Flasher
Re: AdminICQ - Send message to admin on ICQ/AIM

Очень уж старый плагин. Если делать, то под джаббер и это уже не имеет отношения к этому плагину. И такой плагин уже где-то тут был, например:...
Forum: Module Coding 03-06-2014, 02:01
Replies: 1,508
Views: 904,852
Posted By Flasher
Re: Module: Orpheu (v2.5.1)

Hello. Please attach sources of 2.5.1 version to the first post. Thanks!
Forum: Approved Plugins 01-08-2014, 06:37
Replies: 97
Views: 70,217
Posted By Flasher
Re: UTSounds

In round end event handler (you have to write it yourself) place this code:
_firstKill = true;
Forum: HL1 Servers (HLDS) 11-21-2013, 21:27
Replies: 2
Views: 1,797
Posted By Flasher
Re: Uploading dump - How to disable ?

Delete crashhandler.so.
Forum: Approved Plugins 12-02-2012, 12:23
Replies: 97
Views: 70,217
Posted By Flasher
Re: UTSounds

h|Headshot!|[UTS_K] headshot killed [UTS_V] with [UTS_W]|misc/sound_for_killer.wav|misc/sound_for_victim.wav|
Forum: General 09-23-2012, 23:04
Replies: 4
Views: 1,248
Posted By Flasher
Re: Problem with AMXX Funcwiki

Okay, thanks. You can put this thread in trash.
Even if I didn't spoted why info is missed and will it be back or not (seems will not be soon).

PS If anyone care, info is still present in...
Forum: General 09-23-2012, 11:07
Replies: 4
Views: 1,248
Posted By Flasher
Problem with AMXX Funcwiki

Anyone have an idea whats wrong with AMXX funcwiki?
http://www.amxmodx.org/funcwiki.php?go=inc&id=2
http://www.amxmodx.org/funcwiki.php?go=inc&id=5

While this one is ok:...
Forum: HL1 Servers (HLDS) 07-11-2012, 14:43
Replies: 34
Views: 49,288
Posted By Flasher
Forum: Approved Plugins 09-07-2011, 18:21
Replies: 212
Views: 357,415
Posted By Flasher
Re: Ping Faker 1.5

Just set pingfake_flux to something like 5.
Showing results 1 to 25 of 179

 
Forum Jump

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


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