new veh[MAX_PLAYERS];
veh[playerid] = CreateVehicle(vehicleid, x, y, z, rot, -1, -1, -1);
DestroyVehicle(veh[playerid]);