![]() |
Granaten direkt werfen Hi, ich suche ein Script, um Granaten direkt zu schmeißen, soll heißen, ich renn mit der MP5 rum, drück einen Knopf und mein virtueller Kollege wirft eine Granate, danach soll er dann wieder seine MP5 in der Hand haben ( MP5 ist nur Beispiel, soll mit jeder Waffe gehen =) ) So ging das früher mal: // alias +flashbang "use weapon_flash; +attack" alias -flashbang "-attack; lastinv" // Oder haben sich nur die "use weapon_X" , also das X geändert? Habe das auch schonmal so ausprobiert: // alias +throwing "wait; wait, wait; +attack" alias -throwing "-attack" // alias +he_gren_t "slot4; +attack; +throwing" alias -her_gren_t "-attack" bind "KP_LEFTARROW" "+he_gren_t" // MfG |
da hat sich soweit ich weiß nix geändert... das is eigentlich richtig so.. ich glaub das hier is das gleiche das du hast aber versuch es mal: ============================================ alias +throw_he "weapon_hegren; wait; +attack" alias -throw_he "-attack; lastinv" alias +throw_flash "weapon_flash; wait; +attack" alias -throw_flash "-attack; lastinv" alias +throw_sgren "weapon_sgren; wait; +attack" alias -throw_sgren "-attack; lastinv" ============================================ das sollte richtig sein und funktionieren! versuchs mal :P und bind weißte ja... bind "ALT" "+throw_he" |
ähm, ich weiß jetzt nicht wie das mit dem "wait" aussieht, weil wenn du gleich +attack und -attack hintereinander hast dann könnte das ned gehen, musste halt ne sekunde auf der taste bleiben oder so =) oder einfach noch nen paar waiz einbauen... |
Mein Problem ist noch nicht ganz behoben. Die beide hier funzen zu 100%: -------------------------------------------------------------------------------- alias waitx3 "wait; wait; wait" alias +throw_he "weapon_hegrenade; +attack" alias -throw_he "waitx3; -attack; lastinv" bind "KNOPF" "+throw_he" alias +throw_flash "weapon_flashbang; +attack" alias -throw_flash "waitx3; -attack; lastinv" bind "KNOPF" "+throw_flash" -------------------------------------------------------------------------------- Wobei "weapon_hegren" und "weapon_flash" nicht funktionieren, dafür musste ich die von oben nehmen. Der mit der Smoke Grenade funktioniert noch nicht, -------------------------------------------------------------------------------- alias +throw_sgren "weapon_sgren; +attack" alias -throw_sgren "waitx3; -attack; lastinv" bind "KNOPF" "+throw_sgren" -------------------------------------------------------------------------------- weil "weapon_sgren" anscheinend falsch ist. Weiß da jemand das richtige kürzel? Ein paar hab ich schon durchprobiert: weapon_smoke, weapon_sgrenade, weapon_smgrenade, weapon_smokegren. MfG |
probier mal weapon_smokegrenade <<< 100000000% richtig so weapon_flashgrenade weapon_hegrenade so müssten die richtig sein ich hab mich da wohl irgendwo verguckt... |
noob Hallo Leute ! Ich bin im scripte bereich ein noob aber sonst ein ganz guter CS zocker. kann mir einer bitte erklären wie ich dieses script einbauen kann ? ich check das leider nicht richtig ! soll ich das hier in z.b. eine grenade.cfg packen alias +throw_he "weapon_hegren; wait; +attack" alias -throw_he "-attack; lastinv" alias +throw_flash "weapon_flash; wait; +attack" alias -throw_flash "-attack; lastinv" alias +throw_sgren "weapon_sgren; wait; +attack" alias -throw_sgren "-attack; lastinv" und dann in der console "exec grenade.cfg" eingeben ? aber wo stelle ich die tasten für das werfen der jeweiligen granate ein ? bitte helft mir. |
RE: noob Sorry für die späte Antwort, hier aber die Lösung =) Wenn du CS 1.6 spielst, legst du dir am besten eine "userconfig.cfg im "DRIVE":\Steam\SteamApps\deineE-Mail@domain.de\counter-strike\cstrike an. Dann kannst du da alles reinschreiben und musst nicht immer exec bla.cfg eigeben. Und dann nimmst du die beiden hier, weil die anderen nicht funzen: ---------- alias waitx3 "wait; wait; wait" alias +throw_he "weapon_hegrenade; +attack" alias -throw_he "waitx3; -attack; lastinv" bind "KNOPF" "+throw_he" alias +throw_flash "weapon_flashbang; +attack" alias -throw_flash "waitx3; -attack; lastinv" bind "KNOPF" "+throw_flash" ---------- Der mit der Smoke, den hab ich noch nicht geteste, aber wenn "weapon_smokegrenade" richtig ist dann auch den hier: ---------- alias +throw_smoke "weapon_smokegrenade; +attack" alias -throw_smoke "waitx3; -attack; lastinv" bind "KNOPF" "+throw_smoke" ---------- Also quasi nimmst du das hier und tust das in deine grenade.cfg oder was weiß ich wo rein: alias waitx3 "wait; wait; wait" alias +throw_he "weapon_hegrenade; +attack" alias -throw_he "waitx3; -attack; lastinv" bind "KNOPF" "+throw_he" alias +throw_flash "weapon_flashbang; +attack" alias -throw_flash "waitx3; -attack; lastinv" bind "KNOPF" "+throw_flash" alias +throw_smoke "weapon_smokegrenade; +attack" alias -throw_smoke "waitx3; -attack; lastinv" bind "KNOPF" "+throw_smoke" Für "Knopf" musst du die Taste einsetzen, auf der das nachher im Spiel belegt sein soll. Du musst aber die Namen nehmen, die Counterstrike verwendet, also für "Einfügen" wäre das CS Kürzel "INS" oder für "Ende" "END" u.s.w. Dann kopierst du die Zeilen die mit dem Wort "bind" beginnen in deine "config.cfg" und sofern du nichts doppel belegt hast und alles richtig geschrieben hast, sollte es klappen. Hat es geklappt? =) |
Alle Zeitangaben in WEZ +2. Es ist jetzt 14:36 Uhr. |
Powered by vBulletin