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

Showing results 1 to 25 of 312
Search took 0.01 seconds.
Search: Posts Made By: B3none
Forum: Source Servers (SRCDS) 05-02-2023, 06:30
Replies: 8
Views: 2,015
Posted By B3none
Re: [CSGO] Need help with maxrounds and overtime

I came to this thread because I was trying to figure out why a retakes server wouldn't go to the max rounds after setting the first 2 commands listed above. I found that my issue was that the...
Forum: Plugin/Gameplay Ideas and Requests 07-02-2022, 15:55
Replies: 2
Views: 788
Posted By B3none
Re: Faceit / ESEA Website Source Request

I wrote one a while ago which is being used by some smaller communities, it only supports 1 match at a time at the minute though.

https://github.com/csgo-league/csgo-league-web
Forum: Plugin/Gameplay Ideas and Requests 12-18-2019, 09:42
Replies: 3
Views: 1,374
Posted By B3none
Re: [CS:GO] Need Plugin Developer

Someones a bit angry :down:
Forum: Plugin/Gameplay Ideas and Requests 12-18-2019, 09:41
Replies: 5
Views: 1,468
Posted By B3none
Re: i need a coder for my server

People tend to use the discord server - https://discord.gg/HUc67zN
Forum: Plugin/Gameplay Ideas and Requests 12-18-2019, 09:40
Replies: 1
Views: 912
Posted By B3none
Re: [CSGO] Need Plugin Developer

If you're looking for Sourcemod help I'd totally recommend joining the official discord - https://discord.gg/HUc67zN
Forum: Plugin/Gameplay Ideas and Requests 12-16-2019, 08:45
Replies: 3
Views: 1,109
Posted By B3none
Re: Hiding default tag

Have you solved this? I'm pretty sure I used a plugin which solved this problem a while ago when I was looking into bhop servers. Lemme know and I'll go and dig out the solution. You'll probably want...
Forum: Plugin/Gameplay Ideas and Requests 12-16-2019, 08:42
Replies: 6
Views: 1,821
Posted By B3none
Re: One Name

That looks like quite a neat plugin! It'd be fun to write. Let me know if "DiogoOnAir" actually helped you. Happy to write this for you :)
Forum: Plugin/Gameplay Ideas and Requests 12-16-2019, 08:39
Replies: 1
Views: 1,071
Posted By B3none
Re: [CS:GO] [Paid] Items for BOTs

Unfortunately what you're asking for would be a breach of Valve's TOS, hence why you're not getting any response. If you'd like any help relating to things which do not breach Valve's TOS you'll...
Forum: Plugin/Gameplay Ideas and Requests 12-16-2019, 08:33
Replies: 5
Views: 1,468
Posted By B3none
Re: i need a coder for my server

If you're still struggling with this I would also recommend looking around to see what already exists. Sourcemod has been around a very long time so it's likely any plugins you want have likely been...
Forum: Plugins 07-04-2019, 15:45
Replies: 15
Views: 7,123
Posted By B3none
Re: [CS:GO]Ingame Login && Register system

Please look into salting passwords and why it's especially important when using a faster encryption such as md5.

Have a read of this article:...
Forum: Plugin/Gameplay Ideas and Requests 06-01-2019, 09:28
Replies: 3
Views: 945
Posted By B3none
Re: [CS:S] Retake plugin

Sounds like an awful lot of work but I'll give it a bash with you :)
Forum: Scripting 06-01-2019, 09:26
Replies: 4
Views: 2,868
Posted By B3none
Re: [HELP] Help fixing this decompiled plugin

Looks like a prohibited plugin to me. You won't get help here with this.
Forum: Plugins 05-04-2019, 06:10
Replies: 8
Views: 6,489
Posted By B3none
Re: [ANY]Simple Suicide plugin

#include <sourcemod>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required

#define MESSAGE_PREFIX "\x04[Server]\x01"

public Plugin myinfo =
{
Forum: Unapproved Plugins 05-02-2019, 20:56
Replies: 1,862
Views: 1,142,181
Posted By B3none
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

I also had this issue and can confirm that reverting to build 6932 resolves the above problem.
Forum: Scripting 04-26-2019, 18:29
Replies: 19
Views: 5,132
Posted By B3none
Re: [CSGO] ShowHudText not working

It's working fine for me locally FYI albeit a tad off-centre

https://images.b3none.co.uk/xXUW5J1LZM.jpg
Forum: Plugin/Gameplay Ideas and Requests 04-25-2019, 05:52
Replies: 3
Views: 1,698
Posted By B3none
Re: [ANY] Online time extension for chrome (ready)

https://images.b3none.co.uk/dmnauggmBI.png

Why does it need to read my browsing history?
Forum: Scripting 04-24-2019, 18:36
Replies: 4
Views: 2,044
Posted By B3none
Re: [CS:GO] Is it possible to force a players competitive color on server join?

It works! :)

https://github.com/b3none/compcolour/blob/master/scripting/compcolour.sp
Forum: Scripting 04-22-2019, 19:29
Replies: 19
Views: 5,132
Posted By B3none
Re: [CSGO] ShowHudText not working

It is worth noting that you're using a suuuuuper small 4:3 resolution so it could be that the HUD message is displaying just not on your screen. Once I've done some debugging tomorrow I'll be able to...
Forum: Scripting 04-22-2019, 19:20
Replies: 19
Views: 5,132
Posted By B3none
Re: [CSGO] ShowHudText not working

Very strange! I'll look into it and get a fixed rolled out. Not quite sure what's going on there, if you plop me a line on Discord you're likely to get a faster response off of me: B3none #0575
Forum: Scripting 04-22-2019, 09:04
Replies: 19
Views: 5,132
Posted By B3none
Re: [CSGO] ShowHudText not working

Thanks! :) Let me know if you're struggling with anything
Forum: Plugin/Gameplay Ideas and Requests 04-22-2019, 08:15
Replies: 6
Views: 3,028
Posted By B3none
Re: AWP + Knife only plugin

Made some small edits:


#include <sourcemod>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required

#define WEAPON_KNIFE 2
Forum: Scripting 04-22-2019, 06:59
Replies: 4
Views: 2,044
Posted By B3none
Re: [CS:GO] Is it possible to force a players competitive color on server join?

Looks like the offset used to set the clients colour is "m_iCompTeammateColor"

I've started work on this plugin:
https://github.com/b3none/compcolour/blob/master/scripting/compcolour.sp

It'd...
Forum: Scripting 04-22-2019, 05:15
Replies: 4
Views: 2,044
Posted By B3none
Re: [CS:GO] Is it possible to force a players competitive color on server join?

That'd be a fun plugin to write, look for what offset defines the clients icon colour.
Forum: Scripting 04-22-2019, 05:12
Replies: 19
Views: 5,132
Posted By B3none
Re: [CSGO] ShowHudText not working

If you'd like to see a working usage of the HUD message: https://github.com/b3none/retakes-hud Try putting in those position parameters and see what you're getting
Forum: Plugin/Gameplay Ideas and Requests 04-20-2019, 19:46
Replies: 4
Views: 1,048
Posted By B3none
Re: HELP With retake hud

Use https://github.com/b3none/retakes-hud
Showing results 1 to 25 of 312

 
Forum Jump

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


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