Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.07
seconds.
Search:
Posts Made By:
Bacardi
Forum:
Scripting
06-23-2022, 16:58
Replies:
2
Message output to HUD (DOD:s)
Views:
239
Posted By
Bacardi
Re: Message output to HUD (DOD:s)
...not all games support that message type.
https://sm.alliedmods.net/new-api/halflife/ShowHudText
Forum:
Source Servers (SRCDS)
06-23-2022, 16:51
Replies:
2
Insane CHOKE L4D2
Views:
270
Posted By
Bacardi
Re: Insane CHOKE L4D2
First, remove all your rate settings from config files.
Reboot server.
Did that help ?
Next, set one setting at time and look what happens.
sv_minrate 30000
net_splitpacket_maxrate 30000
...
Forum:
Scripting
06-17-2022, 05:26
Replies:
12
plugin causing csgo srcds freeze
Views:
404
Posted By
Bacardi
Re: plugin causing csgo srcds freeze
Users need avoid using OnGameFrame and OnPlayerRunCmd, if you not have a clue how those works.
Event repeating timer with 0.1 seconds is better solution.
Forum:
Source Servers (SRCDS)
06-17-2022, 05:06
Replies:
2
Friends can join my server but it is not in the server browser
Views:
305
Posted By
Bacardi
Re: Friends can join my server but it is not in the server browser
- Have you set up Game Server Login Token (GSLT) ?
- In that Steam account, where you register GSLT, have you spend $5 anywhere in steam purchase ?
+ have you add phone number to Steam account and...
Forum:
Source Servers (SRCDS)
06-16-2022, 15:25
Replies:
5
Metamod and Sourcemod won't load
Views:
333
Posted By
Bacardi
Re: Metamod and Sourcemod won't load
Is it me or why I have to generate metmod.vdf file to L4D game ?
Default metamod.vdf works other games but some reason not on L4D. (OS Windows)
*or do I remember wrong.
* only Left 4 Dead game.
Forum:
Scripting
06-10-2022, 11:38
Replies:
7
Spawn Events without spawn
Views:
411
Posted By
Bacardi
Re: Spawn Events without spawn
On event player_spawn, use GetClientTeam (https://sm.alliedmods.net/new-api/clients/GetClientTeam),
you get player current team.
When player enter in server, he will spawn in unknow team (team...
Forum:
Snippets and Tutorials
06-02-2022, 17:32
Replies:
2
[INC] NMRiH VScript Proxy
Views:
356
Posted By
Bacardi
Re: [INC] NMRiH VScript Proxy
AcceptEntityInput "Kill" is more safer than RemoveEntity()
Forum:
Off-Topic
06-01-2022, 15:44
Replies:
13
What are your favorite anime movies?
Views:
1,030
Posted By
Bacardi
Re: What are your favorite anime movies?
Spriggan
Ghost in the shell
Dragon ball Z
many goods movies from 80s and 90s
Forum:
Plugin/Gameplay Ideas and Requests
05-25-2022, 08:56
Replies:
2
[L4D2] Steam blocked player ignore
Views:
369
Posted By
Bacardi
Re: [L4D2] Steam blocked player ignore
...what is your current cvar setting, sv_allow_lobby_connect_only ??
Don't know have this anything to do it. Maybe problem itself is client side feature.
"sv_allow_lobby_connect_only" = "0" ( def....
Forum:
General
05-25-2022, 08:51
Replies:
5
Community servers running SourceMod broken after update
Views:
588
Posted By
Bacardi
Re: Community servers running SourceMod broken after update
Title say: SourceMod not work at any servers.
Asked in post: Does anyone have problem with SourceMod ?
Forum:
Extensions
05-22-2022, 10:25
Replies:
3
[Windows] SQLite 3.38.3 - 01.05.2022
Views:
719
Posted By
Bacardi
Re: [Windows] SQLite 3.38.3 - 01.05.2022
I know... but I'm too dummy to make it.
I wanted to upgrade SM own extension, because it was easy way and this is for testing purpose. :S
Forum:
Off-Topic
05-20-2022, 12:17
Replies:
13
What are your favorite anime movies?
Views:
1,030
Posted By
Bacardi
Re: What are your favorite anime movies?
Akira
Forum:
Off-Topic
05-19-2022, 13:00
Replies:
13
What are your favorite anime movies?
Views:
1,030
Posted By
Bacardi
Re: What are your favorite anime movies?
...haven't look Lupin before.
Forum:
Off-Topic
05-19-2022, 07:46
Replies:
13
What are your favorite anime movies?
Views:
1,030
Posted By
Bacardi
Re: What are your favorite anime movies?
Porco Rosso
Forum:
Source Servers (SRCDS)
05-17-2022, 11:27
Replies:
6
[L4D2] Some questions starting a dedicated server
Views:
414
Posted By
Bacardi
Re: [L4D2] Some questions starting a dedicated server
...as always, SourceMod not support listen server.
Keep that in mind when you make topics and clarify that.
Forum:
Source Servers (SRCDS)
05-14-2022, 14:55
Replies:
12
Solved
server still needs to be updated after validating
Views:
1,000
Posted By
Bacardi
Re: server still needs to be updated after validating
...I do not remember well but, SteamCMD maybe did not like to install anything
in same location where steamcmd program itself is.
What you could try is:
- Install SteamCMD to...
Forum:
General
05-14-2022, 02:03
Replies:
1
[L4D2] Listen Servers and Custom Campaigns
Views:
405
Posted By
Bacardi
Re: [L4D2] Listen Servers and Custom Campaigns
SourceMod not support Listen server.
Use SRCDS
Forum:
General
05-13-2022, 02:28
Replies:
9
Can't access admin menu
Views:
400
Posted By
Bacardi
Re: Can't access admin menu
That is not valid steamid.
https://steamid.io/lookup/76561197968912756
Use
"STEAM_0:0:4323514"
or
"[U:1:8647028]"
Forum:
Scripting
05-09-2022, 14:02
Replies:
2
Solved
Ping Question
Views:
194
Posted By
Bacardi
Re: Ping Question
scoreboard ping never worked right way. It use player cl_cmdrate and cl_updaterate. And maybe to do with TICKS
I maybe found that scoreboard code, below
void CPlayerResource::UpdatePlayerData(...
Forum:
Plugin/Gameplay Ideas and Requests
05-08-2022, 20:36
Replies:
7
Solved
Ping Viewer
Views:
569
Posted By
Bacardi
Re: Ping Viewer - Issue
It return seconds. You just convert to milliseconds.
And decimal value can be remove %.0f
https://wiki.alliedmods.net/Format_Class_Functions_(SourceMod_Scripting)#Advanced_Formatting
...
Forum:
Source Servers (SRCDS)
05-07-2022, 14:36
Replies:
5
Maps not downloading from CSGO dedicated server
Views:
406
Posted By
Bacardi
Re: Maps not downloading from CSGO dedicated server
The map... give a link where you download it.
Forum:
General
05-07-2022, 13:37
Replies:
4
Issue with my dev environment, during compile it cannot find files
Views:
474
Posted By
Bacardi
Re: Issue with my dev environment, during compile it cannot find files
...pure guess.
From project "properties", try add folder in here "Additional Include Directories"
194939
Forum:
General
05-06-2022, 17:24
Replies:
6
Invisible walls on official maps
Views:
954
Posted By
Bacardi
Re: Invisible walls on official maps
...you need look your plugins.
This could be one of those "rush B only" or similiar bomsite restriction / retake etc. etc.
Forum:
Source Servers (SRCDS)
05-05-2022, 22:18
Replies:
12
Solved
server still needs to be updated after validating
Views:
1,000
Posted By
Bacardi
Re: server still needs to be updated after validating
Are you using symlink or similiar, to mirror another folder?
*edit
can you show some steamcmd logs ...steamcmd\logs
Forum:
Scripting
05-05-2022, 13:53
Replies:
37
Solved
[L4D] How to force mission lost
Views:
4,661
Posted By
Bacardi
Re: [L4D] How to force mission lost
It is for commands.
Use sm_cvar
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
04:35
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2022, vBulletin Solutions, Inc.
Theme made by Freecode