Hi,
i try to add a player. He only needs to stand in spawn. But something wrong 
Here code:
void Cmd_NM_Test1( gentity_t *ent ) {
char userinfo[MAX_INFO_STRING];
gentity_t* bot;
userinfo[0] = '\0';
bot = &g_entities[1];
//trap_BotAllocateClient(0);
Info_SetValueForKey(userinfo, "name", "test");
Info_SetValueForKey(userinfo, "rate", "25000");
Info_SetValueForKey(userinfo, "snaps", "20");
Info_SetValueForKey(userinfo, "ip", "localhost");
Info_SetValueForKey( userinfo, "team", "red" );
//Info_SetValueForKey(userinfo, "cl_guid", guid.str().c_str());
trap_SetUserinfo(1, userinfo);
ClientConnect(1, qtrue, qfalse);
ClientBegin( 1 );
SetTeam( bot, "red", qtrue, -1, -1, qfalse );
}
From several sources, very reduced. Mainly i realized that userinfo stuff, and let him connect and spawn. But he only lays on the ground. I can shoot at him and he dies, but he is not really there it seems. Also got a nice PING 999.
Anybody up for a little help 
Yes its for Wolf:ET