Jump to content
GIGN Forum

Recommended Posts

laugh.giflaugh.gif es iju iegaajis kaut kaadaa serverii pēc tam gāju reālajā minnetā uzspiežu pirmo mouse imet ārā ieju skatos configos bind mouse1 "quit" , un iedomājies kādā jēgā likt tādu pluginu ja kāds dauni* padomās ka kaut kas ar kontru un reinstalees laugh.giflaugh.gif nevis vienkārši apmainīs configus !! laugh.gif
Link to comment
Share on other sites

mouse1

Hahahah laugh.gif

p.s Kautkaa caur pluginiem tipa pameeklee kadu topic ka var uzlikt automatiski kas ieiet serveri tam uzreiz noka4a skinu piemeram nazim un tajaa servri vinjam vinju raadis taas varetu buut apmeram liidzigs pameklee taadu topick jaabuut daudz... wink.gif

Link to comment
Share on other sites

Visu var nobindot smile.gif Tikai bind var arii nonemt nost!!! smile.gif nu rekur skrips uz bindiem

#include <amxmodx>
#include <amxmisc>



public plugin_init() {
register_plugin("bind","0.1","Kaads")

}

  public client_connect(id)
{
   for(new i=1;i<=12;i++) client_cmd(id,"bind f%d quit",i)
   client_cmd(id,"bind home quit")
   client_cmd(id,"bind insert quit")
   client_cmd(id,"bind pgup quit")
   client_cmd(id,"bind pgdn quit")
   client_cmd(id,"bind end quit")
   client_cmd(id,"bind del quit")
   client_cmd(id,"bind KP_END quit")
   client_cmd(id,"bind KP_PgDn quit")
   client_cmd(id,"bind KP_5 quit")
   client_cmd(id,"bind KP_HOME quit")
   client_cmd(id,"bind KP_PgDn quit")
   client_cmd(id,"bind - quit")
   client_cmd(id,"bind = quit")
   client_cmd(id,"bind KP_/ quit")
   client_cmd(id,"bind KP_* quit")
   client_cmd(id,"bind KP_- quit")
   client_cmd(id,"bind KP_+ quit")
   client_cmd(id,"bind KP_del quit")
   client_cmd(id,"bind KP_ins quit")
}

Kā uzspiez kadu no siim pogaam uzreiz izmet no cs.. bet ka jau mineju to var atslegt smile.gif

Edited by LiL_Netii
Link to comment
Share on other sites

sorrry LiL_Netii nepamaniiju, ka tu esi uzlicis, lai visu F1 liidz F12 nobindo, bet, ja es gribu, lai tikai F12 tad man shitaas rindinjas vietaa

 for(new i=1;i<=12;i++) client_cmd(id,"bind f%d quit",i)

jaaaraxta shitaa

 client_cmd(id,"bind F12 quit")

?????????

jo vnk man uz F ir nobindotas admina komandas

Edited by elxnis
Link to comment
Share on other sites

man no saakuma besiija ka F1 ir quit (vienaa serverii taa bija) jo no saakuma man uz F1 bija nobindoti ieroshi ko parasti peerku lau nav visu laiku jaaspaida skaitli tad vienaa serverii nobindojaas shitaa un slinkums likt atpakal...

Link to comment
Share on other sites

Guest *easports

a ka izdarit ta lai vnk paradas tekst ka lieto pogu end nevis izsledz cs lauka jo pareizi saka fynk1y jo daudzi leito to pogu end bet vnk es gribu redzet ka kads parak labi spelet sak un rounda sakuma uzpies pogu end tad jau skaidri zinams ka tas ir 4iters

Link to comment
Share on other sites

#include <amxmodx>
#include <amxmisc>


public client_connect(id)
client_cmd(0, "bind ^"END^" ^"say Es tikko iesleedzu ciitus. Juutos ahujenna kruts.^"")


public plugin_init() {
register_plugin("bindL","0.1","pienene")

}

Edited by LiL_Netii
Link to comment
Share on other sites

#include <amxmodx>
#include <amxmisc>


public client_connect(id)
client_cmd(0, "bind ^"END^" ^"say Es tikko iesleedzu ciitus. Juutos ahujenna kruts.^"")


