Raised This Month: $ Target: $400
 0% 

Subplugin Submission [ZP] Class: Witch


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
alan_el_more
Veteran Member
Join Date: Jul 2008
Location: amxmodx-es.com
Old 06-18-2009 , 18:14   Re: [ZP] Class: Witch
Reply With Quote #1

1.- Use set_user_rendering instead of fm_set_rendering
2.-
PHP Code:
#if defined HANDLE_MODELS_ON_SEPARATE_ENT
    
fm_set_rendering(g_ent_playermodel[victim], kRenderFxGlowShell0100200kRenderNormal25)
    
#else
    
fm_set_rendering(victimkRenderFxGlowShell0100200kRenderNormal25)
    
#endif 


PHP Code:
set_user_rendering(victimkRenderFxGlowShell0100200kRenderNormal25
3.-
PHP Code:
#if defined HANDLE_MODELS_ON_SEPARATE_ENT
    
fm_set_rendering(g_ent_playermodel[id])
    
#else
    
fm_set_rendering(id)
    
#endif 


PHP Code:
set_user_rendering(id
4.-
PHP Code:
register_event("HLTV""event_new_round""a""1=0""2=0")
register_event("HLTV""event_round_start""a""1=0""2=0"


PHP Code:
register_event("HLTV""event_new_round""a""1=0""2=0"
5.- Delete this:
PHP Code:
public event_round_start(id)
{
    
dano_multiplicado[id] = false
    remove_freeze
(id)

and finally...

6.- Remove the engine module
__________________
alan_el_more is offline
Bummps
Senior Member
Join Date: Mar 2009
Location: Brazil
Old 06-18-2009 , 18:30   Re: [ZP] Class: Witch
Reply With Quote #2

Alrite, but i think we cant remove "HANDLE_MODELS_ON_SEPARATE_ENT"
i'll try later.
__________________





Last edited by Bummps; 06-18-2009 at 18:42.
Bummps is offline
Reply



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 16:23.


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