Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $159
Target: $400
39%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.04
seconds.
Search:
Posts Made By:
Bacardi
Forum:
Plugin/Gameplay Ideas and Requests
12-26-2020, 13:15
Replies:
3
Requested anticheat
Views:
365
Posted By
Bacardi
Re: Requested anticheat
Autoban players with over 2.0 K/D after 1000 kills.
Forum:
Off-Topic
12-06-2020, 19:34
Replies:
14
I ordered new storage drives (1TB SSD and 2TB HDD)
Views:
2,875
Posted By
Bacardi
Re: I ordered new storage drives (1TB SSD and 2TB HDD)
quick bench THcqonT8MRM
Forum:
General
12-03-2020, 22:50
Replies:
6
Dedicated or Listen server to test plugins?
Views:
1,557
Posted By
Bacardi
Re: Dedicated or Listen server to test plugins?
Use SRCDS from steamcmd.
Depends game, it's more faster to test different plugins.
Set game to mini window of course.
Forum:
General
12-03-2020, 22:42
Replies:
1
How can i translate a custom admin menu?
Views:
350
Posted By
Bacardi
Re: How can i translate a custom admin menu?
What game?
And which file exactly, tell whole path.
What you have done this far?
Forum:
Off-Topic
12-02-2020, 17:49
Replies:
14
I ordered new storage drives (1TB SSD and 2TB HDD)
Views:
2,875
Posted By
Bacardi
Re: I ordered new storage drives (1TB SSD and 2TB HDD)
:p
*edit
5950X
185345
Forum:
Source Servers (SRCDS)
11-30-2020, 10:49
Replies:
7
[L4D2] Server crash after 1-2 hours
Views:
959
Posted By
Bacardi
Re: [L4D2] Server crash after 1-2 hours
@Scout12
Look ...addons/sourcemod/logs/ do you have any error logs. Show us.
*edit
When your server start up moment ago, use first server command:
sm_dump_handles myhandles1.txt
And when...
Forum:
Plugins
11-28-2020, 23:59
Replies:
2,208
[CSS/CS:GO] Weapon Restrict
Views:
1,083,342
Posted By
Bacardi
Re: [CSS/CS:GO] Weapon Restrict
From here https://github.com/Drifter321/csgo-css-weapon-restrict/tree/SM-1.9
I attach in this post
Forum:
Plugins
11-26-2020, 11:07
Replies:
2,208
[CSS/CS:GO] Weapon Restrict
Views:
1,083,342
Posted By
Bacardi
Re: [CSS/CS:GO] Weapon Restrict
install WeaponRestrict.phrases.txt translation file in right place.
Forum:
Source Servers (SRCDS)
11-26-2020, 06:51
Replies:
2
Map differs from server. Bug ?
Views:
512
Posted By
Bacardi
Re: Map differs from server. Bug ?
Make sure, in your game (or steam) you not have subscribe workshop map called de_dust2.
Maybe it is not that but check it anyway.
Are you using "fastdownload" ?
Delete de_dust2 map from there.
Forum:
Source Servers (SRCDS)
11-25-2020, 09:27
Replies:
4
Poll:
[URGENT] Unicode Data??????? Translation Data Crashing Servers And Clients
Views:
824
Posted By
Bacardi
Re: [URGENT] Unicode Data??????? Translation Data Crashing Servers And Clients
Internet is dangerous place. Maybe better plug connection off for your safety. Even this forum collect all your data what you give.
Forum:
Plugin/Gameplay Ideas and Requests
11-21-2020, 15:09
Replies:
2
[CSGO] Change playermodel of player with a command in-game
Views:
1,571
Posted By
Bacardi
Re: [CSGO] Change playermodel of player with a command in-game
Precache model before change, or server crash
Forum:
Source Servers (SRCDS)
11-20-2020, 08:49
Replies:
1
tie event removed after some changes
Views:
554
Posted By
Bacardi
Re: tie event removed after some changes
If game is CS:GO
- in casual mode (game_type 0; game_mode 0)
match not continue over mp_maxrounds
- in competitive mode (game_type 0; game_mode 1)
match not continue over mp_maxrounds
...
Forum:
General
11-18-2020, 21:01
Replies:
2
how to change the custom map folder?
Views:
564
Posted By
Bacardi
Re: how to change the custom map folder?
If cvar is hidden.
Try
sm_cvar mapcyclefile mapcycle2.txt
...unless, you are using cs:go mapgroups without nextmap and mapchooser plugins
Forum:
Source Servers (SRCDS)
11-18-2020, 20:56
Replies:
4
[TF2] My ban list is empty
Views:
656
Posted By
Bacardi
Re: [TF2] My ban list is empty
My english haven't get any better in this pass 9years. :D
Forum:
Plugin/Gameplay Ideas and Requests
11-18-2020, 20:50
Replies:
26
L4D2 how do I remove chainsaw or object on all maps
Views:
1,843
Posted By
Bacardi
Re: L4D2 how do I remove chainsaw or object on all maps
@JLmelenchon, keep focus. Read your config again.
Forum:
Source Servers (SRCDS)
11-18-2020, 06:44
Replies:
2
players still banned from my servers
Views:
570
Posted By
Bacardi
Re: players still banned from my servers
rcon listid
sm_unban "steam_0:x:xxxxx"
Forum:
Scripting
11-17-2020, 06:43
Replies:
4
Problems with GetClientName
Views:
633
Posted By
Bacardi
Re: Problems with GetClientName
GetClientName return value is bool, 1 or 0
bool GetClientName(int client, char[] name, int maxlen)
https://sm.alliedmods.net/new-api/clients/GetClientName
Here is three example, works same way...
Forum:
General
11-15-2020, 03:29
Replies:
9
[CS:GO] Admin group problem
Views:
844
Posted By
Bacardi
Re: [CS:GO] Admin group problem
Your hextag configure file, how it looks like?
Forum:
Scripting
11-13-2020, 18:10
Replies:
6
Invalid Timer Handle crash
Views:
689
Posted By
Bacardi
Re: Invalid Timer Handle crash
you can test it by yourself
public void OnMapStart()
{
PrintToServer("-- OnMapStart");
}
public void OnMapEnd()
Forum:
General
11-13-2020, 13:35
Replies:
9
[CS:GO] Admin group problem
Views:
844
Posted By
Bacardi
Re: [CS:GO] Admin group problem
Would help a lot if you post plugins list 1st in topic.
So, what is hextags ?
sm plugins list
Forum:
Scripting
11-12-2020, 16:55
Replies:
6
Invalid Timer Handle crash
Views:
689
Posted By
Bacardi
Re: Invalid Timer Handle crash
Common mistake, using timer flag TIMER_FLAG_NO_MAPCHANGE
- This stop timer when map change.
- This not clear Handle were you created timer.
- Remove flag or clear Handle at OnMapStart()
Forum:
Scripting
11-11-2020, 19:06
Replies:
3
Give client targetname
Views:
431
Posted By
Bacardi
Re: Give client targetname
...if you have trigger brush, why not look clients who touch that and make your choice output call or else ?
Forum:
General
11-11-2020, 19:00
Replies:
9
[CS:GO] Admin group problem
Views:
844
Posted By
Bacardi
Re: [CS:GO] Admin group problem
server command:
sm_dump_admcache
and show ...addons\sourcemod\data\admin_cache_dump.txt
Forum:
Scripting
11-09-2020, 14:38
Replies:
11
CheckCommandAccess fails check access
Views:
896
Posted By
Bacardi
Re: CheckCommandAccess fails check access
Yes, either that way.
Or with admins.cfg, you can grant many admin groups to single admin, just focus order how you give them.
3 Inheritance...
Forum:
Source Servers (SRCDS)
11-09-2020, 03:15
Replies:
14
tickrate question.... (cmdrate updaterate etc)
Views:
1,426
Posted By
Bacardi
Re: tickrate question.... (cmdrate updaterate etc)
...that is cmd rate. And it is binded to player FPS.
You can test by fps_max 30 for example
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
11:35
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode