Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.08
seconds.
Search:
Posts Made By:
fysiks
Forum:
Scripting Help
08-11-2022, 23:07
Replies:
10
is there anyone skilled in php
Views:
329
Posted By
fysiks
Re: is there anyone skilled in php
I would recommend using something like phpMyAdmin to build a query for you and then you can replace the search criteria with your variable (hopefully via prepared queries).
Forum:
Scripting Help
08-11-2022, 01:10
Replies:
10
is there anyone skilled in php
Views:
329
Posted By
fysiks
Re: is there anyone skilled in php
FYI, you have an SQL Injection security vulnerability in your code. You need to use prepared queries.
While I commend you for posting your code, you should also have the list or errors that you...
Forum:
Approved Plugins
08-11-2022, 00:33
Replies:
1,051
Polymorph: Mod Manager
Views:
322,494
Posted By
fysiks
Re: Polymorph: Mod Manager
So, if you like the other multi-mod plugins then why not just use one of them? What is the reason you are considering Polymorph?
That statement is condescending and broadly untrue. It works...
Forum:
HL1 Servers (HLDS)
08-11-2022, 00:06
Replies:
1
What is Difference in HLTV and HLDs ?[&]Counter Strike 1.6 Dedicated Server & HF Sev
Views:
115
Posted By
fysiks
Re: What is Difference in HLTV and HLDs ?[&]Counter Strike 1.6 Dedicated Server & HF
HLDS is the Half-Life Dedicated Server which is the server that runs independent of your client game and allows players to connect. HLTV is Half-Life TV which is used to allow many people to view...
Forum:
HL1 Servers (HLDS)
08-10-2022, 23:40
Replies:
1
HLDS not working
Views:
73
Posted By
fysiks
Re: HLDS not working
I've never installed a server on Windows with SteamCMD but on Linux we had to run SteamCMD several times to *actually* get all the files to properly download. If you run it and it looks like it's...
Forum:
HL1 Servers (HLDS)
08-10-2022, 23:34
Replies:
4
client fps_max effect server performance?
Views:
204
Posted By
fysiks
Re: client fps_max effect server performance?
Doesn't exist. There are only the following:
sv_minrate
sv_maxrate
sv_maxupdaterate
sv_minupdaterate
Forum:
HL1 Servers (HLDS)
08-10-2022, 23:31
Replies:
5
Solved
[HLDS Linux] Server makes players quit at the half of loading section without reason.
Views:
157
Posted By
fysiks
Re: [HLDS Linux] Server makes players quit at the half of loading section without rea
If it is indeed in the plugin then we can't really do much debugging without the source code. In theory, it shouldn't matter what operating system it's running on but that's just theory.
...
Forum:
Scripting Help
08-09-2022, 23:40
Replies:
11
distance between players
Views:
232
Posted By
fysiks
Re: distance between players
The length of code has no direct correlation to being "easy to edit, fix or read". You can easily make "short" code that is hard to read, fix, and edit.
Similarly, the length of code,...
Forum:
HL1 Servers (HLDS)
08-09-2022, 23:28
Replies:
5
Solved
[HLDS Linux] Server makes players quit at the half of loading section without reason.
Views:
157
Posted By
fysiks
Re: [HLDS Linux] Server makes players quit at the half of loading section without rea
You said "one of [your] plugins causes the problem" but then you say "[You] think the startup command may cause the problem". So, which is it?
If you think it's the plugin, why do you think that?...
Forum:
Scripting Help
08-09-2022, 23:08
Replies:
10
is there anyone skilled in php
Views:
329
Posted By
fysiks
Re: is there anyone skilled in php
How is this related to plugins? If it's not then you'll want to search online for PHP info.
Forum:
Scripting Help
08-09-2022, 23:00
Replies:
11
distance between players
Views:
232
Posted By
fysiks
Re: distance between players
This statement should never be said in the context of writing code, ever.
Forum:
Suggestions / Requests
08-09-2022, 22:56
Replies:
5
Problem with cs go server
Views:
125
Posted By
fysiks
Re: Problem with cs go server
To be clear, it's not a CS:GO forum, it's the section of the forum for SourceMod (what's what the "sm" stands for in the commands). On the main page, you simply need to scroll down farther. If you...
Forum:
Scripting Help
08-09-2022, 01:40
Replies:
11
distance between players
Views:
232
Posted By
fysiks
Re: distance between players
Huh? EFFx confirmed that you found the correct function to solve your problem.
Forum:
Scripting Help
08-09-2022, 01:37
Replies:
3
Need help in getting arg value with GetCmdArg
Views:
128
Posted By
fysiks
Re: Need help in getting arg value with GetCmdArg
For indentation warnings, other than the literal indentation consistency, a common issue is that people accidentally use both spaces and tabs for indentation.
FYI, if you want future help for...
Forum:
Scripting Help
08-09-2022, 01:30
Replies:
14
Switch Player to Spectator
Views:
394
Posted By
fysiks
Re: Switch Player to Spectator
Many client commands have limitations that prevent them from being executed at certain times. In the case of changing teams, you can change a team after having just changed teams (not sure what...
Forum:
Approved Plugins
08-08-2022, 23:15
Replies:
616
AMX SSBan v2.6 [UPDATE: 10.Jul.2010]
Views:
329,683
Posted By
fysiks
Re: AMX SSBan v2.6 [UPDATE: 10.Jul.2010]
When posting things like this, you should also post the error that is shown at the bottom of the "amxx list" output.
Load fails: Plugin uses an unknown function (name "geoip_country_ex")
...
Forum:
HL1 Servers (HLDS)
08-08-2022, 22:56
Replies:
29
server kicks players with reason "added to banned list"
Views:
704
Posted By
fysiks
Re: server kicks players with reason "added to banned list"
Not a reasonable assumption. Also, irrelevant.
Forum:
Scripting Help
08-08-2022, 22:53
Replies:
18
lysis decompiler
Views:
446
Posted By
fysiks
Re: lysis decompiler
This community does not condone violating the legal requirements of the GNU GPL. If you don't want to follow the rules the you're free to not post here.
You're right, 80% is much too low. It...
Forum:
Scripting Help
08-08-2022, 22:47
Replies:
3
Need help in getting arg value with GetCmdArg
Views:
128
Posted By
fysiks
Re: Need help in getting arg value with GetCmdArg
This does not appear to be AMX Mod X code.
Forum:
Scripting Help
08-08-2022, 22:45
Replies:
7
Can anyone check if there is a better way to do this?
Views:
279
Posted By
fysiks
Re: Can anyone check if there is a better way to do this?
Declaring those variables as static is not required at all. It is a trivial optimization that will not make any appreciable difference any in regard. The two exceptions are very large arrays or for...
Forum:
Scripting Help
08-08-2022, 22:19
Replies:
14
Switch Player to Spectator
Views:
394
Posted By
fysiks
Re: Switch Player to Spectator
That won't work in all cases (cases were cs_set_user_team() would work).
Forum:
HL1 Servers (HLDS)
08-08-2022, 22:11
Replies:
29
server kicks players with reason "added to banned list"
Views:
704
Posted By
fysiks
Re: server kicks players with reason "added to banned list"
Looks like you're running xproto which I assume is for allowing non-Steam players but it'll also have access to do do just about anything else with your server. Remove this.
P.S. Anything that...
Forum:
Scripting Help
08-07-2022, 16:45
Replies:
7
Can anyone check if there is a better way to do this?
Views:
279
Posted By
fysiks
Re: Can anyone check if there is a better way to do this?
You should post the full plugin so that we can easily test it since you didn't provide any information about the warnings. The easier you make it for us, the more likely you'll get a quick answer.
Forum:
Approved Plugins
08-07-2022, 16:38
Replies:
616
AMX SSBan v2.6 [UPDATE: 10.Jul.2010]
Views:
329,683
Posted By
fysiks
Re: AMX SSBan v2.6 [UPDATE: 10.Jul.2010]
Do this:
geoip_country_ex(ip, country, charsmax(country))
this will compile.
Forum:
HL1 Servers (HLDS)
08-07-2022, 16:35
Replies:
29
server kicks players with reason "added to banned list"
Views:
704
Posted By
fysiks
Re: server kicks players with reason "added to banned list"
Show the output of the following server commands (put the result of each in tags):
meta version
meta list
amxx version
amxx list
Makes sure that this is without any custom plugins, only...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
14:43
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2022, vBulletin Solutions, Inc.
Theme made by Freecode