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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Moody92
Forum: Code Snippets/Tutorials 09-28-2022, 23:29
Replies: 3
Views: 3,086
Posted By Moody92
Re: Is it okay to copy snippets of code and tweak them?

Just ensure to give credits where needed, you'll need to assess the forum you're in if it requires crediting individuals. If this is for education, you might get penalized if your code is identical...
Forum: HL1 Servers (HLDS) 05-21-2022, 13:06
Replies: 24
Views: 4,001
Posted By Moody92
Re: Server doesn't show in steam master server list

max_queries_sec 1 --> I believe this means maximum query per user per second. Having it 1 might be conservative, up it to 3 or something.


@OP, do you get this when you open your server?
...
Forum: Scripting Help 05-14-2022, 06:26
Replies: 8
Views: 853
Posted By Moody92
Re: Increasing the sound speed in the Goldsrc

I haven't come across this in my GoldSrc days. As the question is vague and to help the next person, do you mean playback speed of .wav files?
Forum: Scripting Help 04-16-2022, 05:30
Replies: 7
...
Views: 553
Posted By Moody92
Re: Percentage

Corrected. I just went about settings float points all around.

Though the alternative point can do the job. I am not sure how precise the OP wants it.
Forum: Scripting Help 04-15-2022, 15:59
Replies: 7
...
Views: 553
Posted By Moody92
Re: Percentage

Post your code, if you make the 1000 a variable it'd be better

new Float:total = 1000.0 // Total
new Float:cProgress = 900.0 // Current progress, I am assigning numbers here just for example
...
Forum: Suggestions / Requests 04-12-2022, 06:19
Replies: 9
Views: 603
Posted By Moody92
Re: Used for CS1.5 and CS1.6 for help

Do you mean knockback similar to 'Zombie Plague'?
Forum: Scripting Help 04-10-2022, 04:07
Replies: 8
Views: 658
Posted By Moody92
Re: is_user_bot check problem

Corrected in first post, thanks.
Forum: Suggestions / Requests 04-09-2022, 10:04
Replies: 1
Views: 398
Posted By Moody92
Forum: Scripting Help 04-09-2022, 07:19
Replies: 8
Views: 658
Posted By Moody92
Re: is_user_bot check problem

I do not think running a prethink is a good idea, you will be spamming the server. I copy pasta'd some of your code, but the way I put it is starting a task every round that loops thru every bot and...
Forum: Scripting Help 04-08-2022, 09:28
Replies: 8
Views: 658
Posted By Moody92
Re: is_user_bot check problem

Your bot function is not being called anywhere. You need to trigger it somehow, just like the commands you have for the non-bot users.

public bot_check(id)
{
if(is_user_bot(id))
{
...
Forum: Suggestions / Requests 04-08-2022, 09:23
Replies: 8
Solved need plugin
Views: 794
Posted By Moody92
Re: need plugin

Not sure how AMXX orders the players in get_players( iPlayers, iNum, "ch" ); but you are looping through all players.

If you have many players online, the last number might not be representative...
Forum: Suggestions / Requests 04-08-2022, 09:15
Replies: 4
Views: 470
Posted By Moody92
Re: I need this plugin zm vs humans

Search for 'Zombie Plague' or be more descriptive.
Forum: Suggestions / Requests 03-05-2021, 08:07
Replies: 1
Views: 453
Posted By Moody92
Re: for cs 1.6 wowmod

Define hassle-free &

https://forums.alliedmods.net/showthread.php?t=67037
Forum: Suggestions / Requests 09-26-2020, 13:52
Replies: 14
Views: 9,011
Posted By Moody92
Re: Kill | Death sound

You just bumped a topic from '08 when people used to say pl0x. Make your own request.
Forum: Suggestions / Requests 09-26-2020, 13:50
Replies: 4
Views: 848
Posted By Moody92
Re: Searcing Build Color BaseBuilder

Assuming you are using Base Builder Zombie Mod v6.5 [01/15/2011] (https://forums.alliedmods.net/showthread.php?t=144287)
Forum: Suggestions / Requests 08-05-2020, 12:35
Replies: 13
Views: 2,007
Posted By Moody92
Re: [REQ] Plugin only freelook

I am not sure if there is a hook to detect when the player changes their view from anything to anything (probably not honestly), maybe something can be done through Orpheu.

mp_fadetoblack 1

The...
Forum: Suggestions / Requests 07-31-2020, 08:26
Replies: 2
Views: 1,092
Posted By Moody92
Re: Help please

Post in the SourceMod section.
Forum: Suggestions / Requests 07-31-2020, 08:26
Replies: 2
Views: 556
Posted By Moody92
Re: request remove weapon

https://forums.alliedmods.net/showpost.php?p=2010633&postcount=8
Forum: Suggestions / Requests 07-31-2020, 08:22
Replies: 25
Views: 2,576
Posted By Moody92
Re: Remove transparency?

Compiles alright for me, make sure the file is in xxx.sma format and make sure you have latest stable AMXX
Forum: Suggestions / Requests 07-31-2020, 08:18
Replies: 25
Views: 2,576
Posted By Moody92
Re: Remove transparency?

#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <hamsandwich>

new const VERSION[] = "0.7.0"

const MAX_PLAYERS = 32

new g_iPlayers[MAX_PLAYERS], g_iNum, g_iPlayer, i
Forum: Suggestions / Requests 03-06-2020, 06:08
Replies: 2
Views: 1,060
Posted By Moody92
Forum: Suggestions / Requests 12-29-2019, 11:54
Replies: 13
Views: 2,223
Posted By Moody92
Re: [Searching] Ban if lose x rounds

Honestly, this might be the dumbest and most unique request I have ever witnessed in my 8 years in this forum. I had the urge to login and comment.

The previous plugin should be a 5 minute ban....
Forum: Suggestions / Requests 12-15-2019, 10:49
Replies: 3
Views: 1,288
Posted By Moody92
Re: FPS Limiter

Forcing fps_max to a number is no longer possible. The only possible solution now is to kick the players that don't oblige with your settings. That's how you do it. If you truly see a server doing...
Forum: Suggestions / Requests 11-08-2019, 08:49
Replies: 20
Views: 2,899
Posted By Moody92
Re: Nvault to Fvault

The problem is the provider, if the provider is not allowing you to tap into filezilla then your problem is your provider.

There is absolutely no need to convert nvault to fvault just to be able...
Forum: Suggestions / Requests 10-22-2019, 01:19
Replies: 3
Views: 1,911
Posted By Moody92
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 07:41.


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