kas ce net taip ?
Posted: 2011 Sep 27 10:17
kas ce net taip ?
door not glow tiesiog pasidare permatomos !
kiek zinau ant metamod plugino (ent mod) tai svyti
door not glow tiesiog pasidare permatomos !
kiek zinau ant metamod plugino (ent mod) tai svyti
Code: Select all
#include amxmodx#include hamsandwich#include fakemeta_util public plugin_init() { set_task(0.01,"GlowShell")} public GlowShell(){ static ent ent = fm_find_ent_by_class(ent,"func_door") fm_set_rendering(ent,kRenderFxGlowShell,0,255,0,kRenderTransColor,1) set_task(0.01,"GlowShell")}