Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 142
Search took 0.01 seconds.
Search: Posts Made By: OneMore
Forum: Plugins 12-25-2023, 20:16
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

The first draft :) released on GitHub (https://github.com/ssypchenko/cs2-gungame). You can test and ask questions on Counter Strike Sharp discord.
Because it does not SourceMode anymore :(, I do not...
Forum: Plugins 12-10-2023, 18:21
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

I've started the GunGame server on CS2. The same plugin is being rewritten on CounterStrikeSharp. I hope to publish it on Git Hub soon.
Forum: General 11-17-2023, 19:55
Replies: 102
Views: 48,771
Posted By OneMore
Re: Source 2 is finally coming to CS:GO ???

What do you think of CounterStrikeSharp? Is it a real competitor to Source 2 or just another MetamodeSource addon? There are already a lot of different plugins published on CounterStrikeSharp. While...
Forum: General 10-12-2023, 18:03
Replies: 102
Views: 48,771
Posted By OneMore
Re: Source 2 is finally coming to CS:GO ???

After the recent update there is a message in CS:GO that it will be supported until the new year. What do you think is the chance that we will have the working MetamodeSource and Source2Mode by the...
Forum: General 10-02-2023, 09:10
Replies: 102
Views: 48,771
Posted By OneMore
Re: Source 2 is finally coming to CS:GO ???

I don't blame anyone, of course, sorry if it sounds like it. And I appreciate everyone who works on it.

Yes, I would take part in development too if I can be useful...
Forum: General 10-01-2023, 19:46
Replies: 102
Views: 48,771
Posted By OneMore
Re: Source 2 is finally coming to CS:GO ???

I don't see any development of Source2Mod :(
https://github.com/alliedmodders/source2mod

If we have the working Metamode, Source2Mode development could start...
Forum: General 09-30-2023, 19:21
Replies: 102
Views: 48,771
Posted By OneMore
Re: Source 2 is finally coming to CS:GO ???

We need Source2Mod to add all the necessary plugins :)
Forum: General 09-30-2023, 09:54
Replies: 102
Views: 48,771
Posted By OneMore
Re: Source 2 is finally coming to CS:GO ???

Guys, is it right that more or less active Metamode Source is being developed now for Source2 support and after its release the development of Sourcemode 2 will start?
What do you think, how soon we...
Forum: Plugins 06-23-2023, 19:51
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

Check this option in settings:
/**
* Disable level down on knifepro.
*
* 1 - Level down disabled
* 0 - Level down enabled
*/
"DisableLevelDown" "0"
Forum: Plugins 06-13-2023, 14:15
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

This way would work.
I’ll check my nades plugin. I think it works still.
Forum: Scripting 06-11-2023, 12:41
Replies: 0
Views: 314
Posted By OneMore
Equip player model with specific body part and submodel settings

I set a simple player model to a player like:

PrecacheModel(model);
SetEntityModel(client, model);


Could you please give me an example of a code which allows setting a specific submodel of...
Forum: Source Servers (SRCDS) 02-03-2023, 08:21
Replies: 62
Views: 14,019
Posted By OneMore
Re: CSGO Update broke SM/SDK Hooks

It does not work for me :(
The error I have:
"Failed to open [email protected] (/lib/preload++ so.6: version CXXABI_1.3.8' not found (required by /home/server4006/game/bin/libtiero"
Forum: Extensions 10-15-2022, 21:22
Replies: 99
Views: 114,460
Posted By OneMore
Re: [EXTENSION] Sound Info Library v1.0.1

May I ask you to upload here the already compiled extension for Linux?
Unfortunately, I don't have access to the server command line to compile... :(
Forum: Plugins 09-09-2022, 18:04
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

gungame.config.txt

/**
* This gives the player a weapon with 50 bullets on nade level.
* Example:
* "NadeBonus" "glock" - gives glock
* ...
Forum: Plugins 09-02-2022, 18:48
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

Did you recompile the gungame plugin with an amended inc file?
I’m not sure where it makes difference but I would suggest having levels from 1 to 70 in the config file, but not in decreasing way.
Forum: Coding MM:S Plugins & SM Extensions 07-26-2022, 17:00
Replies: 369
Views: 259,724
Posted By OneMore
Re: Signature Request Thread

SM-WeaponModels plugin from Andersso (https://github.com/Andersso/SM-WeaponModels) uses signatures in gamedata file. Unfortunately, there is an error on startup connected to the signature:...
Forum: Scripting 07-13-2022, 15:09
Replies: 8
Views: 1,634
Posted By OneMore
Re: warning suppression in SM 1.11

Thanks!

I found version 1.11. It does not suppress warning by -w217 or --warning=217. However, it reflects the correct file at least.


Thanks a lot.
Forum: Scripting 07-13-2022, 03:41
Replies: 8
Views: 1,634
Posted By OneMore
Re: warning suppression in SM 1.11

I did not paste it because it does not help :(

Anyway here it is:


As I mentioned, gungame.sp is 600 lines long. But it is the complicated plugin with a lot of includes:


Thanks for the...
Forum: Scripting 07-12-2022, 06:16
Replies: 8
Views: 1,634
Posted By OneMore
Re: warning suppression in SM 1.11

Guys, sorry, but do you read my message?
I wrote


I understand that I can just edit the file. But I do not know which file I have to edit. If you can help me how to find which file should I...
Forum: Scripting 07-11-2022, 09:19
Replies: 8
Views: 1,634
Posted By OneMore
Re: warning suppression in SM 1.11

It was not help at all I'm afraid :) It looks like you just read a subject. But I described the issue in the text of the post.

By the way, can someone describe why this "formatting" issue is so...
Forum: Scripting 07-10-2022, 08:15
Replies: 8
Views: 1,634
Posted By OneMore
warning suppression in SM 1.11

Recently because of the issue with cs:go, I replaced Sourcemod from 1.10 to 1.11.
I suppressed unnecessary warning 217 (inconsistent indentation) in SM 1.10 by adding a parameter -w217 to...
Forum: Plugins 07-03-2022, 20:31
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

You can check Sourcemod logs: addons/sourcemod/logs
and server logs /logs
Forum: General 06-24-2022, 10:19
Replies: 55
Views: 16,593
Posted By OneMore
Re: CS:GO Update broke SM/meta (June 23rd)

Update compiled for Windows is live here:
https://www.sourcemod.net/downloads.php#
Waiting for Linux...
Forum: Plugins 06-15-2022, 08:27
Replies: 5,300
Views: 3,304,442
Posted By OneMore
Re: [CS:S/CS:GO] GunGame

All sounds used by GG are in gungame.config.txt
Do you have other config files for GG in cfg folder? For example, I have several folders for different GG setups. And I change settings folder...
Forum: Scripting 06-09-2022, 19:00
Replies: 7
Views: 1,069
Posted By OneMore
Re: Spawn Events without spawn

My bad, I checked events only on CS:GO events list page. It looks promising but needs to be investigated further.

But I will add to spawn event the check whether the player is alive anyway. It is...
Showing results 1 to 25 of 142

 
Forum Jump

All times are GMT -4. The time now is 13:49.


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