Jump to content
GIGN Forum

Warmup & Vote


Recommended Posts

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

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 by kiwix
Link to comment
Share on other sites

/* 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 by remix.cc
Link to comment
Share on other sites

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 by kiwix
Link to comment
Share on other sites

  • 1 year later...

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 :khehehe:

Link to comment
Share on other sites

Č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

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...