Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 500
Search took 0.08 seconds.
Search: Posts Made By: fysiks
Forum: Scripting Help 04-14-2024, 18:08
Replies: 1
Views: 252
Posted By fysiks
Re: REQ - Plugin

You may think they are useless but that is because you're not doing it correctly. You need to learn some basics about AMX Mod X scripting. For example, get_user_name() doesn't work like that. You...
Forum: Scripting Help 04-14-2024, 01:04
Replies: 8
Views: 249
Posted By fysiks
Re: error 017: undefined symbol "ChatColor"

You need to have the proper include file for the functions that you want to use. Notice that the include that you're using is called "colorchat" but you're using a function called "chatcolor". ...
Forum: Scripting Help 04-13-2024, 17:04
Replies: 3
Views: 185
Posted By fysiks
Re: Menu help

This warning is saying that you a explicitly returning a value in some but not all possible cases of code execution. This exists because there is, generally, a very good chance that you are creating...
Forum: Scripting Help 04-13-2024, 16:50
Replies: 9
Views: 311
Posted By fysiks
Re: Something about dynamic arrays

I suspect that the important thing to know about dynamic arrays is that the array handle is just a reference to the actually data and it can be stored like you would do with any other variable. This...
Forum: News 04-13-2024, 16:45
Replies: 92
Views: 183,037
Posted By fysiks
Re: Development Roundup, We need you!

AMX Mod X 1.8.2 hasn't been relevant for many years now. Version 1.9.x and 1.10.x are the versions that are more commonly used these days and have many improvements over 1.8.2.

Also, what...
Forum: Scripting Help 04-04-2024, 17:20
Replies: 3
Views: 238
Posted By fysiks
Re: Hello World plugin

"say" is a client command and should and should be registered as such. Console commands are commands that can be executed and function correctly from either the server or client console. ...
Forum: Scripting Help 04-04-2024, 11:51
Replies: 4
Views: 208
Posted By fysiks
Re: Only showing "%s"

Which plugin? Is your server hosted on Windows or Linux? Did you locally compile the plugin from the source code?
Forum: Scripting Help 04-04-2024, 03:29
Replies: 3
Views: 238
Posted By fysiks
Re: Hello World plugin

You can verify that your plugin is running by using the "amxx list" command in the server's console. It will list all the plugins and tell you if any of them have failed to load.

Secondly, any...
Forum: General 04-03-2024, 21:29
Replies: 1
Views: 227
Posted By fysiks
Re: fall damage

If you remove MetaMod (which will include AMX Mod X), does it still happen?
Forum: General 04-03-2024, 21:27
Replies: 4
Views: 346
Posted By fysiks
Re: amxmodx crashing my offline cs 1.6 server

All of those modules are part of AMX Mod X. You can see that they are loaded and running with the "meta list" command.

I've never heard of "Steam Networking" before and suspect that most people...
Forum: Scripting Help 04-01-2024, 01:46
Replies: 10
Views: 481
Posted By fysiks
Re: Setting access flags for all players

I don't think anyone knows for sure what the request is because it can be interpreted in different ways. The way you interpreted it is different from how I interpreted it and you didn't give any...
Forum: Scripting Help 03-31-2024, 04:21
Replies: 10
Views: 481
Posted By fysiks
Re: Setting access flags for all players

I don't think you understood the question.
Forum: General 03-31-2024, 04:19
Replies: 1
Views: 209
Posted By fysiks
Re: Teleport Access

First thing, make sure you are not using "AMX Mod" (not supported here) but instead using "AMX Mod X" (supported here). If you have access to some commands but not others, you need to check what...
Forum: HL1 Servers (HLDS) 03-29-2024, 02:13
Replies: 17
Views: 1,419
Posted By fysiks
Re: HLDS won't work on linux

Did you reply to the wrong thread? There is nothing wrong with the Wiki about downloading a server via SteamCMD that I am aware of. In this very thread, I copied the command to use to download...
Forum: Scripting Help 03-25-2024, 23:57
Replies: 4
Solved solved
Views: 274
Posted By fysiks
Re: Help - I cant fix it any idea`?

Maybe don't delete your post.
Forum: HL1 Servers (HLDS) 03-25-2024, 23:03
Replies: 17
Views: 1,419
Posted By fysiks
Re: HLDS won't work on linux

Yes, in this very thread when I said "I just installed "cstrike" with a single run of steamcmd on Linux. (https://forums.alliedmods.net/showthread.php?p=2819827#post2819827)". I know it works...
Forum: Suggestions / Requests 03-24-2024, 15:14
Replies: 5
Views: 429
Posted By fysiks
Re: make chat/say still/permanent

What he is talking about is NOT a plugin. There is no server-side plugin (all plugins) that can do what he's talking about because he's talking about a client-side modification.
Forum: HL1 Servers (HLDS) 03-24-2024, 15:13
Replies: 1
Views: 231
Posted By fysiks
Re: Hewlett Packard Z220 Counter-Strike Server

The only way to get the official server is to install it via SteamCMD. Also, AMX Mod X 1.8.0 is very old and likely won't work properly on an up-to-date server, you should be running version 1.9.x...
Forum: General 03-23-2024, 16:55
Replies: 7
Views: 565
Posted By fysiks
Re: chat

There is not a mechanism to do this. Something like that would need to be added. I'm not sure what the best method would be. However, everything in the plugin is reset on map change so you edit...
Forum: General 03-23-2024, 01:31
Replies: 7
Views: 565
Posted By fysiks
Re: chat

I created a plugin for that called amx_cmessage (https://forums.alliedmods.net/showpost.php?p=848881&postcount=13). It's basically identical to amx_imessage but for chat.
Forum: HL1 Servers (HLDS) 03-22-2024, 00:02
Replies: 3
Views: 356
Posted By fysiks
Re: Microsoft Runtime Error when trying to Run Half-Life Dedicated Counter-Strike Ser

If this is going to be a server used specifically for hosting a game (or other servers), I would recommend that you use the standalone HLDS that you get via SteamCMD...
Forum: HL1 Servers (HLDS) 03-22-2024, 00:00
Replies: 17
Views: 1,419
Posted By fysiks
Re: HLDS won't work on linux

Just somewhere that isn't where the Steam client stores its files. I use ~/games/servers/hlds. Never do anything with the "root" user for a game server.



I'm not sure what you're looking for....
Forum: General 03-21-2024, 00:47
Replies: 7
Views: 565
Posted By fysiks
Re: chat

What do you mean by "scrolling message"? Do you mean similar to amx_scrollmsg where it scrolls the messages right to left? This is not possible with the chat messages because you can't overwrite a...
Forum: HL1 Servers (HLDS) 03-21-2024, 00:43
Replies: 17
Views: 1,419
Posted By fysiks
Re: HLDS won't work on linux

I just installed "cstrike" with a single run of steamcmd on Linux. I tried to run the command that you claimed worked but it said that that map doesn't exist. It ran fine if I ran it with a map...
Forum: HL1 Servers (HLDS) 03-20-2024, 00:23
Replies: 17
Views: 1,419
Posted By fysiks
Re: HLDS won't work on linux

Did you re-run the install command continuously until it stopped downloading files? Did you do anything else to the server before running it?

The commands you used (both for install and for...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 14:27.


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