The Weirdness doesn't stop here grin

All of the sudden, this:
Code:
ENTITY* playerEnt = ent_createlocal("bot2.mdl" , posVector , playerEntity );


doesn't attach playerEntity() function to the model!!!

If I cheat it, it works:
Code:
ENTITY* playerEnt = ent_createlocal("bot2.mdl" , posVector , NULL );
playerEntity( playerEnt );


Talk about bugs tongue
I'm feeling desperate now...


Extensive Multiplayer tutorial:
http://mesetts.com/index.php?page=201