stock IsVehicleConnected(vehicleid){ new Float:x,Float:y,Float:z; GetVehiclePos(vehicleid,x,y,z); if(x==0.0 && y==0.0 && z==0.0) return 0; return 1;}