hlmod.hu
https://hlmod.hu/

Színes füst gránát
https://hlmod.hu/viewtopic.php?f=49&t=18720
Oldal: 1 / 1

Szerző:  MeSter -_* [ 2014.12.28. 21:08 ]
Hozzászólás témája:  Színes füst gránát

Plugin Neve:
Színes füst gránát
Plugint keszitette:
HSFighter
Játék:
Counter-Strike: Source
Kategória:
Játékmenet
Eredeti link:
Jóváhagyó:


Ez a plugin SOURCE játékhoz készült.
A füst gránátot át színezi több fajta színre amit cvar-al tudsz állítani

Cvarok:

sm_grenadesmokecolor_enable: ki/be tudod kapcsolni a plugint alap érték: 1
sm_grenadesmokecolor_t_color itt meg tudod adni a terroristának milyen színű legyen a fűst
sm_grenadesmokecolor_ct_color itt a ct-k színét tudod állítani
sm_grenadesmokecolor_color itt egyedi szint meg adhatsz (ez csak akkor működik ha sm_grenadesmokecolor_mode "3" állítva)
sm_grenadesmokecolor_mode itt betudod állítani hogy milyen legyen a füst színe
0 = Csapat színű, 1 = Változó, 2 = Színváltós ,3 = Egyedi szín

Nem nagyon értek ehhez a mod-hoz ha kell tudok javítani !

Telepítés

smx -> addons/sourcemod/plugins


SP
SMX
*A fordítás az Sourcemod.net oldalon történik.

    Szerző:  Badboy.killer [ 2014.12.29. 16:18 ]
    Hozzászólás témája:  Re: Színes füst gránát

    angol
    SMX Forráskód: [ Mindet kijelol ]
    1. g_SmokecolorEnabled = CreateConVar("sm_grenadesmokecolor_enable", "1", "Enable/Disable Plugin");
    2. g_hCVTColor = CreateConVar("sm_grenadesmokecolor_t_color", "255 0 0", "What color should the CS:S terrorist smoke be? Format: \"red green blue\" from 0 - 255.", FCVAR_PLUGIN);
    3. g_hCVCTColor = CreateConVar("sm_grenadesmokecolor_ct_color", "0 0 255", "What color should the CS:S counter-terrorist smoke be ? Format: \"red green blue\" from 0 - 255.", FCVAR_PLUGIN);
    4. g_hCVColor = CreateConVar("sm_grenadesmokecolor_color", "225 255 0", "What Defined color should smoke be? Format: \"red green blue\" from 0 - 255.", FCVAR_PLUGIN);
    5. g_SmokecolorMode = CreateConVar("sm_grenadesmokecolor_mode", "0", "Colormode for smoke (0 = Team color, 1 = Random color, 2 = Multi color change, 3 = Defined color [sm_grenadesmokecolor_color])", FCVAR_PLUGIN, true, 0.0, true, 3.0);
    6.  

    Szerző:  MeSter -_* [ 2014.12.29. 16:20 ]
    Hozzászólás témája:  Re: Színes füst gránát

    Badboy.killer írta:
    angol
    SMX Forráskód: [ Mindet kijelol ] g_SmokecolorEnabled = CreateConVar("sm_grenadesmokecolor_enable", "1", "Enable/Disable Plugin");
    g_hCVTColor = CreateConVar("sm_grenadesmokecolor_t_color", "255 0 0", "What color should the CS:S terrorist smoke be? Format: \"red green blue\" from 0 - 255.", FCVAR_PLUGIN);
    g_hCVCTColor = CreateConVar("sm_grenadesmokecolor_ct_color", "0 0 255", "What color should the CS:S counter-terrorist smoke be ? Format: \"red green blue\" from 0 - 255.", FCVAR_PLUGIN);
    g_hCVColor = CreateConVar("sm_grenadesmokecolor_color", "225 255 0", "What Defined color should smoke be? Format: \"red green blue\" from 0 - 255.", FCVAR_PLUGIN);
    g_SmokecolorMode = CreateConVar("sm_grenadesmokecolor_mode", "0", "Colormode for smoke (0 = Team color, 1 = Random color, 2 = Multi color change, 3 = Defined color [sm_grenadesmokecolor_color])", FCVAR_PLUGIN, true, 0.0, true, 3.0);
     


    Kész!

    Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
    Powered by phpBB® Forum Software © phpBB Limited
    https://www.phpbb.com/