Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.24 seconds.
Search: Posts Made By: Bacardi
Forum: Scripting 03-02-2024, 07:08
Replies: 2
Views: 631
Posted By Bacardi
Re: sm in dedicated and in listening server

Metamod source and sourcemod support only
Source Dedicated Server = srcds


...so, do not ask help to in game, listenserver
Forum: Scripting 02-18-2024, 10:20
Replies: 7
Views: 387
Posted By Bacardi
Re: Play my sound of death

Ok.
Not sure why you not get it work, I have not seen your whole plugin.

I can't help much for now, I do other things.

Anyway, have you try similiar plugins ?...
Forum: Scripting 02-18-2024, 06:19
Replies: 7
Views: 387
Posted By Bacardi
Re: Play my sound of death

Usually there is "userid" in player_death.
Would help if you tell us, what is a game?

There are many many hl2 games and have own differences.
Forum: Scripting 02-18-2024, 01:24
Replies: 7
Views: 387
Posted By Bacardi
Re: Play my sound of death

https://sm.alliedmods.net/new-api/halflife/PrecacheSound

Also, look other plugins source code. For examples.
Forum: Metamod:Source Plugins 02-16-2024, 10:40
Replies: 53
Views: 17,655
Posted By Bacardi
Re: CS2 Fake Rcon

https://github.com/Salvatore-Als/cs2-fake-rcon/releases

?
Forum: Snippets and Tutorials 02-10-2024, 14:50
Replies: 4
Views: 5,671
Posted By Bacardi
Re: [INC] Unix Time by Bugsy - Ported to SourceMod

If some one want fancy time formats and calculations,
you can connect into SM extension sqlite and perhaps do fastcall query.

https://www.sqlite.org/lang_datefunc.html
Forum: Plugin/Gameplay Ideas and Requests 02-10-2024, 14:43
Replies: 6
Views: 442
Posted By Bacardi
Re: L4D2

You should post source file, not compiled plugin.
Forum: Metamod:Source Questions 02-10-2024, 03:36
Replies: 2
Views: 239
Posted By Bacardi
Re: MM:S for CS2

https://forums.alliedmods.net/showpost.php?p=2814765&postcount=5


*try latest dev build mm:s 2.0
https://www.sourcemm.net/downloads.php/?branch=master

Or just need wait new build.
Forum: General 02-09-2024, 15:27
Replies: 1
Views: 232
Posted By Bacardi
Re: cant connect to mysql database

Are those mysql databases, free to use?
What service is hosting those?
Forum: Plugin/Gameplay Ideas and Requests 02-09-2024, 01:45
Replies: 2
Views: 391
Posted By Bacardi
Re: Damage Editor [Zombie Panic! Source]

...ZPS have ability to change weapon damage via AngelScript.

But now I have no opportunity to do that plugin :/
Forum: Scripting 02-08-2024, 23:43
Replies: 2
Views: 468
Posted By Bacardi
Re: Plugin Code & Compile Help

#pragma newdecls required
https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enforcing_new_syntax

You have colons : added in event callback
// Event handler for player death
public...
Forum: Scripting 02-08-2024, 22:23
Replies: 2
Views: 330
Posted By Bacardi
Re: Long type support in Sourcemod?

...32bit program.
There is tricks, to use array size 2. Higher value and lower value.
SM formattime is able to use those.

*edit
64bit string to int... hmmm
...
Forum: Scripting 02-08-2024, 22:15
Replies: 1
Views: 278
Posted By Bacardi
Re: Detect weapon hits an entity (all entities not on clients only)

You can do by hook OnTakeDamage to entity, and check is attacker player.

To get entities, there is SDKHooks https://sm.alliedmods.net/new-api/sdkhooks/OnEntityCreated
Hook first with...
Forum: General 02-08-2024, 21:58
Replies: 8
Views: 659
Posted By Bacardi
Re: [L4D2] basecommands.smx preventing scavenge cans spawn

