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

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: Pricetx
Forum: HLstatsX:CE 01-29-2016, 19:43
Replies: 3
Views: 2,704
Posted By Pricetx
Re: general stastistics of hlstats

You will need to use a server-side language such as PHP to communicate with the HLStatsX MySQL database. If you're not sure how to do this, I recommend you look for a tutorial on running SQL queries...
Forum: HLstatsX:CE 01-29-2016, 19:33
Replies: 2
Views: 2,081
Posted By Pricetx
Re: [SCRIPT] Update GeoIP data for all players in HLX:CE Database

Oh, sorry about that, I'm not sure how that got missed when I uploaded it to GitHub. I've now fixed it anyway.

Good to hear it worked for you :).
Forum: HLstatsX:CE 12-22-2015, 11:41
Replies: 2
Views: 2,081
Posted By Pricetx
[SCRIPT] Update GeoIP data for all players in HLX:CE Database

After a recent server migration, I noticed that I had failed to install Geo::IP::PurePerl, so I had several months of players without any location information.

I decided to write a short Perl...
Forum: Source Servers (SRCDS) 09-17-2015, 07:49
Replies: 8
Views: 1,378
Posted By Pricetx
Re: HL2DM Update Sourcemod didn't work

I had the same issue. I found that installing the latest development snapshot of MM:S fixed it though.

The exact snapshot that worked for me was: 1.11.0-git990

You can download MM:S snapshots...
Forum: HLstatsX:CE 07-07-2015, 08:20
Replies: 0
Views: 591
Posted By Pricetx
[PATCH] geoLite_Import.sh wasn't working

It appears that at some point GeoLiteCity has moved away from using the release date as the URL, and instead is now always GeoLiteCity-latest.zip.

This change had broken the script...
Forum: HLstatsX:CE 11-06-2013, 10:22
Replies: 0
Views: 741
Posted By Pricetx
Georgia flag thumbnail out of date

As you can see from the following link, the main flag image for Georgia is correct, but the thumbnail is of the old flag, which was abandoned in 2004.
...
Forum: HLstatsX:CE 08-09-2013, 19:02
Replies: 1
Views: 1,178
Posted By Pricetx
Note about perl modules

I couldn't see it in the wiki anywhere so i'm making a quick note here, i'll probably make this post more informative later.

HLX:CE doesn't just require perl, it requires perl-DBD-Mysql as well,...
Forum: HLstatsX:CE 07-29-2013, 13:06
Replies: 2
Views: 1,354
Posted By Pricetx
Potential formatting issue with in-game messages

So, on my HL2DM server, a player called "." joined, according to HLXCE, and he's called "0" in the tab menu. I'm thinking he's somehow managed to set his name to null, but anyway, that's not what my...
Forum: Scripting 07-14-2013, 07:27
Replies: 12
Views: 5,421
Posted By Pricetx
Re: GetPlayerWeaponSlot always resolving to -1

I thought you might be interested to hear the solution I ended up with.

I made two multi-dimensional String arrays, one containing a list of all weapons I wanted remove, the other items.

I...
Forum: Scripting 07-03-2013, 06:20
Replies: 12
Views: 5,421
Posted By Pricetx
Re: GetPlayerWeaponSlot always resolving to -1

First off, thanks for helping :).

Anyway, if you read the first half of the post you quoted from me, you'll see that the script was working fine at 0.3 until April / May, and I also tried last...
Forum: Scripting 07-02-2013, 22:43
Replies: 12
Views: 5,421
Posted By Pricetx
Re: GetPlayerWeaponSlot always resolving to -1

That particular section of code was working before, but I gave it a shot anyway and changed it to 3.0. Unfortunately, it still returns -1, even when set to 3.0.

On a different note; i'm not very...
Forum: Scripting 06-27-2013, 17:51
Replies: 12
Views: 5,421
Posted By Pricetx
Re: GetPlayerWeaponSlot always resolving to -1

Thanks for the solutions so far guys, although I will admit that I have extremely little experience with SourcePawn, so if I were to go with either of your ideas it would probably take me a while to...
Forum: Scripting 06-27-2013, 13:30
Replies: 12
Views: 5,421
Posted By Pricetx
GetPlayerWeaponSlot always resolving to -1

I have a script for HL2MP which removes weapons from players when they spawn, and additionally removes weapons from the map when it loads.

This worked fine up until some point in May.

For the...
Forum: HLstatsX:CE 06-26-2013, 16:40
Replies: 7
Views: 5,121
Posted By Pricetx
Re: Interactive Map doesn't load in Google Chrome

Fixed!

The problem was indeed that the google maps API was trying to work over plain HTTP, which was being blocked by chrome due to security reasons (it doesn't allow remote connections over HTTP...
Forum: HLstatsX:CE 06-26-2013, 16:24
Replies: 7
Views: 5,121
Posted By Pricetx
Re: Interactive Map doesn't load in Google Chrome

I've narrowed down the problem (a bit at least).

I tried replacing all of the web PHP files (except the settings one) with fresh copies, and this didn't fix it.

I then tried setting nginx to...
Forum: HLstatsX:CE 06-26-2013, 12:07
Replies: 7
Views: 5,121
Posted By Pricetx
Interactive Map doesn't load in Google Chrome

Hi, I currently run the latest HLX:CE on my HL2:DM server, and the stats page for it can be found here: http://gravitygunonly.com/stats

For some reason, a few months ago the map stopped loading in...
Forum: Scripting 05-20-2013, 19:46
Replies: 5
Views: 1,862
Posted By Pricetx
Re: SteamPipe causes Native "GetEntProp" reported: Entity -1 (-1) is invalid

I apologise for resurrecting my rather old thread, but I noticed that my script had stopped removing weapons from the game again, but there were no errors being thrown in either the console or the...
Forum: Scripting 03-19-2013, 18:26
Replies: 5
Views: 1,862
Posted By Pricetx
Re: Script broke with recent

Many thanks! I found the post and updated my gamedata file, and it fixed it!

Thanks to both of you, that was a very timely and helpful response.

-Pricetx.
Forum: Scripting 03-19-2013, 17:22
Replies: 5
Views: 1,862
Posted By Pricetx
Re: Script broke with recent

Thanks! however, unfortunately although it stopped the console error, it hasn't fixed the functionality (i.e weapons still aren't being removed from players).



Interesting, I currently have...
Forum: Scripting 03-19-2013, 13:10
Replies: 5
Views: 1,862
Posted By Pricetx
HL2:DM weapon removal script no longer functions, any help welcome

EDIT 2:

I have just recently left a reply to this thread. The script appears to have stopped functioning again. See the post for more details.

EDIT: I tested downgrading to the exact files used...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -4. The time now is 01:52.


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