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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: bigdaddy424
Forum: New Plugin Submissions 04-16-2024, 21:00
Replies: 3
Views: 521
Posted By bigdaddy424
Re: Ultimate Break Message v1.1

great idea, although your works lacks readability because its in someway hardcoded

use charsmax
put `get_mapname` in `plugin_init`, map name will never change
extensive use of `dir_exists`...
Forum: Scripting Help 04-16-2024, 20:18
Replies: 17
Views: 666
Posted By bigdaddy424
Re: error 017: undefined symbol "ChatColor"

can relate, but posting code on forum might become a hassle when you have to include a library file that has functions already built in
Forum: Scripting Help 04-16-2024, 20:13
Replies: 20
Views: 659
Posted By bigdaddy424
Re: Choosing a random player

youre totally confused and try to not lose it lol
Forum: Scripting Help 04-15-2024, 17:06
Replies: 20
Views: 659
Posted By bigdaddy424
Re: Choosing a random player

you can get a random player like this

new id, players = get_playersnum()
if (players)
id = random(1, players)
Forum: Suggestions / Requests 04-12-2024, 23:32
Replies: 1
Views: 461
Posted By bigdaddy424
Re: CSGO Fake match accept

give a scenario where match ready ACCEPT popup will show
Forum: Scripting Help 04-12-2024, 23:31
Replies: 9
Views: 394
Posted By bigdaddy424
Re: Something about dynamic arrays

Basic 2D arrays have a set size that cannot change, while dynamic arrays can adjust their size during runtime. Basic 2D arrays are best when you know the size beforehand and it won't change. Dynamic...
Forum: New Plugin Submissions 04-12-2024, 23:19
Replies: 4
Views: 496
Posted By bigdaddy424
Re: Quick-switch Reload v1.0 (AMXX 1.8 Compatible)

im unable to catch <weapon>_clipin.wav using FM_EmitSound
Forum: Scripting Help 04-12-2024, 21:12
Replies: 13
Views: 740
Posted By bigdaddy424
Re: nVault save + load

bits can hold up to 32 different true:false options in case you want to expand

#include <amxmodx>
#include <nvault>

#define SetBit(%1,%2) (%1 |= (1<<%2))
#define ClearBit(%1,%2) (%1 &=...
Forum: Scripting Help 04-10-2024, 13:46
Replies: 13
Views: 740
Posted By bigdaddy424
Re: nVault save + load

#include <amxmodx>
#include <chatmanager>
#include <nvault>

#define PLUGIN_VERSION "4.1"

#define SetBit(%1,%2) (%1 |= (1<<%2))
#define ClearBit(%1,%2) (%1 &= ~(1<<%2))
#define...
Forum: New Plugin Submissions 04-09-2024, 19:23
Replies: 8
Views: 784
Posted By bigdaddy424
Re: [CS|HL] StatTrak Technology v1.2 (BOT Support, AMXX 1.8 Compatible)

bug?: not able to select `More` in menu options
https://i.ibb.co/7NnhjYK/image.png (https://ibb.co/84rkNK9)
Forum: Suggestions / Requests 04-07-2024, 23:06
Replies: 11
Views: 612
Posted By bigdaddy424
Re: Cerere Plugins Furien

please and thank you would increase your chances of getting help by a mile
Forum: Suggestions / Requests 04-07-2024, 22:27
Replies: 2
Views: 280
Posted By bigdaddy424
Re: Addons Respawn

gofundme is a great place to start
Forum: Suggestions / Requests 04-04-2024, 19:45
Replies: 2
Views: 354
Posted By bigdaddy424
Re: [Request] Last Counter-Terrorist Alive get a knife with a lot of damage

#include <amxmodx>
#include <cstrike_const>
#include <fakemeta>
#include <hamsandwich>

const m_pPlayer = 41
const XO_CBASEPLAYERITEM = 4
const MIN_PLAYERS = 4
const Float:DAMAGE_MULTIPLIER =...
Forum: New Plugin Submissions 04-04-2024, 10:51
Replies: 4
Views: 496
Posted By bigdaddy424
Forum: New Plugin Submissions 04-03-2024, 00:51
Replies: 4
Views: 496
Posted By bigdaddy424
Quick-switch Reload v1.0 (AMXX 1.8 Compatible)

Description
Quick-switching as soon as the magazine hits the well will reload the weapon just like in CS 2
Install
Click `Get Plugin`
Notes
Majority of code is taken from forum posts
The time...
Forum: Code Snippets/Tutorials 04-01-2024, 16:10
Replies: 28
Views: 15,644
Posted By bigdaddy424
Re: Dynamic number of arguments in functions

stock ColorChat(index, const message[], any:...) {
new Message[191];
vformat(Message, 190, message, 3);

replace_all(Message, 190, "!g", "^4");
replace_all(Message, 190, "!y", "^1");...
Forum: Scripting Help 03-25-2024, 00:29
Replies: 4
Solved solved
Views: 281
Posted By bigdaddy424
Re: Help - I cant fix it any idea`?

xb bots trick game and gives them fake steamids which depending on the hour of day adjusts bots so it doesnt increase suspicion when using this plugin for a higher rank on gametracker server list....
Forum: Suggestions / Requests 03-23-2024, 00:53
Replies: 3
Views: 352
Posted By bigdaddy424
Re: Zombie Models

slightly different but texture filename is militia5
id probably search for keyword militia zombie model
Forum: HL1 Servers (HLDS) 03-20-2024, 21:18
Replies: 17
Views: 1,762
Posted By bigdaddy424
Re: HLDS won't work on linux

try using https://github.com/SteamRE/DepotDownloader
Forum: New Plugin Submissions 03-20-2024, 01:34
Replies: 8
Views: 784
Posted By bigdaddy424
Re: StatTrak Technology v1.1 (BOT Support)

thanks for your comment, i thought a bit more and decided to add support for bots, since the plugin caches data using authid ive decided to check whether the client is a bot and use their name...
Forum: New Plugin Submissions 03-17-2024, 22:59
Replies: 8
Views: 784
Posted By bigdaddy424
Re: StatTrak Technology

Is there an impactful difference using DeathMsg or Ham_Killed as per gold standard?
Switched to Ham_Item_Deploy instead of CurWeapon
Apparently CurWeapon will fire every round shot...
Forum: New Plugin Submissions 03-17-2024, 17:57
Replies: 8
Views: 784
Posted By bigdaddy424
[CS|HL] StatTrak Technology v1.2 (BOT Support, AMXX 1.8 Compatible)

Description
Records all kills on a counter for each weapon
Modules

nVault - database module
JSON - value of key entry (if using amxx 1.9+)

Cvars

hud_channel_stattrak (default: -1)...
Forum: Suggestions / Requests 03-17-2024, 15:58
Replies: 5
Views: 362
Posted By bigdaddy424
Re: autoresponder edit

something like this should work

new mapname[32];
public plugin_init() get_mapname(mapname, 31);
stock setColor(string[], len)
{
if (contain(string, "!t") != -1 || contain(string, "!g") != -1...
Forum: New Plugin Submissions 03-17-2024, 03:40
Replies: 5
Views: 665
Posted By bigdaddy424
Re: Mewtwo Rescue - Pokemon Adventure (Beta)

boss arenas are fun when theres rpgs, annoying small creatures, friends and friendlyfire on., just my thought
Forum: Suggestions / Requests 03-17-2024, 03:36
Replies: 7
Views: 490
Posted By bigdaddy424
Re: mysql

last update was in 2018, not that much has changed regardless
https://forums.alliedmods.net/showthread.php?t=279483
Showing results 1 to 25 of 500

 
Forum Jump

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


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