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

Showing results 1 to 25 of 41
Search took 0.01 seconds.
Search: Posts Made By: Touch
Forum: SourceBans / SourceBans++ 10-30-2018, 09:22
Replies: 4
Views: 2,374
Posted By Touch
Re: Sourcebans (FORBIDDEN)

Check the chmod of /bans directory and .htaccess file (option DirectoryListing, add +Indexes).
Also, make sure that your virtual host configuration (or htaccess) has the following option -...
Forum: HLstatsX:CE 12-04-2016, 04:46
Replies: 17
Views: 7,215
Posted By Touch
Re: Top HLStatsX Players universal script

It is great news! I am happy that all is ok.
About current map and number of players I'm not sure that this information stored in DB. I need to look at the HLX code for clear up how it works.
Forum: HLstatsX:CE 12-02-2016, 16:34
Replies: 17
Views: 7,215
Posted By Touch
Re: Top HLStatsX Players universal script

Please tell are your database credentials correct? Does your database tables have a prefix hlstats_*?
Also can you create an issue on Github so I could help you more quickly?...
Forum: HLstatsX:CE 12-02-2016, 09:51
Replies: 17
Views: 7,215
Posted By Touch
Re: Top HLStatsX Players universal script

I can look a bit later to my code and find where is a problem and probably solve it. I just need to install MariaDB for reproduce this issue - it is not easy because I do not have a much time for...
Forum: HLstatsX:CE 12-02-2016, 09:28
Replies: 17
Views: 7,215
Posted By Touch
Re: Top HLStatsX Players universal script

Hello, maybe problem is in MariaDB. Can you install native MySQL (not MariaDB)?
Forum: HLstatsX:CE 02-15-2015, 19:16
Replies: 17
Views: 7,215
Posted By Touch
Re: Top HLStatsX Players universal script

Not at all.

Vsegda rad :)
Forum: HLstatsX:CE 02-15-2015, 19:15
Replies: 17
Views: 7,215
Posted By Touch
Re: Top HLStatsX Players universal script

Yes of course. All source code is available in the first message.
Forum: HLstatsX:CE 02-15-2015, 12:29
Replies: 17
Views: 7,215
Posted By Touch
Re: Top HLStatsX Players universal script

Hello! Thank you for using the script. 95% of what you have PHP 5.3.
For the script must be PHP 5.4 and higher.
Show the contents of the function phpinfo();
Forum: HLstatsX:CE 02-09-2015, 04:26
Replies: 17
Views: 7,215
Posted By Touch
Top HLStatsX Players universal script

Hello! I want to publish my script to display the latest statistics from the hlstatsx players.

Features

Not using jQuery and other large libraries
Runs entirely on Ajax
Very easy to set up...
Forum: Scripting 08-02-2011, 12:37
Replies: 8
Views: 4,356
Posted By Touch
Get steamid number

Hello
Please tell us as soon as possible from STEAM_0:0:29367947 to 0:29367947.
That is, cut STEAM_0:.

decl String:steamid[256];
GetClientAuthString(client, steamid, sizeof(steamid));

# We...
Forum: Scripting 04-27-2011, 14:06
Replies: 16
Views: 6,691
Posted By Touch
Re: Memoty leak detected in plugin

Скрипт мой. CloseHandle писать в каком из блоков? Или после всех блоков?
Просто в конце скрипта?
Спасибо.
Forum: Scripting 04-27-2011, 13:47
Replies: 16
Views: 6,691
Posted By Touch
Re: Memoty leak detected in plugin

And as they close?
-
Как их закрывать?
Forum: Scripting 04-27-2011, 13:26
Replies: 16
Views: 6,691
Posted By Touch
Memoty leak detected in plugin

Hello.

My script for 40 minutes in itself is unloaded, the logs says this:


L 04/27/2011 - 17:31:14: [SM] MEMORY LEAK DETECTED IN PLUGIN (file "mapdetail.smx")
L 04/27/2011 - 17:31:14: [SM]...
Forum: Scripting 04-13-2011, 04:37
Replies: 1
Views: 747
Posted By Touch
Delay PrintToChat

Hello!
How do Delay PrintToChat example 2 seconds after roundstart?
Thank you
Forum: Scripting 03-17-2011, 14:46
Replies: 0
Views: 572
Posted By Touch
Crash plugin

delete this please
Forum: Scripting 12-15-2010, 08:15
Replies: 2
Views: 877
Posted By Touch
Re: Get variable value from function

Oh sorry...
Thanks! It works!
Forum: Scripting 12-15-2010, 08:02
Replies: 2
Views: 877
Posted By Touch
Get variable value from function

Hello!
Please tell me how to get data from a variable in the function of player_spawn?

Need to variable rec2 work in player_spawn.


Function

public OnSocketReceive(Handle:socket,...
Forum: Scripting 12-15-2010, 05:51
Replies: 1
Views: 924
Posted By Touch
Global variable

Hello!
Tell me please, with what the team can set a global variable? That the information in it available to all block (event).
That something like this, but define broken.
Thank you!...
Forum: Scripting 08-31-2010, 08:52
Replies: 25
Views: 14,488
Posted By Touch
Forum: Scripting 08-31-2010, 08:41
Replies: 25
Views: 14,488
Posted By Touch
Re: Dividing the numbers in sourcemod

all float = 0.00000
userdeaths = 0.00000, userkills = 0.00000
help me :(
Forum: Scripting 08-31-2010, 08:31
Replies: 25
Views: 14,488
Posted By Touch
Re: Dividing the numbers in sourcemod

sorry...
all the same - 0.000000
What to do?
Forum: Scripting 08-31-2010, 07:20
Replies: 25
Views: 14,488
Posted By Touch
Re: Dividing the numbers in sourcemod

Thanks!
If kills 2 and deaths 1, ratio = 2.000000
Why 2.000000 instead of 2.0?
Forum: Scripting 08-31-2010, 06:45
Replies: 25
Views: 14,488
Posted By Touch
Dividing the numbers in sourcemod

Hello
I need to calculate the ratio player.
But there are problems with the script.
If I did not kill anybody or himself is not dead, then the script in console an error.
But if, as I had killed...
Forum: Scripting 07-10-2010, 04:02
Replies: 1
Views: 672
Posted By Touch
closed

closed. thanks! xD
Forum: Scripting 04-15-2010, 10:32
Replies: 7
Views: 2,001
Posted By Touch
The number of kills / deaths

Hello!
Please tell us how we can calculate the number of murders / deaths player on the map?
PS: An analogue to es: event_var (es_userkills), event_var (es_userdeaths)
Thanks!
Showing results 1 to 25 of 41

 
Forum Jump

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


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