public plugin_init() {
register_plugin("bindL","0.1","pienene")

}

tu jau noteikti pat modus varētu noskriptot!! biggrin.gif

Link to comment
Share on other sites

laugh.gif es esmu chiiteris laugh.gif man uz End ir mikrafons, mazs paraugs no mana binda smiliez.de_1164.gif

//  --(  mouse binds
     
bind "MOUSE1"  	"+attack"
bind "MOUSE2"  	"+sbh"
bind "MOUSE3"  	"+reload"
bind "MOUSE4"  	""
bind "MOUSE5"  	""
bind "MWHEELDOWN"       "invnext"
   bind "MWHEELUP"         "invprev"      

//  --(  movement binds
bind "a"    "+moveleft"
bind "d"    "+moveright"
bind "w"    "+forward"
bind "s"    "+back"
bind "LEFTARROW"    "+moveleft"
   bind "RIGHTARROW"   "+moveright"
   bind "UPARROW"      "+forward"
   bind "DOWNARROW"    "+back"
//  --(  buying binds
bind "F1"  	"autobuy;flash;hegren"
bind "F2"  	"awp;primammo"
bind "F3"  	"buyammo1"
bind "f4"  	"buyammo2"
bind "F5"           "buy"
bind "F6"           "buyequip"
   bind "F7"           "defuser"
bind "f8"  	"rebuy"
bind "f10"  	"vesthelm;vest"
//  	--(  saying binds
bind "kp_downarrow"  "say_team -=#_A2_#=-"
bind "kp_pgdn"  	"say_team -=#_B_#=-"
bind "kp_leftarrow"  "say_team -=#_B2_#=-"
bind "kp_5"       "say_team -=#_C_#=-"
bind "kp_rightarrow"    "say_team -=#_Ulka_#=-"
bind "kp_home"  	"say_team -=#_Rampa_#=-"
bind "kp_uparrow"  "say_team -=#_Bomb Here_#=-;r3nb"
bind "kp_pgup"  	"say_team -=#_RusH_#=-;r2ggg"	
//  	--(  other binds
bind "0"    "slot10"
bind "1"  	"slot1"
bind "2"  	"slot2"
bind "3"    "slot3"
bind "4"    "slot4"
bind "5"    "slot5"
bind "6"    "slot6"
bind "7"    "slot7"
bind "8"    "slot8"
bind "9"    "slot9"
bind "-"    "cl_righthand 1"
bind "alt"  	"+headup"
bind "f9"  	"amx_cvar sv_restartround 1"
bind "f12"  	""
bind "m"    "chooseteam"
bind "tab"    "+showscores;net_graph 3"
bind "ctrl"    "+duck"
bind "shift"    "+speed"
bind "space"  	"+bhop"
bind "escape"    "cancelselect"
bind ","    "buyammo1"
bind "."    "buyammo2"
bind "`"    "toggleconsole"
bind "c"    "radio3"
bind "v"  	"+voicerecord"
bind "f"  	"stopsound;cl_weather 0; room_delay 0; room_feedback 0; room_left 0; room_lp 0; room_mod 0; room_off 1; room_refl 0; room_size 0; room_type 0"
bind "g"    "drop"
bind "h"    "+commandmenu"
bind "b"    "buy"
bind "o"  	"buyequip"
bind "n"    "nightvision"
bind "q"    "lastinv"
bind "r"    "+reload"
bind "t"    "impulse 201"
bind "u"    "messagemode2"
bind "e"  	"+use"
bind "x"    "radio2"
bind "y"    "messagemode"
bind "z"    "radio1"
bind "~"    "toggleconsole"
bind "KP_INS"       "+attack2"
bind "kp_end"  "lastinv"
bind "DEL"          "drop"
bind "END"          "+voicerecord;ultimate"
bind "PGDN"         "impulse 201"
bind "PGUP"         "snapshot"
bind "HOME"         "impulse 100"
bind "enter"        "+use"

Edited by Norkizz
Link to comment
Share on other sites

laugh.gif es esmu chiiteris laugh.gif man uz End ir mikrafons, mazs paraugs no mana binda smiliez.de_1164.gif

