I tryed everything what you advice me, but nothing helped. Here is my code:
PHP Code:
new bot_id = engfunc(EngFunc_CreateFakeClient, "Fake_player")
new ptr[128]
dllfunc(DLLFunc_ClientConnect, bot_id, "Fake_player", "127.0.0.1", ptr)
dllfunc(DLLFunc_ClientPutInServer, bot_id)
cs_set_user_team(bot_id, CS_TEAM_CT, CS_CT_URBAN)
set_pev(bot_id, pev_effects, (pev(bot_id, pev_effects) | 128))
set_pev(bot_id, pev_solid, 1)
dllfunc(DLLFunc_Spawn, bot_id)
new bot_userid = get_user_userid(bot_id)
set_user_origin(bot_id, fake_origin)
drop_to_floor(bot_id)
cs_user_spawn(bot_id)
set_user_rendering(bot_id,kRenderFxGlowShell,0,0,0,kRenderNormal,25)
engfunc(EngFunc_SetOrigin, bot_id, Float:{0,0,0})
Bot is still invisible and still few centimeters under ground. :/