public present_touch(ent,id)
{
if(!pev_valid(ent)) return 0; // check if its not the world or its a valid entity
if(is_user_alive(id)) give_random_present(ent, id);
return 0;
}
U might need to check if its a carepackage by it classname idk how ur hooking the touch
its same with that bug.... this not fix any thing... please fix