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

Vegeta To BebiVegeta


Post New Thread Reply   
 
Thread Tools Display Modes
Mr.Bot
Member
Join Date: Mar 2007
Old 12-30-2007 , 22:10   Re: Vegeta To BebiVegeta
Reply With Quote #11

Do this in counter strike games and i will love you =) xD
__________________


Mr.Bot is offline
Drak
Veteran Member
Join Date: Jul 2005
Old 12-30-2007 , 23:39   Re: Vegeta To BebiVegeta
Reply With Quote #12

I don't think if this would be any use.. but.. Instead of having to use the ESF model module.
This stock may or may not work. (Just to make it easier on the people, instead of having to install the module)
Code:
/* ESF Model Changer Stock *   Module from Jinto *   Stock by: Drak */ #if defined _ESF_Model_Include   #endinput #endif #define _ESF_Model_Include #include <fakemeta> stock bool:bSet[33] stock szModel[33][256] stock esf_set_model(id, const model[]) {     if(!id || !is_user_connected(id))         return 0             bSet[id] = true     formatex(szModel[id],255,"%s",model);         return 1 } stock esf_clear_model(id) {     if(!id || !is_user_connected(id))         return 0         bSet[id] = false         return 1 } stock ESF_MODEL_START() {     for(new i=0;i<32;i++)     {         bSet[i] = false;     }         register_forward(FM_StartFrame,"StartFrame"); } public StartFrame() {     new ent     while(( ent = engfunc(EngFunc_FindEntityByString,"classname","player")) != 0)     {         if(bSet[ent] == true)         {             set_pev(ent,pev_modelindex,szModel[ent]);             set_pev(ent,pev_model,szModel[ent]);         }     }     return FMRES_HANDLED             }
NOTE:You must call "ESF_MODEL_START" in plugin_init().
__________________
Oh yeah
Drak is offline
Send a message via MSN to Drak
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 01-03-2008 , 17:25   Re: Vegeta To BebiVegeta
Reply With Quote #13

tested with what you made, but doesn't work, and I made sure that I called the ESF_MODEL_START() in plugin_init()
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
Sn@ke
New Member
Join Date: Jul 2007
Old 01-03-2008 , 19:37   Re: Vegeta To BebiVegeta
Reply With Quote #14

I can't send amxx files
Sn@ke is offline
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 01-11-2008 , 19:05   Re: Vegeta To BebiVegeta
Reply With Quote #15

Updated the mod to 1.2 version, fixed the bebivegeta's animations. Other things have been added, please check 1st post.
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
chris
Senior Member
Join Date: Mar 2007
Location: America
Old 01-26-2008 , 14:45   Re: Vegeta To BebiVegeta
Reply With Quote #16

Where do you get Earth's Special Forces.
__________________
chris is offline
Send a message via AIM to chris
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 01-26-2008 , 20:52   Re: Vegeta To BebiVegeta
Reply With Quote #17

esforces.com, it's free.
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
madman122
New Member
Join Date: Dec 2007
Old 03-03-2008 , 11:29   Re: Vegeta To BebiVegeta
Reply With Quote #18

will this work with the ecx plugin if so cool also you could do cci characters
madman122 is offline
hip_hop_x
Senior Member
Join Date: Apr 2006
Old 03-14-2008 , 16:50   Re: Vegeta To BebiVegeta
Reply With Quote #19

should work with ecx too, if you have amxmodx installed.
hip_hop_x is offline
Send a message via MSN to hip_hop_x Send a message via Yahoo to hip_hop_x
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 13:52.


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