Request to make auto-director plugin

В този раздел можете да подавате всякакви заявки за намиране, изработка или преработка на плъгини/модове.
Аватар
Igivapto
Извън линия
Foreigner
Foreigner
Мнения: 36
Регистриран на: 08 Май 2020, 14:52
Се отблагодари: 13 пъти
Получена благодарност: 1 път

Request to make auto-director plugin

Мнение от Igivapto » 17 Ное 2020, 17:15

Hello, i like to make plugin when admin is in spectators, to auto watch each player in interval of 5 sec, also to be able to change seconds with cvar command.I like this plugin for tournament for streaming on youtube. Thank you in advice
Последно промяна от OciXCrom на 20 Ное 2020, 23:33, променено общо 1 път.
Причина: Fixed title!

Аватар
hellmoss
Извън линия
AMXX Скриптър
AMXX Скриптър
Мнения: 80
Регистриран на: 15 Окт 2016, 20:24
Се отблагодари: 10 пъти
Получена благодарност: 14 пъти
Обратна връзка:

Request to make plugin

Мнение от hellmoss » 17 Ное 2020, 18:32

Изображение

Bruh
xLd Zombie Plague -- 46.4.77.125
https://discord.gg/kbjN5JRxWb

Аватар
Igivapto
Извън линия
Foreigner
Foreigner
Мнения: 36
Регистриран на: 08 Май 2020, 14:52
Се отблагодари: 13 пъти
Получена благодарност: 1 път

Request to make plugin

Мнение от Igivapto » 17 Ное 2020, 20:43

hellmoss написа: 17 Ное 2020, 18:32 Изображение

Bruh
For some reason it's not working on me it's stick on player i spectate, its not moving to another one...

Аватар
digitalbg
Извън линия
Потребител
Потребител
Мнения: 124
Регистриран на: 07 Май 2019, 13:13
Местоположение: Добрич
Се отблагодари: 119 пъти
Получена благодарност: 13 пъти

Request to make plugin

Мнение от digitalbg » 17 Ное 2020, 21:21

Steam ?!
45.144.155.100:27020

Аватар
SILENT HILL`
Извън линия
Потребител
Потребител
Мнения: 145
Регистриран на: 10 Мар 2020, 20:25
Се отблагодари: 4 пъти
Получена благодарност: 2 пъти
Обратна връзка:

Request to make plugin

Мнение от SILENT HILL` » 17 Ное 2020, 22:53

didn't understand you very well but you can use the plugin - Adminfreelok!
GlobalArena Dust2 Only ---> 93.123.18.76:27015 :gamer1:

Аватар
Igivapto
Извън линия
Foreigner
Foreigner
Мнения: 36
Регистриран на: 08 Май 2020, 14:52
Се отблагодари: 13 пъти
Получена благодарност: 1 път

Request to make plugin

Мнение от Igivapto » 18 Ное 2020, 01:00

digitalbg написа: 17 Ное 2020, 21:21Steam ?!
Yes

@SILENT HILL` I mean when i am already in spectators, to auto spectate every player for 5-10 seconds to not have to click left or right click in my mouse..

Аватар
SILENT HILL`
Извън линия
Потребител
Потребител
Мнения: 145
Регистриран на: 10 Мар 2020, 20:25
Се отблагодари: 4 пъти
Получена благодарност: 2 пъти
Обратна връзка:

Request to make plugin

Мнение от SILENT HILL` » 18 Ное 2020, 01:27

I hardly think that there is such a plugin or it can be created except for the OciXCrom boss there are no impossible things for it :pepo_laugh:
GlobalArena Dust2 Only ---> 93.123.18.76:27015 :gamer1:

Аватар
Igivapto
Извън линия
Foreigner
Foreigner
Мнения: 36
Регистриран на: 08 Май 2020, 14:52
Се отблагодари: 13 пъти
Получена благодарност: 1 път

Request to make plugin

Мнение от Igivapto » 18 Ное 2020, 01:46

SILENT HILL` написа: 18 Ное 2020, 01:27 I hardly think that there is such a plugin or it can be created except for the OciXCrom boss there are no impossible things for it :pepo_laugh:
no doubt then lets challenge him @OciXCrom :P

Аватар
Orangegame14
Извън линия
Потребител
Потребител
Мнения: 87
Регистриран на: 02 Апр 2020, 22:48
Се отблагодари: 6 пъти
Получена благодарност: 24 пъти

Request to make plugin

Мнение от Orangegame14 » 18 Ное 2020, 03:31

SILENT HILL` написа: 18 Ное 2020, 01:27 I hardly think that there is such a plugin or it can be created except for the OciXCrom boss there are no impossible things for it :pepo_laugh:
https://imgur.com/a/DXga28E

Here, it has 2 cvars. One for the +attack2 and another one for the -attack2 which are actually the right clicks on your mouse. One of these should be bigger than the other, by default the first. Otherwise if its only one of them it will be stuck. If the server in which the tournament will be played has the kill command in console blocked, the slay during transfer wont work, you can get killed by someone. If you need more options tell me to add. The command is /adminspec. If the task stops at sometime increase the number 999 on lines 23,24.

Код за потвърждение: Избери целия код

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

new Seconds
new Seconds2

public plugin_init()
{
	register_plugin("AutoAdminSpec", "1.0", "Ibrahim");
	register_concmd("say /adminspec", "AdminSpec")
	register_concmd("say_team /adminspec", "AdminSpec")
	Seconds = register_cvar("seconds_for_action1", "10.0");
	Seconds2 = register_cvar("seconds_for_action2", "8.0");
}
public AdminSpec(id)
{
	cs_set_user_team(id, CS_TEAM_SPECTATOR)
	client_cmd(id, "kill");
		
	set_task(get_pcvar_float(Seconds), "Countdown1", id, _, _, "a", 999);
	set_task(get_pcvar_float(Seconds2), "Countdown2", id, _, _, "a", 999);
	return PLUGIN_CONTINUE
}
public Countdown1(id)
{
	client_cmd(id, "+attack2");
}
public Countdown2(id)
{
	client_cmd(id, "-attack2");
}

Аватар
hellmoss
Извън линия
AMXX Скриптър
AMXX Скриптър
Мнения: 80
Регистриран на: 15 Окт 2016, 20:24
Се отблагодари: 10 пъти
Получена благодарност: 14 пъти
Обратна връзка:

Request to make plugin

Мнение от hellmoss » 18 Ное 2020, 14:43

Igivapto написа: 18 Ное 2020, 01:00
digitalbg написа: 17 Ное 2020, 21:21Steam ?!
Yes

@SILENT HILL` I mean when i am already in spectators, to auto spectate every player for 5-10 seconds to not have to click left or right click in my mouse..
Feature is already in cs. Has been for almost two decades.. It's in the spectators menu which is your +duck when you're dead.
xLd Zombie Plague -- 46.4.77.125
https://discord.gg/kbjN5JRxWb

Заключено
  • Подобни теми
    Отговори
    Преглеждания
     Последно мнение

Обратно към “Заявки за плъгини”

Кой е на линия

Потребители разглеждащи този форум: 0 регистрирани и 37 госта