Empty pointer means that the entity was removed but you are still using the pointer.
Always do a check before you are using an entity pointer:

Code:
if(eBall != NULL) //entity wasn't removed yet
{
   if(eBall.y > 1085)
   {
   //...
   }
}




ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version