Kiwix Posted October 29, 2007 Report Share Posted October 29, 2007 1) Varat iedot precīzu linku uz warmup pluginu ?! meklēju amxmox.org, bet tur tādu neatradu (secinājums - slikti meklēju, bet ja atrodat tad ieliekat) 2) Kā paveidot adminvote.sma, lai varētu rakstīt amx_vote "mans jautājums?" "1. atbilde" "2. atbilde" "3. atbilde" "4. atbilde" Pld, ja kko atbildēsiet Link to comment Share on other sites More sharing options...
*jancis38* Posted October 29, 2007 Report Share Posted October 29, 2007 par to warmup, uzliec autorestart pluginu, tas pats vien ir. Link to comment Share on other sites More sharing options...
Fragrancer Posted October 29, 2007 Report Share Posted October 29, 2007 neuzskatu ka CWmods jātaisa caur amxx, bet gan caur alias rcon .... Link to comment Share on other sites More sharing options...
Kiwix Posted October 29, 2007 Author Report Share Posted October 29, 2007 (edited) Es gribēju warmup, jo auto-rr nepatīk :/ Kāds cw mods?? es to gribu parastam pub`am uzlikt (bet varbūt Tavu domu nesapratu ) Edited October 29, 2007 by kiwix Link to comment Share on other sites More sharing options...
Fragrancer Posted October 29, 2007 Report Share Posted October 29, 2007 Cik saprotu tu gribi uzlikt CW serveri .... manā uztverē CW serverim nav vajadz;igs ne AMXX ne metamod, bet gan ar alias sabindot rcon komandas ..... piemēram to pašu warmup, go, rr, map, dopi, nazi, utt Link to comment Share on other sites More sharing options...
remix.cc Posted October 29, 2007 Report Share Posted October 29, 2007 (edited) /* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #include <cstrike> #define PLUGIN "Warm Up" #define VERSION "1.0" #define AUTHOR "remix.cc" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_logevent("start", 2, "1=Round_Start") register_clcmd("warmup", "warmup1") } public start(id) { client_cmd(id, "warmup") } public warmup1(id) { cs_set_user_money(id, 16000, 1) } public client_authorized(id) { set_task(6.0, "start") } itka vajadzeetu stradat.. ja nestrada, tad saki... Edited October 29, 2007 by remix.cc Link to comment Share on other sites More sharing options...
Kiwix Posted October 29, 2007 Author Report Share Posted October 29, 2007 (edited) Nē es gribēju pub`am uzlikt warmup round ~1min un, lai tas laiks augšā playeriem rādītos! REMAINING-60/59 sec utt. Tas plugins man gāja, bet nav īsti tas ko vajag :/ Un vel lūdzu palīdziet ar tām vote! Edited October 29, 2007 by kiwix Link to comment Share on other sites More sharing options...
Čalis Posted March 29, 2009 Report Share Posted March 29, 2009 Sheit tev bus vote amx_vote <question> <answer1> <answer2> ja gribi vairaakas atbildes tad uzraksti vairak taas atbildes (4) amx_vote <question> <answer1> <answer2> <answer3> <answer4> un vari likt cik gribi taas atbildes bet isti nezinu cik ir MAX bet noderees Link to comment Share on other sites More sharing options...
Kiwix Posted March 29, 2009 Author Report Share Posted March 29, 2009 Čali, 1) uzraki vecu topiku, 2) pieliekot "<answer3> <answer4>" nekas nenotiks.... 3) neraksti, ja nezini.... 4) Lūdzu aizvērt šo un vēl 2 citus topikus, kurus viņš "uzraka" Link to comment Share on other sites More sharing options...
Recommended Posts