This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: EFFx
Forum: Code Snippets/Tutorials Yesterday, 10:49
Replies: 4
Views: 246
Posted By EFFx
Re: Proxy Check (AS)

During two weeks watching the cheaters, I noticed that sometimes the AS was the same even though they changed the IP.
Forum: Code Snippets/Tutorials 05-10-2024, 16:02
Replies: 4
Views: 246
Posted By EFFx
Re: Proxy Check (AS)

Known Issues:

Players with the same AS, that were not related to the ban may get affected.
-

Example on how to get user's AS. Feel free to use it as you wish.


#include <amxmodx>
#include...
Forum: Code Snippets/Tutorials 05-10-2024, 16:02
Replies: 4
Views: 246
Posted By EFFx
Proxy Check (AS)

Proxy & AS Check/Register
not a plugin submission, just another example on how to work with EzHTTP


Made this a long time ago due a group of cheaters that would terrorize public servers. This...
Forum: Scripting Help 04-29-2024, 12:33
Replies: 3
Views: 298
Posted By EFFx
Re: Mix Maker - Help with camera animation

As Natsheh said, I used the custom models already avaliable on google that contains the animations. All I had to do was select the nicest animations that could fit in the auto-mix system (some of...
Forum: Off-Topic 04-28-2024, 01:06
Replies: 37
Views: 10,341
Posted By EFFx
Re: I've spent some free time on a project

Major layout changes and server communication is now avaliable among ALL countries.

Matches List before:

https://i.imgur.com/oAxTAWB.png

After:

https://i.imgur.com/ch8rwfM.png
Forum: Code Snippets/Tutorials 03-06-2024, 07:10
Replies: 8
Views: 1,158
Posted By EFFx
Re: [AMXX] Server Informations

As mentioned before, it was not supposed to be just a basic plugin that sends server informations to your website.



JSON tutorials are hard to find, the more, the better.
Forum: New Plugin Submissions 03-06-2024, 07:00
Replies: 8
Views: 1,589
Posted By EFFx
Re: Private Message

Suggestion: A while ago I created a system where you can register messages for admins that are currently offline. As soon as they join back, a notification will alert them that there are messages to...
Forum: Code Snippets/Tutorials 02-29-2024, 08:47
Replies: 8
Views: 1,158
Posted By EFFx
Re: [AMXX] Server Informations

That's true, been there.

Problem with gametracker.rs API, not to mention that it is slow af, is that is it not accurate. A lot of servers are displayed as offline and there is no way of...
Forum: Scripting Help 02-29-2024, 07:05
Replies: 14
Views: 11,419
Posted By EFFx
Re: Block game Commencing

Maybe mp_round_infinite can help you. Try flag mp_round_infinite "b"
Forum: Code Snippets/Tutorials 02-29-2024, 05:47
Replies: 8
Views: 1,158
Posted By EFFx
Re: [AMXX] Server Informations

SourceQuery from xPaw or LGSL is way better of getting informations without any third-party files installation in the server, the api you mentioned sucks.
Forum: New Plugin Submissions 02-26-2024, 06:28
Replies: 57
Views: 15,984
Posted By EFFx
Re: Control Bots

Such thing is already avaliable.
Forum: Suggestions / Requests 02-22-2024, 07:12
Replies: 4
Views: 369
Posted By EFFx
Re: Tournament plugin

What I've built so far:

https://imgur.com/N3me0NC.png https://i.imgur.com/WqxoAX4.png https://i.imgur.com/dxrExgm.png https://i.imgur.com/SwnaS1T.png
https://i.imgur.com/VF1wcjA.png...
Forum: Code Snippets/Tutorials 02-15-2024, 17:13
Replies: 8
Views: 1,158
Posted By EFFx
Re: [AMXX] Server Informations

Reserved.

The JSON format will be saved like this:


{
"IP:PORT": {
"server": "Server Name",
"map": "de_dust2",
"players": "0",
Forum: Code Snippets/Tutorials 02-15-2024, 17:12
Replies: 8
Views: 1,158
Posted By EFFx
[AMXX] Server Informations

Not sure where it should be located so I posted here.

This plugin passes server informations to your website without a database. It uses Easy HTTP (https://github.com/Next21Team/AmxxEasyHttp)...
Forum: New Plugin Submissions 01-07-2024, 20:22
Replies: 5
Views: 1,101
Posted By EFFx
Re: [Anti-Cheat] No Flash

There are no questions or messages in my replies that would imply confusion, I'm not sure which message made you think I was. What I'm trying to say is that the plugin is useless the way it is built...
Forum: New Plugin Submissions 01-06-2024, 20:58
Replies: 5
Views: 1,101
Posted By EFFx
Re: [Anti-Cheat] No Flash

It is not up to you to decide how admins and owners will use a plugin, people that download yours can also use this to make fun of someone.

Furien Mod servers have been using this for years. You...
Forum: New Plugin Submissions 01-06-2024, 14:06
Replies: 5
Views: 1,101
Posted By EFFx
Re: [Anti-Cheat] No Flash

Similar to amx_blind (https://forums.alliedmods.net/showthread.php?t=3642).
Forum: Off-Topic 12-24-2023, 22:11
Replies: 37
Views: 10,341
Posted By EFFx
Re: I've spent some free time on a project

I'm currently fetching the data in almost every session of the website so it loads the page structure first and then load the data afterwards. I don't think the website is that slow, it can indeed be...
Forum: Off-Topic 12-24-2023, 16:05
Replies: 37
Views: 10,341
Posted By EFFx
Re: I've spent some free time on a project

Some minor changes were done to the match statistics:

https://i.imgur.com/Zslomr1.png
https://i.imgur.com/tNPnMkI.png
Forum: Scripting Help 12-15-2023, 20:20
Replies: 21
Views: 1,805
Posted By EFFx
Re: CurWeapon event will fire on Fire

From here (https://wiki.alliedmods.net/Half-life_1_game_events#CurWeapon):



Basically, any behaviour that means any change of the ammo/bpammo count, will trigger the CurWeapon event (aka,...
Forum: Off-Topic 12-04-2023, 20:55
Replies: 37
Views: 10,341
Posted By EFFx
Re: I've spent some free time on a project

I fully I agree. I was more of a dark-mode person but after I started adding the light mode to the page sections I started to like it too.



I thought about a lot of different layouts and...
Forum: Off-Topic 12-03-2023, 11:07
Replies: 12
Views: 3,420
Posted By EFFx
Re: The perfect if else statement doesn’t exis..

You should know what each function does since you were the one that built it, that is why writing an easy-to-read code is important. The size of the code is defined by the project itself and should...
Forum: Code Snippets/Tutorials 12-03-2023, 10:44
Replies: 7
Views: 2,310
Posted By EFFx
Re: [AMX] Auto Updater

As mentioned, it was on the first version since the start and I did not touch it for months, hence the ezhttp version without any IP check.
Forum: Off-Topic 12-02-2023, 14:28
Replies: 12
Views: 3,420
Posted By EFFx
Re: The perfect if else statement doesn’t exis..

Agreed. But for some reason when I write in php or javascript I always do the second way... my brain changes the style when I write in any other language that is not PAWN.



Everybody has their...
Forum: Code Snippets/Tutorials 12-01-2023, 04:38
Replies: 7
Views: 2,310
Posted By EFFx
Re: [AMX] Auto Updater

Got it. Added.



No... when I said 'lets say you have 20 servers', I wanted to say lets say you have 20 servers using your Kill Display plugin and you keep updating it. By giving them this Auto...
Showing results 1 to 25 of 500

 
Forum Jump

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


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