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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: bigdaddy424
Forum: Scripting Help 03-25-2024, 00:29
Replies: 4
Solved solved
Views: 188
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: 236
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: 16
Views: 641
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: 6
Views: 468
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: 6
Views: 468
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: 6
Views: 468
Posted By bigdaddy424
StatTrak Technology v1.1 (BOT Support)

Description
Records all kills on a counter for each weapon
Modules

nVault - database module
JSON - value of key entry

Cvars

hud_channel_stattrak (default: -1) channel to use on the...
Forum: Suggestions / Requests 03-17-2024, 15:58
Replies: 5
Views: 263
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: 447
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: 361
Posted By bigdaddy424
Re: mysql

last update was in 2018, not that much has changed regardless
https://forums.alliedmods.net/showthread.php?t=279483
Forum: Suggestions / Requests 03-15-2024, 19:47
Replies: 5
Views: 295
Posted By bigdaddy424
Re: advanced bans

thats odd. you might be using an ancient version of hlds
at this point id get rid of regex completely
Forum: Suggestions / Requests 03-14-2024, 22:05
Replies: 3
Views: 246
Posted By bigdaddy424
Re: Problem with SuperAdmin 4.1

https://i.ibb.co/Fw3j5pL/image.png (https://ibb.co/1qQwrct)
your code compared to cmd_target from amxmisc lib
if statement must return a value
Forum: New Plugin Submissions 03-13-2024, 00:53
Replies: 8
Views: 1,195
Posted By bigdaddy424
Re: Private Message (Messages history)

thanks
well to be honest ive only used it for chit-chat. im not planning to make this a chat manager with group chats and so on like texting platforms you've mentioned with the only feature being...
Forum: Suggestions / Requests 03-12-2024, 16:00
Replies: 18
Views: 803
Posted By bigdaddy424
Re: Auto Name

this is the simplest form when not accounting for any conditions

#include <amxmodx>

public client_authorized(id)
set_user_info(id, "name", "asd")
Forum: New Plugin Submissions 03-09-2024, 14:53
Replies: 8
Views: 1,195
Posted By bigdaddy424
Re: Private Message (Messages history)

I've updated the code once it for all and decided to save every message sent and received from/to another player.
If you wish to change the appearance of the motd window you could so to at line #36...
Forum: New Plugin Submissions 03-06-2024, 15:48
Replies: 8
Views: 1,195
Posted By bigdaddy424
Re: Private Message

That would work great if I had used MySQL or some sort of database.
I have to squeeze a bunch of code to get it working with just nvault.
Forum: Code Snippets/Tutorials 03-05-2024, 21:30
Replies: 8
Views: 612
Posted By bigdaddy424
Re: [AMXX] Server Informations

since there isnt a tutorial on how to post data using sockets i took my time and came up with something simple:...
Forum: New Plugin Submissions 03-05-2024, 20:00
Replies: 8
Views: 1,195
Posted By bigdaddy424
Re: Private Message

Updated the source for viewing pleasure and fixed `for` loop condition.
Forum: Suggestions / Requests 03-05-2024, 18:47
Replies: 12
Views: 472
Posted By bigdaddy424
Re: [REQUEST][HL] timeleft, system clock HUD

to be honest all of my work i do does involve functions that are part of unofficial releases because i find it much simpler and sometimes people end up ignoring just because im not referencing 1.8.2
Forum: Suggestions / Requests 03-05-2024, 16:15
Replies: 12
Views: 472
Posted By bigdaddy424
Re: [REQUEST][HL] timeleft, system clock HUD

timeleft code by xpaw
timezones from ai

#include <amxmodx>
#include <engine>
#include <nvault>

#define UPDATE_TIME 1.0
#define ENTITY_CLASS "env_host_timeleft"
Forum: Code Snippets/Tutorials 03-05-2024, 13:10
Replies: 8
Views: 612
Posted By bigdaddy424
Re: [AMXX] Server Informations

you should be able to accomplish this without 3rd party modules, instead parse the json object in header using socekts
Forum: Suggestions / Requests 02-26-2024, 00:39
Replies: 8
Views: 447
Posted By bigdaddy424
Re: Knife Not Change

run client_cmd(id, "lastinv;lastinv") right after set_pev
Forum: Suggestions / Requests 02-23-2024, 22:38
Replies: 1
Views: 172
Posted By bigdaddy424
Re: Team arms do not work in replay

amxx plugins dont work on demos/replays
Forum: Suggestions / Requests 02-21-2024, 20:23
Replies: 4
Views: 296
Posted By bigdaddy424
Re: Tournament plugin

you gotta be a stack dev in my understanding. or hire on fiverr
Forum: Suggestions / Requests 02-18-2024, 17:20
Replies: 7
Views: 423
Posted By bigdaddy424
Re: bot auto planting bomb

youre right, its against their nature
only instance i see this working is using the logic of terrorists on cts just for the algorithm of planting the bomb and this probably requires editing the...
Forum: Suggestions / Requests 02-14-2024, 18:15
Replies: 15
Views: 811
Posted By bigdaddy424
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 11:23.


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