RelaxX Posted March 25, 2008 Report Share Posted March 25, 2008 Lieta tāda ka pats sataisiju savu mūsiku rounda beigās bet nejiet!??? Kāpēc? Link to comment Share on other sites More sharing options...
GOMA smile Posted March 25, 2008 Report Share Posted March 25, 2008 Tu drosvien neesi kautko ierakstijis ka vaig Vai no kurienes nemt vai no kurienes lejuplade Link to comment Share on other sites More sharing options...
sLIDe Posted March 25, 2008 Report Share Posted March 25, 2008 ņem šo pluginu un edite Link to comment Share on other sites More sharing options...
GOMA smile Posted March 25, 2008 Report Share Posted March 25, 2008 Vins jau drosvien to nema tikai ne ta izlabojis Link to comment Share on other sites More sharing options...
RelaxX Posted March 25, 2008 Author Report Share Posted March 25, 2008 Ņēmu no šī topika http://www.gign.lv/forum/index.php?showtop...p;hl=roundsound To ko rakstija daviskrex. to kodu es ierakstiju sma failaa un viss tie soundi man arii ir tieshi tur kur tur teikts un tie nosaukumi arii!!! Bet nevaru nocompileet Link to comment Share on other sites More sharing options...
sLIDe Posted March 25, 2008 Report Share Posted March 25, 2008 //RoundSound.amxx -by PaintLancer #include <amxmodx> public plugin_init() { register_plugin("RoundSound","1.0","PaintLancer") register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin") register_event("SendAudio", "ct_win", "a", "2&%!MRAD_ctwin") } public t_win() { new rand = random_num(0,2) client_cmd(0,"stopsound") switch(rand) { case 0: client_cmd(0,"spk misc/twinnar") case 1: client_cmd(0,"spk misc/twinnar2") case 2: client_cmd(0,"spk misc/twinnar3") } return PLUGIN_HANDLED } public ct_win() { new rand = random_num(0,2) client_cmd(0,"stopsound") switch(rand) { case 0: client_cmd(0,"spk misc/ctwinnar2") case 1: client_cmd(0,"spk misc/ctwinnar3") case 2: client_cmd(0,"spk misc/ctwinnar4") } return PLUGIN_HANDLED } public plugin_precache() { precache_sound("misc/ctwinnar2.wav") precache_sound("misc/ctwinnar3.wav") precache_sound("misc/ctwinnar4.wav") precache_sound("misc/twinnar.wav") precache_sound("misc/twinnar2.wav") precache_sound("misc/twinnar3.wav") return PLUGIN_CONTINUE } Link to comment Share on other sites More sharing options...
RelaxX Posted March 25, 2008 Author Report Share Posted March 25, 2008 Jā ir tagad viss sanaaca bet atkal problēma!!! :blelohs: :blelohs: :blelohs: Link to comment Share on other sites More sharing options...
sLIDe Posted March 25, 2008 Report Share Posted March 25, 2008 tev vajadzeja noradit savus nosaukumus Link to comment Share on other sites More sharing options...
RelaxX Posted March 25, 2008 Author Report Share Posted March 25, 2008 Nu es noraadiju, apmainiju tajiem failiem nosaukumus sma failaa apmainiju nocompileju viss ok bet atkal!!! :blelohs: http://www.bildez.lv/bildes/gateens180/cs_.../1206470743.jpg Link to comment Share on other sites More sharing options...
sLIDe Posted March 25, 2008 Report Share Posted March 25, 2008 tev tas skaņas ir jaliek servera cstrike/sounds/misc direktorija Link to comment Share on other sites More sharing options...
RelaxX Posted March 25, 2008 Author Report Share Posted March 25, 2008 Nu ir!!! Baac nu es nezinu kas pa vainu! Link to comment Share on other sites More sharing options...
sLIDe Posted March 25, 2008 Report Share Posted March 25, 2008 ka tu serveri instaleji? Link to comment Share on other sites More sharing options...
RelaxX Posted March 25, 2008 Author Report Share Posted March 25, 2008 Kā instelēji!? Tuvāk bii paskaidro. Link to comment Share on other sites More sharing options...
sLIDe Posted March 25, 2008 Report Share Posted March 25, 2008 caur hlds update tool? Link to comment Share on other sites More sharing options...
RelaxX Posted March 25, 2008 Author Report Share Posted March 25, 2008 (edited) Nē. Man ir serveris tur pat kur CS spēlēju vaitat taa ir probleema!? Edited March 25, 2008 by RelaxX Link to comment Share on other sites More sharing options...
sLIDe Posted March 25, 2008 Report Share Posted March 25, 2008 tad liec sounds cs serveri/cstrike/misc Link to comment Share on other sites More sharing options...
RelaxX Posted March 25, 2008 Author Report Share Posted March 25, 2008 Tāpat!!!!! ko darīt! Link to comment Share on other sites More sharing options...
sLIDe Posted March 26, 2008 Report Share Posted March 26, 2008 iedod sound nosaukumus Link to comment Share on other sites More sharing options...
RelaxX Posted March 26, 2008 Author Report Share Posted March 26, 2008 Tā: //RoundSound.amxx -by PaintLancer #include <amxmodx> public plugin_init() { register_plugin("RoundSound","1.0","PaintLancer") register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin") register_event("SendAudio", "ct_win", "a", "2&%!MRAD_ctwin") } public t_win() { new rand = random_num(0,2) client_cmd(0,"stopsound") switch(rand) { case 0: client_cmd(0,"spk misc/souljaboy") case 1: client_cmd(0,"spk misc/silvers") case 2: client_cmd(0,"spk misc/goodch") } return PLUGIN_HANDLED } public ct_win() { new rand = random_num(0,2) client_cmd(0,"stopsound") switch(rand) { case 0: client_cmd(0,"spk misc/shot") case 1: client_cmd(0,"spk misc/tftm") case 2: client_cmd(0,"spk misc/smooth") } return PLUGIN_HANDLED } public plugin_precache() { precache_sound("misc/shot.wav") precache_sound("misc/tftm.wav") precache_sound("misc/smooth.wav") precache_sound("misc/souljaboy.wav") precache_sound("misc/silvers.wav") precache_sound("misc/goodch.wav") return PLUGIN_CONTINUE } Link to comment Share on other sites More sharing options...
sLIDe Posted March 26, 2008 Report Share Posted March 26, 2008 šitam vajadzetu iet ja tev skaņas ieliktas pareizi Link to comment Share on other sites More sharing options...
RelaxX Posted March 26, 2008 Author Report Share Posted March 26, 2008 Nejiet rāda servera konsulee atkal to pashu kipa Warning: Unable to open sound/misc/shot.wav for transfer Warning: Unable to open sound/misc/tftm.wav for transfer Warning: Unable to open sound/misc/smooth.wav for transfer Warning: Unable to open sound/misc/souljaboy.wav for transfer Warning: Unable to open sound/misc/silvers.wav for transfer Warning: Unable to open sound/misc/goodch.wav for transfer ??? Es mūsiku esu pareizi ielicis!!!! es nesaprotu!? :blelohs: Link to comment Share on other sites More sharing options...
sLIDe Posted March 26, 2008 Report Share Posted March 26, 2008 uzliec read only Link to comment Share on other sites More sharing options...
RelaxX Posted March 26, 2008 Author Report Share Posted March 26, 2008 Kur lai esto lieku read only!? Link to comment Share on other sites More sharing options...
Bumbulis Posted March 26, 2008 Report Share Posted March 26, 2008 (edited) neko Edited March 26, 2008 by Bumbulis Link to comment Share on other sites More sharing options...
RelaxX Posted March 26, 2008 Author Report Share Posted March 26, 2008 Lieta tāda kad eju caur citu CS un ir tā ka man tas dziesmas nelādē iemetu granaatas un vinas ar nelaadee pat man 1!! kodariit!? sv_downloads ir 1! Kas par vainu?? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now