Raised This Month: $51 Target: $400
 12% 

(Ayuda) Zombie Mutilation EDIT


  
 
 
Thread Tools Display Modes
alan_el_more
Veteran Member
Join Date: Jul 2008
Location: amxmodx-es.com
Old 03-15-2009 , 08:02   Re: (Ayuda) Zombie Mutilation EDIT
#11

Para Cambiar El Glow Del Nemesis, Busca Esto:
PHP Code:
// Nemesis glow / remove glow
    
if (g_nemesis[id] && get_pcvar_num(cvar_nemglow))
        
fm_set_rendering(idkRenderFxGlowShell25500kRenderNormal25)
    else
        
fm_set_rendering(id
Fijate Que Hay 3 Numeros (255, 0, 0), Significan Rojo, Verde y Azul Respectivamente (RGB en ingles). Si Queres El Glow Verde Cambia Los 3 Numeros Por 0, 255, 0 Y Listo.

Y Para El Survivor Es Casi Lo Mismo. Busca Esto:

PHP Code:
// Set survivor glow / remove glow, unless frozen
    
if (g_survivor[id] && get_pcvar_num(cvar_survglow))
        
fm_set_rendering(g_ent_playermodel[id], kRenderFxGlowShell00255kRenderNormal25)
    else if (!
g_frozen[id])
        
fm_set_rendering(g_ent_playermodel[id]) 
Y Modificalo A Tu Gusto.
Si Me Equivoque En Algo, Corrigan Por Favor.


Si Te Ayude +karma
__________________
alan_el_more is offline
axelgrox
BANNED
Join Date: Mar 2009
Location: Argentina [Tucuman]
Old 03-15-2009 , 10:57   Re: (Ayuda) Zombie Mutilation EDIT
#12

hola les qria preguntar 1 cosa vieron la bomba q tiene el raptor q solo explota y saca mucha vida bueno yo agregue unas lineas de items a mi raptor y apararecen las bombas nuevas pero yo kiero la q explota no la de fuego hielo y luz plss como la pongo
axelgrox is offline
Send a message via MSN to axelgrox Send a message via Skype™ to axelgrox
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode