Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $70
Target: $400
17%
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
Today, 00:31
Replies:
5
Question
Views:
70
Posted By
fysiks
Re: Question
Python is not a good way to start for learning Pawn, they are very different. If your goal is to learn Pawn, just learn Pawn. Start writing plugins and test them (do a lot of searching).
If...
Forum:
Scripting Help
Yesterday, 01:33
Replies:
4
Why are global variables always array of [33]?
Views:
90
Posted By
fysiks
Re: Why are global variables always array of [33]?
Looping over all player slots is almost never needed and often a waste of resources. Most often, this is done by using get_players() to get various sets of players and then you would loop over only...
Forum:
Scripting Help
Yesterday, 01:15
Replies:
3
Read from .txt file anywhere?
Views:
121
Posted By
fysiks
Re: Read from .txt file anywhere?
You should avoid using read_file() as it is not recommended. Also, you should generally never return a string from a function.
What exactly is this data from the file you're trying to read and...
Forum:
Suggestions / Requests
Yesterday, 00:59
Replies:
12
Current map name edit in "find servers"
Views:
361
Posted By
fysiks
Re: Current map name edit in "find servers"
It was stated in a HLDS mailing list, see here (https://forums.alliedmods.net/showthread.php?t=173670). Also, there is nothing perventing this community from having the same or similar policy. The...
Forum:
HL1 Servers (HLDS)
Yesterday, 00:49
Replies:
5
Server hosting - HLDS
Views:
180
Posted By
fysiks
Re: Server hosting - HLDS
Well, that's up to him.
Forum:
HL1 Servers (HLDS)
04-19-2021, 23:41
Replies:
5
Server hosting - HLDS
Views:
180
Posted By
fysiks
Re: Server hosting - HLDS
Having direct access to the PC's console is sometimes necessary to debug some issues (not just the server console, the actual console).
Forum:
General
04-18-2021, 19:40
Replies:
2
CS 1.6 CSGO mod plugins
Views:
362
Posted By
fysiks
Re: CS 1.6 CSGO mod plugins
This has nothing to do with this thread
AMX Mod is not supported here, AMX Mod X is supported here
Neither AMX Mod or AMX Mod X work on CS:GO
Never run random files, especially ones like this...
Forum:
General
04-17-2021, 22:22
Replies:
13
New update for amxmodx in future?
Views:
618
Posted By
fysiks
Re: New update for amxmodx in future?
Wow, that went way off course. Should probably just delete all of our posts starting at #6 to keep this thread on-topic.
Forum:
Scripting Help
04-17-2021, 00:12
Replies:
20
I need ideas to solve this
Views:
503
Posted By
fysiks
Re: I need ideas to solve this
Then clearly you need to save the data more often so that lose less data (or fix the DDOS issue).
Forum:
Suggestions / Requests
04-17-2021, 00:10
Replies:
10
[Request] Edit UAC.sma
Views:
232
Posted By
fysiks
Re: [Request] Edit UAC.sma
You get that message in console because the server executing that command is not allowed, it is considered slowhacking. It is coded into the client and you can't change that for other players. Even...
Forum:
Suggestions / Requests
04-16-2021, 23:59
Replies:
1
Help please
Views:
65
Posted By
fysiks
Re: Help please
You simply need to provide a proper format string in server_cmd(). You'll want to make sure that each parameter is quoted (you add a literal quote to a format string by preceding it with a ^...
Forum:
Suggestions / Requests
04-15-2021, 00:17
Replies:
4
[req] HLTV in TTT
Views:
247
Posted By
fysiks
Re: [req] HLTV in TTT
The version is the second argument of the register_plugin() function but it seems that this set of plugins uses a preprocessor definition so that they all have the same version. So, it looks like...
Forum:
General
04-15-2021, 00:01
Replies:
13
New update for amxmodx in future?
Views:
618
Posted By
fysiks
Re: New update for amxmodx in future?
girls?
Forum:
Scripting Help
04-14-2021, 00:59
Replies:
20
I need ideas to solve this
Views:
503
Posted By
fysiks
Re: I need ideas to solve this
If you don't explain it in a way that we can understand then how can we help you?
Forum:
Suggestions / Requests
04-14-2021, 00:45
Replies:
4
[req] HLTV in TTT
Views:
247
Posted By
fysiks
Re: [req] HLTV in TTT
I think you might be able to get away with updating all uses of get_players() in ttt_core.sma and ttt_team_management.sma to use the "h" flag (the third parameter).
If the third argument already...
Forum:
Scripting Help
04-12-2021, 23:42
Replies:
20
I need ideas to solve this
Views:
503
Posted By
fysiks
Re: I need ideas to solve this
Oh please do enlighten us oh mighty random person on the internet . . .
Forum:
HL1 Servers (HLDS)
04-11-2021, 16:31
Replies:
3
Cache query responses for Counter-Strike 1.6 servers
Views:
254
Posted By
fysiks
Re: Cache query responses for Counter-Strike 1.6 servers
So, what exactly about DOS or DDOS doesn't apply here?
Forum:
Suggestions / Requests
04-10-2021, 23:13
Replies:
11
Bad Spawn Preventer that works?
Views:
386
Posted By
fysiks
Re: Bad Spawn Preventer that works?
Have you considered just fixing the map instead? It's a better solution in the end.
Forum:
General
04-10-2021, 22:51
Replies:
13
New update for amxmodx in future?
Views:
618
Posted By
fysiks
Re: New update for amxmodx in future?
Unfortunately, because the community is so small and few people are actively using AMX Mod X, it might never have a new official release. However, you can manually upgrade to either 1.9.0+ or...
Forum:
Scripting Help
04-10-2021, 13:38
Replies:
5
Fake player's location?
Views:
282
Posted By
fysiks
Re: Fake player's location?
I guess I missed that reference to geoip. In that case, you would probably need to edit the geoip functionality. Seems like a completely useless thing to do IMO. Why would you want to do this?
Forum:
Scripting Help
04-10-2021, 13:35
Replies:
11
Force client into messagemode say
Views:
324
Posted By
fysiks
Re: Force client into messagemode say
There was no irony in your post, your response made no sense any any context.
Forum:
Suggestions / Requests
04-10-2021, 13:33
Replies:
6
[Question] About plugin
Views:
311
Posted By
fysiks
Re: [Question] About plugin
There are plugins out there already for working with player models. You should look for one of those. The one that I know of is called "Player Models" by ConnerMcleod. I believe there are others.
Forum:
HL1 Servers (HLDS)
04-10-2021, 13:30
Replies:
3
Cache query responses for Counter-Strike 1.6 servers
Views:
254
Posted By
fysiks
Re: Cache query responses for Counter-Strike 1.6 servers
This sounds like a DOS or DDOS attack (distributed denial of service). This is a well known method of attack and IIRC you can't prevent this at the server level. Search about DDOS.
Forum:
Scripting Help
04-10-2021, 00:17
Replies:
5
Fake player's location?
Views:
282
Posted By
fysiks
Re: Fake player's location?
I think similar things might be done in Lucia Hallucination (https://forums.alliedmods.net/showthread.php?t=95574) (but I'm not entirely sure).
Forum:
Scripting Help
04-10-2021, 00:14
Replies:
11
Force client into messagemode say
Views:
324
Posted By
fysiks
Re: Force client into messagemode say
That doesn't make any sense.
No, if you create a "wait" within a single function, the server would freeze. The amount of time between when you send the messagemode command and when they...
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
19:00
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode