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

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: EFFx
Forum: Code Snippets/Tutorials 03-06-2024, 07:10
Replies: 8
Views: 601
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,189
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: 601
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,172
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: 601
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: 14,669
Posted By EFFx
Re: Control Bots

Such thing is already avaliable.
Forum: Suggestions / Requests 02-22-2024, 07:12
Replies: 4
Views: 293
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: 601
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: 601
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: 863
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: 863
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: 863
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: 36
Views: 8,740
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: 36
Views: 8,740
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: 14
Views: 1,229
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: 36
Views: 8,740
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,090
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: 1,701
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,090
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: 1,701
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...
Forum: Off-Topic 11-30-2023, 17:37
Replies: 36
Views: 8,740
Posted By EFFx
Re: I've spent some free time on a project

Updated the best ranking page with the best players of all servers using the system:

https://i.imgur.com/dxrExgm.png
Forum: Code Snippets/Tutorials 11-29-2023, 04:02
Replies: 7
Views: 1,701
Posted By EFFx
Re: [AMX] Auto Updater

Well maybe you are right. Licensing was the first thing that came up on my mind for me to name something that means that the plugin needs make sure whether the server is allowed to download the...
Forum: Code Snippets/Tutorials 11-28-2023, 16:07
Replies: 7
Views: 1,701
Posted By EFFx
Forum: Code Snippets/Tutorials 11-28-2023, 16:02
Replies: 7
Views: 1,701
Posted By EFFx
[AMX] Auto Updater

Basically, it is a system that downloads new versions of your plugins automatically without having to install them manually. It also has a 'license' type of system that checks the IP of the server...
Forum: Off-Topic 11-26-2023, 13:17
Replies: 36
Views: 8,740
Posted By EFFx
Re: I've spent some free time on a project

Updated the main link with the matches history. The layout is cleaner and there is also dark mode avaliable:

https://i.imgur.com/J2yWFI9.png
https://i.imgur.com/Zlv90T5.png

On the statistics...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 08:19.


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