Участник
Пользователь
- Сообщения
- 281
- Реакции
- 196
- Помог
- 1 раз(а)
- Ошибка
-
//// wcm_music.sma
//
// D:\OsnovaServera\amxmodx-1.10.0-git5250-windows\addons\amxmodx\scripting\wcm_music.sma(20) : error 001: expected token: ";", but found "х"
// D:\OsnovaServera\amxmodx-1.10.0-git5250-windows\addons\amxmodx\scripting\wcm_music.sma(24) : error 010: invalid function or declaration
// D:\OsnovaServera\amxmodx-1.10.0-git5250-windows\addons\amxmodx\scripting\wcm_music.sma(27) : error 001: expected token: ";", but found "х"
//
// 3 Errors.
// Could not locate output file compiled\wcm_music.amx (compile failed).
//
// Compilation Time: 0,53 sec
// ----------------------------------------
- Компилятор
- Локальный
- Amx Mod X
- 1.10.0
- Исходный код
-
#include <amxmodx>
#define PLUGIN "WelcomeMusic"
#define VERSION "1.0"
#define AUTHOR "My_StyLe^^"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
}
public client_putinserver(id)
{
set_task(0.2, "WelcomeMusic", id);
return PLUGIN_HANDLED;
}
public WelcomеMusic(id)
{
client_cmd(id, "mp3 play sound/WelcomeMusic");
return PLUGIN_HANDLED;
}
public plugin_prеcаche()
{
precache_sound("WelcоmеMusic.mp3");
}
В этой теме было размещено решение! Перейти к решению.