I can not test and confirm this problem. OS is Windows?

But, you are using Metamod:Source version 2.0.0-dev+1280
- Does it help if you upgrade to stable 1.11 ?...
Forum: Coding MM:S Plugins & SM Extensions 02-07-2024, 21:18
Replies: 3
Views: 591
Posted By Bacardi
Re: Need some reminders on how to setup my dev env.

I only find linux
https://wiki.alliedmods.net/Debugging_Metamod:Source_on_Linux

You may get better help from Discord, https://forums.alliedmods.net/showpost.php?p=2653055&postcount=1
Forum: Coding MM:S Plugins & SM Extensions 02-07-2024, 07:12
Replies: 3
Views: 591
Posted By Bacardi
Re: Need some reminders on how to setup my dev env.

I have just touched little bit...

But this one was great start https://wiki.alliedmods.net/Building_sourcemod
To build SM for practising and get AMBuild work.
Next build MM:S 1.11, you need...
Forum: Scripting 02-04-2024, 06:44
Replies: 4
Views: 561
Posted By Bacardi
Re: [L4D2] How to get or calculate the damage when bullet didnt hit

Thanks. Now just need translate... I took picture

weapon attributes can look inside weapon ...scripts\*.ctx files or txt
(example, but don't edit server files, or players get kick...
Forum: Coding MM:S Plugins & SM Extensions 02-04-2024, 05:33
Replies: 0
Views: 257
Posted By Bacardi
[Q] What is proper way edit clang flags ?

I'm very noob on this MM:S plugin compiling.

This far on Linux, I have follow this tutorial Building SourceMod (https://wiki.alliedmods.net/Building_SourceMod)
and I managed build whole...
Forum: SourceBans / SourceBans++ 02-03-2024, 21:53
Replies: 7
Views: 804
Posted By Bacardi
Re: (not a Sourcebans issue) All players reported as having the same IP address

...interested.
I'm wondering does this happen only SourceMod GetClientIP.

You could look status command more often, do players have same IP.

One thing what could cause this is, plugin is...
Forum: General 02-03-2024, 07:57
Replies: 4
Views: 718
Posted By Bacardi
Re: Metamod and sourcemod 2024

Could you show that last request? Command ls -lh

Anyway, shutdown server.
Delete those both metamod.vdf files.

https://www.sourcemm.net/downloads.php?branch=stable
Grap mm:s stable linux zip...
Forum: General 02-03-2024, 03:09
Replies: 11
Views: 719
Posted By Bacardi
Re: amxmodx but ?

...remove all amx plugins, start server with both addons, enter in server.
Does server crash? No?

Next step, shutdown server, put half of your plugins back, start server, join in server.
Does...
Forum: General 02-02-2024, 22:05
Replies: 4
Views: 718
Posted By Bacardi
Re: Metamod and sourcemod 2024

Install latest mms and sm, linux version.

What you have inside ...addons/metamod.vdf ?

Go to directory ...addons/metamod/bin/
Open terminal in same directory and use cmd: ls -lh
Forum: Source Servers (SRCDS) 02-02-2024, 15:24
Replies: 2
Views: 571
Posted By Bacardi
Re: multiple servers with one shared server

https://wiki.alliedmods.net/Configuring_Metamod:Source
Look bottom
Forum: SourceBans / SourceBans++ 02-01-2024, 22:19
Replies: 7
Views: 804
Posted By Bacardi
Re: (not a Sourcebans issue) All players reported as having the IP address

Plugin_print
Meta list
Sm exts list
Sm plugins list


Status
Forum: Scripting 02-01-2024, 12:33
Replies: 4
Views: 389
Posted By Bacardi
Re: [CS:S] Stop bots from going knife at the start of a round

https://sm.alliedmods.net/new-api/cstrike/CS_DropWeapon


Edit
Here is example, if you want player to use another weapon for example...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 04:20.


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