try it like this
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)
dllfunc(DLLFunc_Spawn, bot_id)
set_pev(bot_id, pev_effects, (pev(bot_id, pev_effects) | 1 ))
set_pev(bot_id, pev_solid, SOLID_BBOX)
set_user_rendering(bot_id,kRenderFxGlowShell,0,0,0,kRenderNormal,100)
__________________