Raised This Month: $ Target: $400
 0% 

ESF and wanna add 1 extra Transformation or Powerup.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Stephen
Senior Member
Join Date: Aug 2004
Old 05-14-2005 , 13:11  
Reply With Quote #6

Hmm.

So
Quote:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <fakemeta>
#include <engine>

new PLUGIN[]="Gohans'Power"
new AUTHOR[]="Stephen"
new VERSION[]="0.1"


public plugin_init()
{

register_plugin("PLUGIN","VERSION","AUTHOR")
register_clcmd("ascend","ascend")

return PLUGIN_CONTINUE

}

new avatars[33]]


public create_avatar(33)

{

avatars[id] = create_entity( "env_model" );
entity_set_int( avatars[id], EV_INT_movetype, MOVETYPE_FOLLOW );
entity_set_edict( avatars[id], EV_ENT_aiment, id );
entity_set_model( avatars[id], "modelpathhere.mdl" )

return PLUGIN_HANDLED
}
Is that to creat an new avatar ?

Just the Avatar stuff i mean, cause i just mixed that thing up right now >.<
I know its missing alot. But... You know
Stephen is offline
 



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:37.


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