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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: Alber9091
Forum: HL1 Servers (HLDS) 02-27-2021, 19:12
Replies: 5
Views: 1,892
Posted By Alber9091
Re: CS 1.6 Crash when trying to kill a player

version
game version
meta version
amxx version
meta list
amxx list

Also check your logs.
Forum: Suggestions / Requests 01-25-2021, 18:43
Replies: 5
Views: 1,034
Posted By Alber9091
Re: [AMXX] Run time error 10

Until & unless you won't share the script/code of plugin, admins_manager ... No one would be able to help you.
Forum: Suggestions / Requests 01-19-2021, 17:59
Replies: 2
Views: 639
Posted By Alber9091
Re: [Req] admin activity check

https://dev-cs.ru/resources/433/
https://forums.alliedmods.net/showthread.php?p=2373014
Forum: Suggestions / Requests 01-19-2021, 17:50
Replies: 5
Views: 868
Posted By Alber9091
Re: Plugin Advertisement Blocker

I guess No !!
But if that plugin is not much complexed, you can share idea and request for remake.
Forum: Suggestions / Requests 01-18-2021, 11:47
Replies: 10
Views: 1,412
Posted By Alber9091
Re: Only 1 C4 [Strip if Multiple C4's]

Thank You both of you <3
I will be back, if there would be any issue.
Forum: Suggestions / Requests 01-18-2021, 11:01
Replies: 10
Views: 1,412
Posted By Alber9091
Re: Only 1 C4 [Strip if Multiple C4's]

I can't test it rapidly since bug is rare and as I'm not scripter, so little bit what I did understand from code, if there are multiple C4's, its strips C4 from everyone (not excluding 1 random with...
Forum: Suggestions / Requests 01-17-2021, 16:07
Replies: 10
Views: 1,412
Posted By Alber9091
Re: Only 1 C4 [Strip if Multiple C4's]

Thanks for the help. They say something is better than nothing but its more than something, I will use it, it will be much appreciated if some how? You or anyone else? Can apply the first method,...
Forum: Suggestions / Requests 01-17-2021, 02:57
Replies: 10
Views: 1,412
Posted By Alber9091
Re: Only 1 C4 [Strip if Multiple C4's]

Thank You !! Can you please specify which idea you implemented? It will help me to check much more easily, seems like 3rd? but still I can't see through coding eyes.
Forum: Suggestions / Requests 01-16-2021, 17:27
Replies: 10
Views: 1,412
Posted By Alber9091
Only 1 C4 [Strip if Multiple C4's]

Hi,

A friend's server has little bug, sometimes, more than 1 player gets C4, usually 2 and 2 C4's are planted & the bug is so rare, it happens like once in 300 rounds, hence what is causing it is...
Forum: Code Snippets/Tutorials 12-12-2020, 11:30
Replies: 8
Views: 5,753
Posted By Alber9091
Forum: Suggestions / Requests 06-27-2020, 10:49
Replies: 2
Views: 468
Posted By Alber9091
Re: Simple Warmup Plugin

Yes !! For that reason I mentioned since latest updates to amxx.
Forum: Suggestions / Requests 06-27-2020, 07:06
Replies: 2
Views: 468
Posted By Alber9091
Simple Warmup Plugin

Hi,

Solved, another plugin was interrupting.

Thanks !
Forum: Suggestions / Requests 06-23-2020, 05:53
Replies: 20
Views: 2,212
Posted By Alber9091
Re: kill counter

Try Ocix 1 in, Link provided by Lantimilan (1st Reply after yours).
OcixCrom has fixed the bug, which you were complaining.
Forum: Suggestions / Requests 06-16-2020, 11:16
Replies: 8
Views: 1,870
Posted By Alber9091
Re: Stopwatch for Server

/start
/stop
/pause
/resume

Would be better? :p
Forum: Suggestions / Requests 06-08-2020, 09:38
Replies: 2
Views: 812
Posted By Alber9091
Re: Spawn a bot when there's one player

Feature is available in ReGame.
Forum: Unapproved/Old Plugins 05-17-2020, 20:02
Replies: 899
Views: 523,370
Posted By Alber9091
Re: Auto-Mix (Pug) - By: p1Mp

ML errors are language errors which are easy to fix but Plugin bugs, some scripter can only fix it.
Hopefully iNdio him self or any scripter will surely try to fix the code.

Thanks for testing...
Forum: Unapproved/Old Plugins 05-17-2020, 11:02
Replies: 899
Views: 523,370
Posted By Alber9091
Re: Auto-Mix (Pug) - By: p1Mp

I remember, I had this archive from you, 3 years ago, which included many of bugs fixed but still few were there and needed to be fixed. That was so caring of you to help, I want to confirm now, do...
Forum: Suggestions / Requests 05-13-2020, 17:40
Replies: 8
Views: 1,424
Posted By Alber9091
Re: Suggestions on how to further debug my crashing server that has no error

Post Source Code if possible (lets see what it precaches) and associated files you uplaoded, Logs at the time of crash?
+ Again try to upload models, sprites, sounds etc, may be you missed any !! If...
Forum: Suggestions / Requests 05-13-2020, 11:47
Replies: 8
Views: 1,449
Posted By Alber9091
Re: check players =< 1 changelevel fy_pool_day

@OciXCrom, Congratulations !!
@HamletEagle, its time for you to retire :p we got new AMXX Approver.
Forum: Unapproved/Old Plugins 05-12-2020, 22:12
Replies: 41
Views: 12,801
Posted By Alber9091
Re: Teammates money display

show_hudmessage(id,(szTeam[0] == 'C') ? "Counter-Terrorists" : "Terrorists:");
>
show_hudmessage(id,(szTeam[0] == 'C') ? "Contra-Terroristas:" : "Terroristas:");
Forum: Suggestions / Requests 05-12-2020, 06:48
Replies: 2
Views: 725
Posted By Alber9091
Re: mod loader

This?
https://forums.alliedmods.net/showthread.php?t=111535
Forum: Suggestions / Requests 05-11-2020, 20:26
Replies: 4
Views: 1,240
Posted By Alber9091
Re: Small Plugin Debug Trace [Need Help For Fix]

Thanks. Compiled Properly.

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Scan_Say"
#define VERSION "12/May/2020"
#define AUTHOR "General Memer"

new Float:g_fCooldown[33];
Forum: Suggestions / Requests 05-11-2020, 16:44
Replies: 4
Views: 1,240
Posted By Alber9091
Re: Small Plugin Debug Trace [Need Help For Fix]

Can you fix these warnings & error please?

https://i.ibb.co/WPdhRv2/IMG-20200512-014005.jpg (https://ibb.co/7RTf0t1)

Just to quickly Escalate to lines numbers:
https://pastebin.com/YhPNmyJA
...
Forum: Suggestions / Requests 05-11-2020, 14:07
Replies: 4
Views: 1,240
Posted By Alber9091
Scan_Say Plugin Debug Trace [Need Help For Fix]

AMXMODX 1.90 [5249] Local Compiler.

Error:
L 05/11/2020 - 05:45:42: [AMXX] Displaying debug trace (plugin "scan_say.amxx", version "31/08/2019")
L 05/11/2020 - 05:45:42: [AMXX] Run time error...
Forum: Suggestions / Requests 05-09-2020, 20:31
Replies: 0
Views: 1,006
Posted By Alber9091
Lite Admin ESP

Can someone remove part of code and make it very simple that:

1. Only Boxes Should Work [Green Boxes]
2. This Part Should Work
you can press your 'move forward' (mostly: "w") button to enable...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 15:03.


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