Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $9
Target: $400
2%
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:
General
Today, 17:24
Replies:
4
[TF2] Crash from TFCond_PlagueRune
Views:
123
Posted By
Bacardi
Re: [TF2] Crash from TFCond_PlagueRune
Good.
...so next time, that old phrase in each new topic, which original poster never mention in first post.
"meta version"
"sm version"
"sm plugins list"
:P
Forum:
Plugin/Gameplay Ideas and Requests
Today, 08:57
Replies:
3
[CSGO] Is it possible to spawn a proper weapon with CreateEntityByName.
Views:
92
Posted By
Bacardi
Re: [CSGO] Is it possible to spawn a proper weapon with CreateEntityByName.
Your welcome
Forum:
Plugin/Gameplay Ideas and Requests
Today, 06:35
Replies:
1
I want to keep the survivor's Health - L4D2
Views:
68
Posted By
Bacardi
Re: I want to keep the survivor's Health - L4D2
Not perfect... haven't tested in L4D2.
This works when player not reconnect.
- Player need stay on server at end of map and wait map change.
public void OnPluginStart()
{
...
Forum:
Plugin/Gameplay Ideas and Requests
Today, 05:03
Replies:
3
[CSGO] Is it possible to spawn a proper weapon with CreateEntityByName.
Views:
92
Posted By
Bacardi
Re: [CSGO] Is it possible to spawn a proper weapon with CreateEntityByName.
:/
...
int entity = CreateEntityByName("weapon_ak47");
float origin[3];
GetClientAbsOrigin(client, origin);
origin[2] += 100.0;
TeleportEntity(entity, origin, NULL_VECTOR,...
Forum:
Scripting
Yesterday, 16:20
Replies:
5
Remove first 4 digits of integer
Views:
177
Posted By
Bacardi
Re: Remove first 4 digits of integer
?
// range -99 - 99
Match = Match % 100;
Forum:
Scripting
Yesterday, 15:48
Replies:
6
Total weapons count on the map
Views:
227
Posted By
Bacardi
Re: Total weapons count on the map
sry double post
I don't fully understand OP question.
So I throw some things what you can try.
Do you want track specific entity ?
- Use EntIndexToEntRef(entity) <-> EntRefToEntIndex...
Forum:
Scripting
Yesterday, 15:13
Replies:
6
Total weapons count on the map
Views:
227
Posted By
Bacardi
Re: Total weapons count on the map
- I don't know what is topic game, but in some game weapons reset, those not have hammerid's.
- You can use FindEntityByClassname
// All entities "*"
int a = -1;
while((a =...
Forum:
Plugin/Gameplay Ideas and Requests
Yesterday, 09:11
Replies:
7
[Help] Vote map matchmaking
Views:
1,476
Posted By
Bacardi
Re: [Help] Vote map matchmaking
Yes #6 (https://forums.alliedmods.net/showpost.php?p=2692230&postcount=6)
When ever you use one of these commands (last executed command would be active):
mapgroup // Use map group from inside...
Forum:
General
03-03-2021, 08:22
Replies:
4
[CSGO] Can I do this with the log file?
Views:
197
Posted By
Bacardi
Re: [CSGO] Can I do this with the log file?
Have you look source dedicated server console variables, with find command ?
find log
"ai_disable" game cheat - Bi-passes all AI logic...
Forum:
Plugin/Gameplay Ideas and Requests
03-03-2021, 07:34
Replies:
1
CS-GO Serious problem
Views:
110
Posted By
Bacardi
Re: CS-GO Serious problem
...check your internet connection.
sv_max_allowed_net_graph 5
In your game, net_graph 5
Forum:
General
03-02-2021, 18:23
Replies:
4
[CSGO] Can I do this with the log file?
Views:
197
Posted By
Bacardi
Re: [CSGO] Can I do this with the log file?
Isn't this same topic...
[CSGO] Is there a way to emulate the kill feed? (https://forums.alliedmods.net/showthread.php?t=330987)
anyway, if you have MySQL database, why not request plugin ?
...
Forum:
Plugin/Gameplay Ideas and Requests
03-02-2021, 17:01
Replies:
4
adminmenu_custom - Problem
Views:
160
Posted By
Bacardi
Re: adminmenu_custom - Problem
attach txt file in your post ("Go Advanced")
Forum:
VSH / Freak Fortress
03-02-2021, 04:00
Replies:
5
FF2
Server keeps redownloading things
Views:
213
Posted By
Bacardi
Re: Server keeps redownloading things
There can be also sv_pure bug.
Changing sv_pure require map change, but if players are in server in this time, they get wierd glitches.
So, if you change sv_pure mode, add it in autoexec.cfg, not...
Forum:
Source Servers (SRCDS)
03-02-2021, 02:18
Replies:
2
[CSGO] Is there a way to emulate the kill feed?
Views:
175
Posted By
Bacardi
Re: [CSGO] Is there a way to emulate the kill feed?
Use sourcemod sql. SQLite for local database or MySql to connect your database.
There are lot rank plugins.
Forum:
Plugin/Gameplay Ideas and Requests
03-02-2021, 01:39
Replies:
20
[CSGO] bot quota fix
Views:
4,413
Posted By
Bacardi
Re: [CSGO] bot quota fix
https://forums.alliedmods.net/showthread.php?t=313044
But I'm not 100% sure it works.
Forum:
General
03-01-2021, 17:07
Replies:
2
Need custom plugin created
Views:
114
Posted By
Bacardi
Re: Need custom plugin created
187640
Forum:
Source Servers (SRCDS)
03-01-2021, 10:14
Replies:
6
Rates CS:S Public
Views:
202
Posted By
Bacardi
Re: Rates CS:S Public
yes. Just ignore CHOKE on round respawn event.
Forum:
Source Servers (SRCDS)
03-01-2021, 08:38
Replies:
6
Rates CS:S Public
Views:
202
Posted By
Bacardi
Re: Rates CS:S Public
You can't change players lerp, but you can restrict between range.
Lower lerp - more hit accurate, but players moves could look like lagging.
right amount lerp - smooth game play
Forum:
Source Servers (SRCDS)
03-01-2021, 06:25
Replies:
6
Rates CS:S Public
Views:
202
Posted By
Bacardi
Re: Rates CS:S Public
No you have not.
If CHOKE increase on players,
it means there are a lot of action on server which brings huge amount of information to players, but player has limit rate too low, then server...
Forum:
Suggestions / Requests
03-01-2021, 04:39
Replies:
1
CS:S Halftime Switch Plugin
Views:
116
Posted By
Bacardi
Re: CS:S Halftime Switch Plugin
Try search next time
https://www.sourcemod.net/plugins.php?cat=0&mod=1&title=Halftime&author=&description=&search=1
Forum:
Source Servers (SRCDS)
02-28-2021, 15:41
Replies:
12
Simple CSGO (!command) plugin - HELP
Views:
331
Posted By
Bacardi
Re: Simple CSGO (!command) plugin - HELP
https://i.imgflip.com/1f1xy6.jpg
Heha.
Anyway, good zenite.
Forum:
Source Servers (SRCDS)
02-28-2021, 06:31
Replies:
7
Solved
[CSGO] Need help with maxrounds and overtime
Views:
208
Posted By
Bacardi
Re: [CSGO] Need help with maxrounds and overtime
what game mode is this ? game_type; game_mode
And is mp_teamamtes_are_enemies ?
You want determine round win by one player and not by team ?
Is round based by round time or for example frag...
Forum:
Scripting
02-28-2021, 04:39
Replies:
8
Bug after losing a round
Views:
320
Posted By
Bacardi
Re: Bug after losing a round
Don't do that, or at least give a new name for map.
Map CRC code change every time when map is compiled.
Use Stripper or SM plugin to add more spawn points.
Forum:
Plugin/Gameplay Ideas and Requests
02-28-2021, 03:28
Replies:
7
Block Tag Groups Steam
Views:
297
Posted By
Bacardi
Re: Block Tag Groups Steam
Good ^^
Forum:
Source Servers (SRCDS)
02-27-2021, 15:44
Replies:
12
Simple CSGO (!command) plugin - HELP
Views:
331
Posted By
Bacardi
Re: Simple CSGO (!command) plugin - HELP
Hehe, this is why I "teased" :D
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
22:40
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode