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