Главная | Поиск | Чат | Форум | Рынок | | Регистрация | Вход
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]

Уважаемые пользователи, прежде чем открыть новую тему ознакомьтесь пожалуйста с правилами и воспользуйтесь поиском.

  • Страница 1 из 1
  • 1
Модератор форума: Cooller^_^, Mushroom, Tiger_  
музыкальное приветствие
danilhardeptДата: Среда, 2013-01-09, 12:02 | Сообщение # 1
Сообщений: 2
Награды: 1
переделал только из mp3 waw и переминовал файл и что то музыка не играет посмотрите пожалуйста

/*
* Plays a welcome sound to the player who connects
* dowload fith ****www.ya-cs.ru****
* by White Panther
*
* v1.0
*
* v1.1:
* - addition to add easily own sounds
*
* v1.2.1:
* - bug with not playing sounds to client fixed
* - added file exist check for soundfile
*
* v1.2.3:
* - changes:
* - way of giving id to timer
*/

#include <amxmodx>

// change this number to the amount of sounds u have
#define Maxsounds 1

// add here your sounds, sounds must be somewhere in <ModDir>/sounds
// format must be like: {"misc/sound1","ambience/sound2"}
new soundlist[Maxsounds][] = {"misc/welcome"}

new plugin_author[] = "White Panther"
new plugin_version[] = "1.2.3"

public plugin_init(){
register_plugin("Join_Music",plugin_version,plugin_author)
register_cvar("join_music_version",plugin_version,FCVAR_SERVER)
}

public plugin_precache(){
for ( new a = 0; a < Maxsounds; a++ ){
new temp[128]
format(temp,127,"sound/%s.mp3", soundlist[a])
if ( file_exists(temp) ){
new soundfile[128]
format(soundfile,127,"%s.mp3", soundlist[a])
precache_sound( soundfile )
}
}
}

public client_putinserver(id){
set_task(1.0,"consound",100+id)
}

public consound(timerid_id){
new id = timerid_id - 100
new Usertime
Usertime = get_user_time(id, 0)
if ( Usertime <= 0 ){
set_task(1.0,"consound",timerid_id)
}else{
new i = random(Maxsounds)
client_cmd(id,"spk ^"%s^"",soundlist[i])
}

return PLUGIN_CONTINUE
}
 Российская Федерация
sezДата: Среда, 2013-01-09, 13:39 | Сообщение # 2
Сообщений: 1159
Награды: 308
danilhardept, mp3 движок игры не читает, просто нет такой возможности.

Сообщение отредактировал sez - Среда, 2013-01-09, 13:40
 Российская Федерация
  • Страница 1 из 1
  • 1
Поиск:
Статистика Форума
Последние темы Читаемые темы Лучшие пользователи Новые пользователи

Общение :3

(1745)

нужен грамотный человек

(12)

Продвижение сайтов (крауд 0,97$/ссылка)

(0)

Помогите создать сайт

(23)

Обучения криптотрейдингу

(0)

Общение ^-^

(9999)

Общение:> (закрыта)

(9999)

Общение :] (закрыта)

(9728)

Флудилочка дизайнеров :)

(5928)

Досчитаем до 10000:)

(4786)

Cooller^_^

(6326)

REDtooth

(2547)

Gep

(2421)

redemaxa

(2162)

cs-strikez

(2010)

rosy76

(2024-11-19)

sherko0

(2024-11-12)

splash101

(2024-11-11)

zxcpul

(2024-11-05)

BOSS_world

(2024-10-30)

Популярные