←  Szukam pluginu

AMXX.pl: Support AMX Mod X i SourceMod

»

Szukam Welcome Sound

  • +
  • -
The.Scott's Photo The.Scott 23.07.2014

Szukam Welcome Sound plugin, sound mp3 formatu + plugina .sma

Quote

  • +
  • -
Mychu's Photo Mychu 23.07.2014

Porsze 

 

/* Plugin generated by AMXX-Studio */
 
#include <amxmodx>
#include <amxmisc>
 
#define PLUGIN "Welcome_Sound"
#define VERSION "1.0"
#define AUTHOR "Mychu"
 
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
}
public client_putinserver(id){
client_cmd(id, "mp3 play sound/misc/Welcome_Sound.mp3");
}
public plugin_precache()
{
precache_sound("misc/Welcome_Sound.mp3"); 
}
Quote

  • +
  • -
The.Scott's Photo The.Scott 23.07.2014

 

http://amxx.pl/topic...-welcome-sound/

Potrzebuję do cs 1.6..

 

Porsze 

/* Plugin generated by AMXX-Studio */
 
#include <amxmodx>
#include <amxmisc>
 
#define PLUGIN "Welcome_Sound"
#define VERSION "1.0"
#define AUTHOR "Mychu"
 
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
}
public client_putinserver(id){
client_cmd(id, "mp3 play sound/misc/Welcome_Sound.mp3");
}
public plugin_precache()
{
precache_sound("misc/Welcome_Sound.mp3"); 
}

Nie działa..

Quote

  • +
  • -
The.Scott's Photo The.Scott 23.07.2014

http://amxx.pl/topic...ersja/?p=652543

Ten działa podczas ładowania serwera, a gdy załadowuje to nie gra do konca..

Quote