bind


globe

Messages recommandés

oui, j'ai trouver le bind

//CrossHair Color Attack// by: The Counter-Script Crew

Description: This script changes the crosshair color every time you press Attack. Useful for maps where the map's colors might interfere with the crosshair color, and also it is a good visual cue.

alias +coloratk "+attack; adjust_crosshair"

alias -coloratk "-attack"

bind "MOUSE1" "+coloratk"

Mais il ne trouve pas la commande djust_crosshair

Quelqu'un à une autres commandes.

Merci

Lien vers le commentaire
Partager sur d’autres sites

adjust_crosshair est une cvar 1.6 non ?

Sinon voila un petit bind qui te permet de jouer entre plusieurs viseurs différents :

bind "x" "boucle"

alias boucle boucle1

alias boucle1 " cl_crosshairscale 4500 ; cl_crosshairusealpha 1 ; cl_crosshairalpha 800; cl_crosshaircolor 4 ; alias boucle boucle2 "

alias boucle2 " cl_crosshairscale 1200 ; cl_crosshairusealpha 1 ; cl_crosshairalpha 800; cl_crosshaircolor 1 ; alias boucle boucle1 "

Tu peu rajouter autant de viseurs que tu veu...

Sinon j'ai trouvé ca dans les news de steam, mais j'ai pas testé si ca marche :S

"When a map is loaded, an associated .cfg file is automatically evaluated. This cfg file must be located in the cstrike/maps/cfg folder and be named .cfg. For instance, the file cstrike/maps/cfg/de_dust.cfg will be evaluated when the map de_dust is loaded. This is useful for per-map rules, bot rosters, etc."

Lien vers le commentaire
Partager sur d’autres sites

  • 6 years later...

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.