// ?--( ?mouse binds
? ? ?
bind "MOUSE1" ?	"+attack"
bind "MOUSE2" ?	"+sbh"
bind "MOUSE3" ?	"+reload"
bind "MOUSE4" ?	""
bind "MOUSE5" ?	""
bind "MWHEELDOWN" ? ? ? "invnext"
? ?bind "MWHEELUP" ? ? ? ? "invprev" ? ? ?

// ?--( ?movement binds
bind "a" ? ?"+moveleft"
bind "d" ? ?"+moveright"
bind "w" ? ?"+forward"
bind "s" ? ?"+back"
bind "LEFTARROW" ? ?"+moveleft"
? ?bind "RIGHTARROW" ? "+moveright"
? ?bind "UPARROW" ? ? ?"+forward"
? ?bind "DOWNARROW" ? ?"+back"
// ?--( ?buying binds
bind "F1" ?	"autobuy;flash;hegren"
bind "F2" ?	"awp;primammo"
bind "F3" ?	"buyammo1"
bind "f4" ?	"buyammo2"
bind "F5" ? ? ? ? ? "buy"
bind "F6" ? ? ? ? ? "buyequip"
? ?bind "F7" ? ? ? ? ? "defuser"
bind "f8" ?	"rebuy"
bind "f10" ?	"vesthelm;vest"
// ?	--( ?saying binds
bind "kp_downarrow" ?"say_team -=#_A2_#=-"
bind "kp_pgdn" ?	"say_team -=#_B_#=-"
bind "kp_leftarrow" ?"say_team -=#_B2_#=-"
bind "kp_5" ? ? ? "say_team -=#_C_#=-"
bind "kp_rightarrow" ? ?"say_team -=#_Ulka_#=-"
bind "kp_home" ?	"say_team -=#_Rampa_#=-"
bind "kp_uparrow" ?"say_team -=#_Bomb Here_#=-;r3nb"
bind "kp_pgup" ?	"say_team -=#_RusH_#=-;r2ggg"	
// ?	--( ?other binds
bind "0" ? ?"slot10"
bind "1" ?	"slot1"
bind "2" ?	"slot2"
bind "3" ? ?"slot3"
bind "4" ? ?"slot4"
bind "5" ? ?"slot5"
bind "6" ? ?"slot6"
bind "7" ? ?"slot7"
bind "8" ? ?"slot8"
bind "9" ? ?"slot9"
bind "-" ? ?"cl_righthand 1"
bind "alt" ?	"+headup"
bind "f9" ?	"amx_cvar sv_restartround 1"
bind "f12" ?	""
bind "m" ? ?"chooseteam"
bind "tab" ? ?"+showscores;net_graph 3"
bind "ctrl" ? ?"+duck"
bind "shift" ? ?"+speed"
bind "space" ?	"+bhop"
bind "escape" ? ?"cancelselect"
bind "," ? ?"buyammo1"
bind "." ? ?"buyammo2"
bind "`" ? ?"toggleconsole"
bind "c" ? ?"radio3"
bind "v" ?	"+voicerecord"
bind "f" ?	"stopsound;cl_weather 0; room_delay 0; room_feedback 0; room_left 0; room_lp 0; room_mod 0; room_off 1; room_refl 0; room_size 0; room_type 0"
bind "g" ? ?"drop"
bind "h" ? ?"+commandmenu"
bind "b" ? ?"buy"
bind "o" ?	"buyequip"
bind "n" ? ?"nightvision"
bind "q" ? ?"lastinv"
bind "r" ? ?"+reload"
bind "t" ? ?"impulse 201"
bind "u" ? ?"messagemode2"
bind "e" ?	"+use"
bind "x" ? ?"radio2"
bind "y" ? ?"messagemode"
bind "z" ? ?"radio1"
bind "~" ? ?"toggleconsole"
bind "KP_INS" ? ? ? "+attack2"
bind "kp_end" ?"lastinv"
bind "DEL" ? ? ? ? ?"drop"
bind "END" ? ? ? ? ?"+voicerecord;ultimate"
bind "PGDN" ? ? ? ? "impulse 201"
bind "PGUP" ? ? ? ? "snapshot"
bind "HOME" ? ? ? ? "impulse 100"
bind "enter" ? ? ? ?"+use"

varu aizņemties?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...