This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 500
Search took 0.06 seconds.
Search: Posts Made By: fysiks
Forum: Scripting Help Yesterday, 19:16
Replies: 5
Views: 163
Posted By fysiks
Re: Stale Variable problem

TL;DR, is there a reason you don't just use get_user_name() when needed?
Forum: General 05-09-2024, 03:24
Replies: 196
Views: 77,416
Posted By fysiks
Re: [Editor] AMXXPawn for Visual Studio Code

Well, I looked a little bit closer and it looks like I'm running a version of Klippy's that I personally updated to fix some issues. I totally forgot that I made some local updates. I've attached...
Forum: General 05-08-2024, 22:15
Replies: 196
Views: 77,416
Posted By fysiks
Re: [Editor] AMXXPawn for Visual Studio Code

I'm not sure what setting you're referencing. If you're referring to the include paths setting ("amxxpawn.compiler.includePaths"), you probably need to set it to the include folder, not the...
Forum: General 05-07-2024, 22:56
Replies: 4
Views: 268
Posted By fysiks
Re: Suggested setting in AMD Mod X or third-party plugin.

Is there any reason you can't play without bots?
Forum: Scripting Help 05-07-2024, 22:15
Replies: 10
Views: 322
Posted By fysiks
Re: error 017: undefined symbol

You're probably right, AI is terrible.
Forum: Suggestions / Requests 05-07-2024, 22:03
Replies: 11
Views: 444
Posted By fysiks
Re: Request modify .sma to inl.

Good luck with your endeavors.
Forum: Suggestions / Requests 05-06-2024, 23:40
Replies: 11
Views: 444
Posted By fysiks
Re: Request modify .sma to inl.

Just provide a link to the plugin that you're using for your shop (or if it's not on this forum, attach the .sma file).
Forum: General 05-06-2024, 22:23
Replies: 4
Views: 268
Posted By fysiks
Re: Suggested setting in AMD Mod X or third-party plugin.

You need to find out what plugin is causing this. Does it still happen when you're running ONLY default AMX Mod X plugins?
Forum: Suggestions / Requests 05-05-2024, 23:26
Replies: 11
Views: 444
Posted By fysiks
Re: Request modify .sma to inl.

You need to explain your request better. "Make this more like that" is not helpful in most cases. You mention some sort of "shop" (whatever that is) but you don't say what it actually is. What...
Forum: Suggestions / Requests 05-05-2024, 15:47
Replies: 11
Views: 444
Posted By fysiks
Re: Request modify .sma to inl.

Yeah, you already said that in your original post and it still doesn't make sense. You need to say exactly what you want. I assume you want a plugin. What do you want that plugin to do? The .inl...
Forum: Scripting Help 05-04-2024, 21:56
Replies: 12
Views: 554
Posted By fysiks
Re: Duration & Cooldown

Please stop using large text for absolutely no reason.
Forum: Suggestions / Requests 05-04-2024, 21:54
Replies: 11
Views: 444
Posted By fysiks
Re: Request modify .sma to inl.

What does that even mean?
Forum: Suggestions / Requests 05-04-2024, 21:19
Replies: 5
Views: 287
Posted By fysiks
Re: adminvote plugin

How what? If you're talking about using the amx_votemapmenu command from chat, you just need to do what he said and edit mapsmenu.sma, compile it, and install it on your server.
Forum: HL1 Servers (HLDS) 05-04-2024, 21:18
Replies: 1
Views: 180
Posted By fysiks
Re: How can I change my wargods scan Unique Id

I don't see any game that runs on HLDS or even SRCDS called "WarGods". It sounds like you need to find a website that supports whatever game your playing.
Forum: Scripting Help 05-03-2024, 00:27
Replies: 2
Views: 233
Posted By fysiks
Re: single use parachute extra item

It looks like you might be able to add:


ClearUserHasParachute(id)


to the end of the function RemoveUserParachute(). Then remove all uses of MarkUserHasParachute().

Then you need a way...
Forum: Suggestions / Requests 05-03-2024, 00:14
Replies: 5
Views: 287
Posted By fysiks
Re: adminvote plugin

It doesn't really make sense to make that command be usable from a say command as it requires several arguments. Using the the menu makes more sense as was eluded to by mlibre.

P.S. Also,...
Forum: Suggestions / Requests 05-01-2024, 23:13
Replies: 5
Views: 358
Posted By fysiks
Re: Welcome

Oh, so you're not even going to try . . . that's a good way to get a bad reputation.

The first plugin (" GHW Connect Messages") in the link that I provided should do what you asked for. Just set...
Forum: Suggestions / Requests 04-30-2024, 22:59
Replies: 7
Views: 438
Posted By fysiks
Re: Skill points become negative

No idea what you just said.
Forum: Scripting Help 04-30-2024, 22:53
Replies: 8
Views: 465
Posted By fysiks
Re: Open MENU on button N

That menu system already closes the menu when you select an option. If it's still showing then you show it to them again so you need to not do that.

P.S. also note that it is impossible to know...
Forum: Suggestions / Requests 04-30-2024, 22:47
Replies: 5
Views: 358
Posted By fysiks
Re: Welcome

Here are some options (https://forums.alliedmods.net/search.php?do=process&query=connect&titleonly=1&forumchoice[]=8). If you can find that that is close to what you want, it might be easy to add...
Forum: HL1 Servers (HLDS) 04-30-2024, 22:28
Replies: 9
Views: 768
Posted By fysiks
Re: cs 1.6 how many servers can i run

You'll just have to try it out and see. One major limitation you're going to need to address is the bandwidth requirement. There used to be an article that gave example bandwidth requirements per...
Forum: Scripting Help 04-28-2024, 15:22
Replies: 18
Views: 1,016
Posted By fysiks
Re: Amx [FAKEMETA] g_pGameRules adress could not be found

Stop thinking that you can use AMX Mod X 1.8.2 for any server today, it's not even worth trying it.
Forum: Suggestions / Requests 04-28-2024, 15:13
Replies: 7
Views: 438
Posted By fysiks
Re: Skill points become negative

If you need to just make sure that the value doesn't go below zero, you can add a check after every location that subtracts a value such as this:


if( g_skills[id] < 0 )
{
g_skills[id] = 0
}
Forum: HL1 Servers (HLDS) 04-27-2024, 19:00
Replies: 2
Views: 348
Posted By fysiks
Re: No error, the server process is running, but the client does not find the server

Did you make sure to update your server to the latest version via SteamCMD? Also, I see you have an error from some non-standard plugin, did you try to also do a fresh install of AMX Mod X and then...
Forum: Scripting Help 04-26-2024, 21:41
Replies: 8
Views: 544
Posted By fysiks
Re: Change color in menu

It looks like you can change the number color in the "new menus" by setting the MPROP_NUMBER_COLOR (https://github.com/alliedmodders/amxmodx/blob/master/plugins/include/newmenus.inc#L75) property:
...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 05:17.


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