Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 53
Search took 0.00 seconds.
Search: Posts Made By: jedyny
Forum: Scripting 11-25-2021, 15:45
Replies: 2
Views: 770
Posted By jedyny
Setting spectator index

Hello,

Is there any way to set spectator index/observer slot for a given player in CS:GO?
Forum: Plugin/Gameplay Ideas and Requests 11-08-2019, 10:52
Replies: 5
Views: 1,620
Posted By jedyny
Forum: Plugin/Gameplay Ideas and Requests 11-07-2019, 17:19
Replies: 5
Views: 1,620
Posted By jedyny
Re: [REQUEST] TOP Players in HUD

Works perfectly. Thank you! :bacon!:

Just one more thing - I would like to add player position so it would look like this:

1. Player1 Kills X
2. Player2 Kills X

How can I do that?
Forum: Plugin/Gameplay Ideas and Requests 11-06-2019, 18:34
Replies: 5
Views: 1,620
Posted By jedyny
[REQUEST] TOP Players in HUD

Hello,

I need a plugin that would show TOP 3 players with most kills in HUD using ShowHudText.

It would look like this:

Player1 Kills: 15
Player2 Kills: 12
Player2 Kills: 10
Forum: Plugins 04-25-2017, 22:43
Replies: 19
Views: 10,508
Posted By jedyny
Re: [CS:GO] (1.23 - 22.02.17) Totenfluchs Scissors Rock Paper

Could you add a command to permanently block ssp invites? I would appreciate it :)
Forum: Plugin/Gameplay Ideas and Requests 04-15-2017, 20:01
Replies: 5
Views: 1,360
Posted By jedyny
Re: [search] join-menu

#pragma semicolon 1

#include <sourcemod>
#include <sdktools>

#pragma newdecls required


public void OnPluginStart()
{
Forum: Plugins 03-07-2017, 17:27
Replies: 51
Views: 22,301
Posted By jedyny
Re: [CSGO] CSGOWare 1.03 beta

I think moving walls on the hugging level should push/kill player, because for now everybody is getting stuck in these walls if they walk into them.
Forum: Plugins 03-04-2017, 16:35
Replies: 51
Views: 22,301
Posted By jedyny
Re: [CSGO] CSGOWare 1.01 beta

I think it is, cvar that would control default music volume would be really nice :) People on my server were asking how they can disable whole music, so I think a command to disable music would be...
Forum: Plugins 03-04-2017, 16:22
Replies: 51
Views: 22,301
Posted By jedyny
Re: [CSGO] CSGOWare 1.01 beta

Is there any chance to decrease music volume? it's really loud.
You should also disable hostname change :3 It keeps changing my hostname to gamemode name.
Forum: Plugins 03-04-2017, 13:12
Replies: 51
Views: 22,301
Posted By jedyny
Re: [CSGO] CSGOWare 1.01 beta

It looks very fun! I will give it a try on my minigames server :)
Forum: Plugin/Gameplay Ideas and Requests 02-28-2017, 14:26
Replies: 5
Views: 1,208
Posted By jedyny
Re: Give Random Weapon

Works fine, thanks guys =)
Forum: Plugin/Gameplay Ideas and Requests 02-26-2017, 12:54
Replies: 5
Views: 1,208
Posted By jedyny
Re: Give Random Weapon

Awesome! Thank you so much! This way is even better ;-)

Edit:
sm_giverandomweapon @me working fine, but I really need that to work with @all.
Forum: Plugin/Gameplay Ideas and Requests 02-25-2017, 09:46
Replies: 5
Views: 1,208
Posted By jedyny
Give Random Weapon

Hey!

Could somebody add a feature to this plugin - https://forums.alliedmods.net/showthread.php?t=195476
So I could give a random weapon to a player?

Example: sm_weapon @all random - This...
Forum: Scripting 11-14-2016, 18:50
Replies: 15
Views: 3,543
Posted By jedyny
Re: Spawn Particle

I'm using particles from CS:GO, so they are not custom. When I grab a present, particles are spawning exactly at the middle of the map.

I can spawn them normally in my position using this plugin -...
Forum: Scripting 11-14-2016, 09:19
Replies: 15
Views: 3,543
Posted By jedyny
Re: Spawn Particle

Thank you for your help so far! but particle still appears in some weird spot, not where the player is :(
Forum: Scripting 11-13-2016, 17:50
Replies: 15
Views: 3,543
Posted By jedyny
Re: Spawn Particle

Thank you for this code, but now I don't know how to execute it. I have never dealt with stocks before :roll:
Forum: Plugins 11-13-2016, 14:14
Replies: 104
Views: 62,069
Posted By jedyny
Re: [CS:GO] No-Scope Detector

Could you add a cvar to disable and enable the plugin?
Forum: Scripting 11-13-2016, 12:24
Replies: 15
Views: 3,543
Posted By jedyny
Re: Spawn Particle

Here it is:

No idea how to spawn it on the player position that triggered this public.


public Action:CreateParticle(Handle:Timer, particle)
{
int i, particle;
for (i = 0; i < 5;...
Forum: Scripting 11-13-2016, 10:42
Replies: 15
Views: 3,543
Posted By jedyny
Re: Spawn Particle

I just want to spawn a particle effect when someone pick up a gift, exactly where the player stands.

So I tried to add a timer in OnStartTouch public that would trigger a public with particle.
I...
Forum: Scripting 11-12-2016, 16:45
Replies: 15
Views: 3,543
Posted By jedyny
Spawn Particle

Hey, how can I spawn a particle exectly on the player postion?

I want something like this:


CreateTimer(0.0, CreateParticle);
^This will be in a public OnStartTouch.


public...
Forum: Plugins 11-02-2016, 12:11
Replies: 339
Views: 93,295
Posted By jedyny
Re: [ANY] Contracts

I found a new bug - people are getting credits even if they don't have any contract, but I have no idea when that happens :/
Forum: Plugin/Gameplay Ideas and Requests 11-02-2016, 11:38
Replies: 5
Views: 1,519
Posted By jedyny
Re: Simple menu

Working fine now, thanks guys!
Forum: Plugin/Gameplay Ideas and Requests 11-02-2016, 07:18
Replies: 5
Views: 1,519
Posted By jedyny
Re: Simple menu

Thank you, but we have some weird problem.

I tried your version with two options and FakeClientCommand doesn't work at all, but when I added some more options only the third one seems working :|...
Forum: Plugin/Gameplay Ideas and Requests 11-01-2016, 18:21
Replies: 5
Views: 1,519
Posted By jedyny
Simple menu

I would like to request a simple menu plugin.

Command sm_menu triggers a menu with 2 options and every option triggers FakeClientCommand.
Menu should disappear after 5 seconds if player doesn't...
Forum: Plugins 10-27-2016, 13:53
Replies: 339
Views: 93,295
Posted By jedyny
Re: [ANY] Contracts

It says - Latest commit f5c2261 2 days ago, Is this the latest version?
Showing results 1 to 25 of 53

 
Forum Jump

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


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