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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: ezio_auditore
Forum: Scripting Help 07-23-2017, 02:21
Replies: 2
Views: 854
Posted By ezio_auditore
Re: Using MinGW to build Metamod plugin (badf load)

Got it to work.

Strange, but the IDE was causing issues here...
Now I made a script that compiles + deploys the DLL to the game. Thanks :D
Forum: Extensions 07-22-2017, 14:20
Replies: 116
Views: 116,850
Posted By ezio_auditore
Re: REST in Pawn - HTTP and JSON methodmaps

Just a suggestion.

You can also add a function that generates the Authorization header... :D
Forum: Scripting Help 07-22-2017, 14:08
Replies: 2
Views: 854
Posted By ezio_auditore
Using MinGW to build Metamod plugin (badf load)

Hi, all!

I understand that this is not the right place to post this, hence, I request admins to move this post to a more appropriate forum.

Peace.
...
Forum: Off-Topic 07-22-2017, 04:29
Replies: 6
Views: 1,089
Posted By ezio_auditore
Re: [HELP] Setting up Metamod and HLSDK in VisualStudio17 or Eclipse Helios

Can you help me setting up VC or Eclipse for the development of a Metamod plugin? I've been trying since last 2 days but can't get the success...

P.S.: I'm more of a Java guy and I will heavily...
Forum: Off-Topic 07-22-2017, 02:40
Replies: 6
Views: 1,089
Posted By ezio_auditore
Re: [HELP] Setting up Metamod and HLSDK in VisualStudio17 or Eclipse Helios

If that comes with an autocomple and debugger, I would be the happiest man alive on the earth.
Forum: Off-Topic 07-22-2017, 01:04
Replies: 6
Views: 1,089
Posted By ezio_auditore
Forum: Off-Topic 07-21-2017, 16:21
Replies: 6
Views: 1,089
Posted By ezio_auditore
[HELP] Setting up Metamod and HLSDK in VisualStudio17 or Eclipse Helios

Can someone explain to me how to set-up Metamod in VS17 for the development of a MM plugin?

Not links, please, a good explanation of how to do it.

I am pretty new to C++ that is why I am...
Forum: Off-Topic 07-19-2017, 07:30
Replies: 2
Views: 759
Posted By ezio_auditore
Re: Compiled HL libs for experimental development in other languages.

That means, I just need to declare the native functions in my code, generate the DLL and then reference it through liblist.gam?
Forum: Off-Topic 07-19-2017, 04:00
Replies: 2
Views: 759
Posted By ezio_auditore
[GoldSrc]Compiled HL libs for experimental development in other languages.

Hello guys.

I've been traveling and I got an idea that I can try to re-write the Metamod in some other language.

I downloaded the source code and read through that, and saw that HLSDK is being...
Forum: Off-Topic 03-05-2016, 22:18
Replies: 61
Views: 20,671
Posted By ezio_auditore
Re: Does anyone have interest in a WAP RCON server tool?

At some level. I will actually needs to rcon the server. When the user issues commands like bot_add or sv_gravity. Let's say I don't give a console interface to the user. But the options (commands)...
Forum: Scripting Help 03-05-2016, 03:43
Replies: 9
Views: 2,075
Posted By ezio_auditore
Re: Custom Server Queries

Some binary content ofcource. That has not yet been decided for compatibility issues. So the requesting data could be a string.
Forum: Scripting Help 03-04-2016, 23:42
Replies: 9
Views: 2,075
Posted By ezio_auditore
Re: Custom Server Queries

That was the most obvious thing I've said.

I made a plugin which has a function that can calculate the total XP of all players on the server.
Now I want to make a query which gives me this...
Forum: Suggestions / Requests 03-04-2016, 22:01
Replies: 6
Views: 726
Posted By ezio_auditore
Re: Request not plugin

**grabs popcorn**
Forum: Suggestions / Requests 03-04-2016, 07:27
Replies: 6
Views: 726
Posted By ezio_auditore
Re: Request not plugin

I thought that he can help me with my problem as well. Lol. :P
Forum: Scripting Help 03-04-2016, 05:59
Replies: 9
Views: 2,075
Posted By ezio_auditore
Re: Custom Server Queries

Suppose I make a query (A2S_ONE_PLUS_2).

The registered callback on my AMXX plugin fires, does some calculations, and then return me whatever stuff I want.
Forum: Suggestions / Requests 03-04-2016, 05:55
Replies: 6
Views: 726
Posted By ezio_auditore
Re: Request not plugin

Contact me on skype: jay.godara
Or Email me: [email protected]
Forum: Off-Topic 03-04-2016, 05:53
Replies: 61
Views: 20,671
Posted By ezio_auditore
Re: Does anyone have interest in a WAP RCON server tool?

Can we combine Server Queries and AMXX Plugins?

Let me elaborate on this one.

Suppose I make a query on a GameServer, it then invokes some method in my AMXX Plugin (Ofc installed on the server...
Forum: Off-Topic 03-03-2016, 09:46
Replies: 61
Views: 20,671
Posted By ezio_auditore
Re: Does anyone have interest in a WAP RCON server tool?

Brother I am a professional Java developer. Though, I need help with Server Queries.
Forum: Off-Topic 03-01-2016, 00:19
Replies: 61
Views: 20,671
Posted By ezio_auditore
Forum: Off-Topic 02-29-2016, 02:00
Replies: 61
Views: 20,671
Posted By ezio_auditore
Re: Does anyone have interest in a WAP RCON server tool?

What language did you use to make this? I am working on an API and I might need your help...
Forum: Scripting Help 02-28-2016, 22:22
Replies: 19
Views: 2,763
Posted By ezio_auditore
Re: Get server status using third party tools

I am currently into the development of a web application which does this kind of stuff. I have already used UDP protocol to query servers. Once that application is ready, I will make my API public...
Forum: Off-Topic 02-28-2016, 22:20
Replies: 8
Views: 2,536
Posted By ezio_auditore
Re: [HELP] Need heelp in R&D of a Counter Strike Web API

Exactly. Management stuff. Pretty much like GameTracker (http://gametracker.com). But an advanced thing. This API would be open source. Ofc we can use PHPRcon as Fysiks says, but that is only a web...
Forum: Scripting Help 02-28-2016, 22:16
Replies: 9
Views: 2,075
Posted By ezio_auditore
Re: Custom Server Queries

Queries like A2S. Like we register some special query which returns, lets say, the map cycle of the server being.
Forum: Off-Topic 02-28-2016, 11:36
Replies: 8
Views: 2,536
Posted By ezio_auditore
Re: [HELP] Need heelp in R&D of a Counter Strike Web API

Its something related with "remote Management".
Like if you are an administrator of a server, you can manage your server by using the simple interface on the website I am making. This solves the...
Forum: Scripting Help 02-28-2016, 03:26
Replies: 19
Views: 2,763
Posted By ezio_auditore
Re: Get server status using third party tools

This is the reason.
(Link to thread in my link)
Showing results 1 to 25 of 500

 
Forum Jump

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


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