-
-
Save Kolesias123/4676188 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Ajustamos el modelo de una "mujer" | |
in_player_model "models/player/female.mdl" | |
// No habra armas, por lo tanto no necesitamos ningun efecto. | |
in_beginner_weapon 0 | |
// No habra traje de protección por lo tanto usaremos la linterna sin el. | |
in_flashlight_require_suit 0 | |
// Necesitamos regeneración de salud. | |
in_regeneration 1 | |
// No habra armas por lo tanto no habrá mira. | |
in_ironsight_enabled 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment